summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-67/+46
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-2/+2
2000-07-10Spelling fixes.Tim Potter1-3/+3
2000-06-23Delete OriginalDir stuff.Tim Potter1-3/+3
2000-06-14ZERO_STRUCT() of info3 structure before using it.Tim Potter1-0/+2
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-52/+14
2000-06-09free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton1-0/+4
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton1-23/+37
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton1-28/+53
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison1-53/+28
2000-06-08added a NET_USER_INFO_3 struct to user_struct.Luke Leighton1-1/+34
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-1/+1
2000-05-24got rid of lp_revalidate()Andrew Tridgell1-1/+1
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell1-1/+1
2000-05-12use our primary domain trust account for trusted domain authenticationAndrew Tridgell1-2/+2
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell1-1/+1
2000-05-10treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell1-3/+2
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-09- use smb_gwtpwnam() in another couple of placesAndrew Tridgell1-1/+1
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-1/+1
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell1-8/+22
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-2/+2
2000-05-03Insure uninitialized memory read fixes.Jeremy Allison1-0/+2
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-12/+12
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
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