summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
...
* ZERO_STRUCT() of info3 structure before using it.Tim Potter2000-06-141-0/+2
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-52/+14
* free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton2000-06-091-0/+4
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-23/+37
* reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2000-06-091-28/+53
* include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2000-06-081-53/+28
* added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2000-06-081-1/+34
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-1/+1
* got rid of lp_revalidate()Andrew Tridgell2000-05-241-1/+1
* use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-121-1/+1
* use our primary domain trust account for trusted domain authenticationAndrew Tridgell2000-05-121-2/+2
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-1/+1
* treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell2000-05-101-3/+2
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* - use smb_gwtpwnam() in another couple of placesAndrew Tridgell2000-05-091-1/+1
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-1/+1
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-8/+22
* - use full_name instead of real_nameAndrew Tridgell2000-05-041-2/+2
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-0/+2
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-12/+12
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-2/+2
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-8/+9
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-4/+2
* you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2000-03-101-9/+0
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-5/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-1/+0
* Fixed getgrent() recurse problem.Jeremy Allison2000-01-041-8/+45
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-75/+88
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-88/+954
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-1/+1
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-129/+0
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-5/+5
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-501/+0
* domain_client_validate() no longer takes serverlist, it callsLuke Leighton1999-12-021-3/+10
* cli_session_setup() now takes an extra argument (host name). hey, whatLuke Leighton1999-12-011-2/+4
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-53/+11
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-211-11/+26
* hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1999-11-211-2/+3
* adding user session key into network netlogon response.Luke Leighton1999-11-211-12/+12
* oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:Luke Leighton1999-11-201-2/+1
* attempting to establish inter-domain trust relationships. modifiedLuke Leighton1999-11-201-0/+2
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-5/+10
* cli_nt_setup_creds() returns uint32 NT status code not a BOOL.Luke Leighton1999-10-291-3/+4
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-1/+1
* NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1999-07-161-1/+1
* copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1999-07-161-6/+8
* added %d %d to error message, try to track down the uid / smb_uid mismatchLuke Leighton1999-07-151-2/+2
* oops, refused lm when ntlmv2 was true not false/auto. oops!Luke Leighton1999-07-071-1/+1
* smb_password_ok() checking incorrectly whether lm password exists.Luke Leighton1999-07-061-13/+16
* improving authentication code (tidyup).Luke Leighton1999-06-291-45/+102