summaryrefslogtreecommitdiff
path: root/source/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* using wrong cli_state in "security = domain" call.Luke Leighton1998-10-061-47/+51
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-2/+2
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-15/+20
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-1/+1
* added rpcclient programLuke Leighton1998-09-251-2/+13
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+2
* tridge the destroyer returns!Andrew Tridgell1998-09-051-2/+2
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+2
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-4/+0
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-2/+2
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+1
* Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1998-08-131-4/+4
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-1041/+141
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-291-75/+33
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-80/+27
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-14/+3
* New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1998-07-091-39/+242
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-2/+5
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-1/+1
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-4/+5
* 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