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