summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
1998-06-13Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1-1/+1
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1-4/+5
1998-05-21Fixed 'revalidate' parameter so it's only considered in security=shareJeremy Allison1-29/+29
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-6/+6
1998-05-12This is a security audit change of the main source.Jeremy Allison1-25/+25
1998-05-11ldap back-end database developmentLuke Leighton1-6/+6
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-7/+7
1998-05-10Updated OSF1_ENH_SEC mode password handling.John Terpstra1-1/+8
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1-6/+6
1998-05-06smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1-5/+4
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison1-4/+5
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-14/+15
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1-0/+32
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison1-5/+13
1998-04-29password.c:Luke Leighton1-0/+4
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison1-19/+78
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-14/+13
1998-04-23Makefile: Added nterr.c into the mix.Jeremy Allison1-0/+13
1998-04-23clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1-54/+161
1998-04-23genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1-0/+73
1998-04-22genrand.c: Improved generation of random values, more secure.Jeremy Allison1-3/+36
1998-04-21Added cli_ulogoff() calls to all the exit code paths in security=server.Jeremy Allison1-0/+5
1998-04-21clientgen.c: Added cli_ulogoff() call.Jeremy Allison1-0/+1
1998-04-20Makefile: Added genrand.oJeremy Allison1-0/+10
1998-04-14Modified interfaces to getting smb password entries fromJeremy Allison1-2/+2
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-2/+2
1998-04-09Added const cast to struct args to get rid of compile time warning.John Terpstra1-1/+1
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell1-11/+11
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1-5/+4
1998-03-16includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombieJeremy Allison1-0/+4
1998-03-12move setup_groups() into password.c so that swat can link withoutAndrew Tridgell1-0/+86
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-28/+75
1998-03-04Adding Korean and Traditional Chinese codepage support.Jeremy Allison1-1/+1
1998-02-26Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh...Jeremy Allison1-0/+30
1998-02-07A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1-22/+39
1998-01-23Changed code that truncates salt after 2 characters so that it becomesJeremy Allison1-0/+3
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-10Following discussions with Cristian Gafton (Red Hat) we have decided to makeJohn Terpstra1-2/+8
1997-12-03allow users to disable the NetWkstaUserLogon call in server levelAndrew Tridgell1-0/+2
1997-12-02HPUX trusted systems need to use bigcrypt() not crypt()Andrew Tridgell1-0/+4
1997-11-10Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1-1/+139
1997-11-09attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1-139/+1
1997-11-06following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton1-1/+2
1997-11-01a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1-4/+1
1997-10-21rewrote the password server code using the new clientgen.c clientAndrew Tridgell1-169/+106
1997-10-20util.c password.c :Luke Leighton1-35/+0
1997-10-20casting cleanupsAndrew Tridgell1-1/+1
1997-10-16Added Michael Johnsons' PAM modifications <johnsonm@redhat.com>John Terpstra1-12/+12
1997-10-15force the salt to be a maximum of 2 characters long in callsAndrew Tridgell1-0/+1
1997-10-10Makefile:Luke Leighton1-45/+52