Make this error match Win2k.
[ira/wip.git] / source3 / smbd / password.c
2002-01-02 Andrew BartlettActually enforce the passdb API.
2001-12-27 Gerald Cartermoving SAM_ACCOUNT to include a bit field for initialized
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-19 Tim PotterCosmetic fix for debug statement.
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-04 Andrew BartlettFix segfault. sup_tok might not always be with us.
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-30 Andrew BartlettSmall changes to register_vuid ahead of a larger restru...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-15 Andrew BartlettKill off the //server/share%user hack in share level...
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-17 Andrew BartlettRestore a debug I think I dropped earlier
2001-08-17 Andrew Bartlettsmbd/auth_server: Doco, we want to use cli_nt_error...
2001-08-17 Andrew BartlettStyle cleanup for the last vuid change.
2001-08-17 Andrew BartlettOne less getpwnam() call...
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
2001-08-01 Jeremy AllisonPidfile check can be read-only. Removed old ifdef in...
2001-07-24 Simo SorceConvert other parameters (read list, write list, valid...
2001-07-17 Simo Sorcemove the global_machine_password_needs_changing where...
2001-07-16 Simo SorceTest if machine password has expired.
2001-07-08 Andrew BartlettThis removes unused paramaters from various authticatio...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-25 Jeremy AllisonFixed stupid typo that would stop trusted domains working.
2001-06-22 Jeremy AllisonAndrew - please look this over. I've fixed a long stand...
2001-06-14 Tim PotterFixed some return code checks for cli_initialise()...
2001-05-31 Jeremy AllisonFix debug statement so it doesn't use lp_workgroup...
2001-05-25 Tim Potteri18n fix for domain_client_validate()
2001-05-17 Tim PotterFixes to get pam_auth() functionality working again.
2001-05-07 Gerald CarterPatch from Simo:
2001-05-06 Jeremy AllisonPatch from David_Tiller@ccnotes.ccity.com finally appli...
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-05-04 Gerald Cartermerge from 2.2 in password_ok() to ensure that we check the
2001-04-30 Jeremy AllisonBased on an original PAM patch by Andrew Bartlett,...
2001-04-23 Jeremy AllisonAdded smb_ prefix to all Samba wrapper pam functions.
2001-04-22 Jeremy AllisonCommit of a modified version of Andrew Bartlett's patch...
2001-04-18 Andrew Tridgellmerge from 2.2
2001-03-27 Jeremy AllisonBail out early if null passwords and lp_null_passwords...
2001-03-11 Jeremy AllisonMoved cruft out of smb.h into ntdomain.h where it belon...
2001-03-11 Jeremy AllisonRemove "BYTE" - we already have uint8 - don't need...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-08 Gerald Carterreplaced inet_aton() with inet_addr() to keep Solaris...
2001-01-25 Jeremy AllisonFixes from appliance-head for pdc searches.
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-19 Jeremy AllisonFixed bug found by Gerald. If a Samba server joins...
2000-12-12 Jeremy AllisonFixed bug noticed by JF. se_access_check needs user...
2000-12-12 Jeremy AllisonRemoved the special casing of SIDs in se_access_check...
2000-12-08 Jeremy AllisonRemoved unused auto (IRIX compiler warning).
2000-12-07 Jeremy Allisonfile_lines_load/file_lines_pload can now optionally...
2000-12-06 Tim PotterPrint debug if domain_client_validate() cannot fetch...
2000-11-28 Jeremy Allisoninclude/dlinklist.h: Added '{' '}' around DLIST_PROMOTE...
2000-11-21 Gerald Cartercombined 2 if statments which used the same condition
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-10-11 Tim PotterRemove duplicate group initialisation function.
2000-10-05 Jeremy AllisonFix for null passwords being allowed bug.
2000-09-12 Jeremy AllisonWith John Reilly help tracking it down - fixed a *nasty...
2000-09-07 Tim PotterHopefully this should fix the primary group permission...
2000-09-06 Jeremy AllisonFix for the SID history problem when using a Win2k...
2000-08-28 Jeremy Allisonsmbd/password.c: Fixed typo in Tim's new code that...
2000-08-28 Tim PotterMerge bug - still getting used to dirdiff.
2000-08-28 Tim PotterMerge from appliance branch.
2000-08-08 Jeremy AllisonFound the sec_ctx_stack overflow - a become_root()...
2000-08-04 Jeremy AllisonFixed up the user/group contexts when using authenticat...
2000-08-03 Jeremy AllisonAdded an NT_USER_TOKEN structure that is copied/passed...
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-07-10 Tim PotterSpelling fixes.
2000-06-23 Tim PotterDelete OriginalDir stuff.
2000-06-14 Tim PotterZERO_STRUCT() of info3 structure before using it.
2000-06-09 Jeremy AllisonLuke, I am moving the code back into passdb/passdb...
2000-06-09 Luke Leightonfree NET_USER_INFO_3 gids when vuser invalidated.
2000-06-09 Luke Leightondynamic allocation of NET_USER_INFO_3 gids.
2000-06-09 Luke Leightonreverted jeremy's changes that removed NET_USER_INFO_3...
2000-06-08 Jeremy Allisoninclude/smb.h: Removed NET_USER_3 struct from user...
2000-06-08 Luke Leightonadded a NET_USER_INFO_3 struct to user_struct.
2000-06-03 Andrew Tridgellmoved secrets fns into secrets.c
2000-05-24 Andrew Tridgellgot rid of lp_revalidate()
2000-05-12 Andrew Tridgelluse "winbind separator" option for domain/user separato...
2000-05-12 Andrew Tridgelluse our primary domain trust account for trusted domain...
2000-05-10 Andrew Tridgell- changed smb_getpwnam() to use winbind style usernames
2000-05-10 Andrew Tridgelltreat a blank "password server =" line as a "*" if...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-09 Andrew Tridgell- use smb_gwtpwnam() in another couple of places
2000-05-08 Andrew Tridgelladded secrets.tdb and changed storage of trust account...
2000-05-04 Andrew Tridgella minimal change to get appliance mode to work with...
2000-05-04 Andrew Tridgell - use full_name instead of real_name
2000-05-03 Jeremy AllisonInsure uninitialized memory read fixes.
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-16 Andrew Tridgellconverted a couple more functions to use a fd instead...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-03-10 Luke Leightonyou know, when you do a cvs commit, you _really_ expect...
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-04 Jeremy AllisonFixed getgrent() recurse problem.
2000-01-03 Andrew Tridgelladded suppport for unexpected udp/138 packets
next