summaryrefslogtreecommitdiff
path: root/source3/libsmb/pwd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+0
2004-02-08Remove more unused portions of the 'password cache'.Andrew Bartlett1-36/+6
2004-02-08Remove more unused functions - this time parts of the 'password cache'.Andrew Bartlett1-45/+0
2004-01-05Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett1-2/+8
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-11/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-12/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-118/+19
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett1-0/+2
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison1-46/+34
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-13/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-07-04The big character set handling changeover!Andrew Tridgell1-10/+4
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-0/+10
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter1-0/+9
2000-05-10lib/util_unistr.c:Jeremy Allison1-48/+0
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+54
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-187/+30
1999-12-03argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1-0/+10
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1-0/+8
1999-12-02clearing up connection-related stuff. password credentials were messingLuke Leighton1-9/+1
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton1-6/+57
1999-11-29this is going to sound _really_ weird, ok, but i had to implementLuke Leighton1-3/+3
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1-14/+3
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1-1/+32
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-0/+21
1999-06-29improving authentication code (tidyup).Luke Leighton1-10/+72
1998-10-14dce/rpcLuke Leighton1-1/+1
1998-10-08dce/rpcLuke Leighton1-4/+16
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-5/+4
1998-09-25added rpcclient programLuke Leighton1-0/+236