summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-3/+4
1998-10-19- dce/rpc codeLuke Leighton1-7/+16
1998-10-16!pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1-2/+2
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton1-25/+34
1998-10-16cli_nt_session_open() encrypt arg removedLuke Leighton1-1/+1
1998-10-16setup_groups() - code clarification. no functional change.Luke Leighton1-13/+19
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-23/+2
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-4/+10
1998-10-14dce/rpcLuke Leighton1-4/+4
1998-10-13use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1-4/+4
1998-10-06using wrong cli_state in "security = domain" call.Luke Leighton1-47/+51
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+2
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-15/+20
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-1/+1
1998-09-25added rpcclient programLuke Leighton1-2/+13
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-1/+2
1998-09-05tridge the destroyer returns!Andrew Tridgell1-2/+2
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-2/+2
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-4/+0
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-2/+2
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+1
1998-08-13Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1-4/+4
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-1041/+141
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-75/+33
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-80/+27
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1-14/+3
1998-07-09New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1-39/+242
1998-07-06password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1-2/+5
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