summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-16converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell1-8/+9
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-4/+2
2000-03-10you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton1-9/+0
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-5/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-1/+0
2000-01-04Fixed getgrent() recurse problem.Jeremy Allison1-8/+45
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-75/+88
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-88/+954
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1-1/+1
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-129/+0
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-5/+5
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton1-501/+0
1999-12-02domain_client_validate() no longer takes serverlist, it callsLuke Leighton1-3/+10
1999-12-01cli_session_setup() now takes an extra argument (host name). hey, whatLuke Leighton1-2/+4
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-53/+11
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1-11/+26
1999-11-21hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1-2/+3
1999-11-21adding user session key into network netlogon response.Luke Leighton1-12/+12
1999-11-20oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:Luke Leighton1-2/+1
1999-11-20attempting to establish inter-domain trust relationships. modifiedLuke Leighton1-0/+2
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton1-5/+10
1999-10-29cli_nt_setup_creds() returns uint32 NT status code not a BOOL.Luke Leighton1-3/+4
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-1/+1
1999-07-16NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1-1/+1
1999-07-16copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1-6/+8
1999-07-15added %d %d to error message, try to track down the uid / smb_uid mismatchLuke Leighton1-2/+2
1999-07-07oops, refused lm when ntlmv2 was true not false/auto. oops!Luke Leighton1-1/+1
1999-07-06smb_password_ok() checking incorrectly whether lm password exists.Luke Leighton1-13/+16
1999-06-29improving authentication code (tidyup).Luke Leighton1-45/+102
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-2/+2
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1-1/+1
1999-03-25SAM database "set user info".Luke Leighton1-13/+24
1999-03-19going to start adding inter-domain trust logons soon.Luke Leighton1-123/+130
1999-03-12cli_setup_creds new arguments added.Luke Leighton1-1/+3
1998-12-14server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1-74/+4
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-9/+10
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-49/+0
1998-11-29weekend work. user / group database API.Luke Leighton1-6/+6
1998-11-21try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1-13/+11
1998-11-21smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1-1/+9
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-106/+8
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-1/+0
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-89/+73
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