Implement LogonUserA.
[reactos.git] / reactos / lib / advapi32 / misc / logon.c
2005-08-27 Eric KohlImplement LogonUserA.
2005-08-05 Thomas Bluemel#include "advapi32.h" -> #include <advapi32.h>
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-21 Thomas Bluemelproperly set the access token in CreateProcessAsUser()
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-10 Gé van GeldorpAllocate new LUID for each logon session
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-10 Eric KohlFix default DACL of the logon token.
2004-07-10 Eric KohlCreate group SIDs for logon token.
2004-07-07 Gé van GeldorpSet default (Administrator) privileges when logging on
2004-06-17 Eric KohlCompile advapi32 using w32api.
2004-03-09 Eric KohlLogonUserW(): Fix key name.
2004-02-25 Eric KohlRemove ALL stubs which might be of questionable origin.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlImplement basic administrator account creation and...
2004-01-20 Eric KohlImplement CreateProcessAsUser[A/W] and LogonUserW with...
2004-01-20 Eric KohlMoved logon-related functions to a separate file.