This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[ira/wip.git] / source / smbd / password.c
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-04-23 Andrew BartlettDon't leak the session identifier string when we shut...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 Andrew BartlettUse fstrcpy/pstrcpy when that's what we really mean...
2003-02-24 Andrew BartlettMerge of server-side authentication changes to 3.0:
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-10 Andrew BartlettSome cleanups:
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-02 Andrew BartlettMerge passdb from HEAD -> 3.0
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-06 Andrew BartlettOops...
2002-09-06 Andrew BartlettOne less user of Get_Pwnam_modify()...
2002-08-20 Andrew BartlettBased orginally by work by Kai, this patch moves our...
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-17 Andrew BartlettAdd 'const'.
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-27 Andrew BartlettThis should fix a nastly little bug where if a user...
2002-07-21 Andrew BartlettAdd some const & static, remove unused functions.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-15 Andrew Tridgellfixed a problem with getgroups() where it could include...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-16 Andrew BartlettFurther updates to the service.c code. authorise_login...
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-18 Andrew BartlettA few things in this commit:
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettKill off another ugly wart from the side of the passdb...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
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...
next