summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher18-50/+50
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett6-199/+294
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell8-39/+35
2007-10-10r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett1-16/+45
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2-3/+52
2007-10-10r719: Follow the trend - remove more unused functions.Andrew Bartlett1-22/+0
2007-10-10r718: removed some more unused code, and two source filesAndrew Tridgell2-73/+0
2007-10-10r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett1-4/+3
2007-10-10r702: fix krb5 linkingStefan Metzmacher1-1/+6
2007-10-10r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher1-1/+2
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher2-35/+55
2007-10-10r611: Fix breakage from my last commit:Andrew Bartlett1-6/+6
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett9-51/+101
2007-10-10r451: More NTLMSSP work.Andrew Bartlett3-90/+167
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett7-156/+753
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell4-8/+38
2007-10-10r324: - don't reseed on every password generateAndrew Tridgell1-1/+5
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell2-15/+36
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell1-2/+6
2007-10-10r265: fixed a bug in the string to sid conversion codeAndrew Tridgell1-6/+7
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison2-5/+50
2007-10-10r189: Added UNIX search into tests - added client library parse code.Jeremy Allison1-1/+27
2007-10-10r152: a quick airport commit ....Andrew Tridgell9-39/+159
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell4-3/+227
2007-10-10r100: remember the user session key during session setup so it can be used in...Andrew Tridgell2-0/+11
2007-10-10r42: importing .cvsignore filesGerald Carter1-3/+0
2007-10-10r23: get rid of def_finfoAndrew Tridgell1-3/+0
2004-03-25fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2-2/+3
2004-03-08fixed two writex client bugsAndrew Tridgell1-4/+4
2004-02-21The file descriptor argument to cli_getattrE() is a fnum not a fd.Tim Potter1-2/+2
2004-02-21fixed a problem with the smb client code spinning when the connectionAndrew Tridgell1-1/+5
2004-02-12move more code to the config.m4 schemeStefan Metzmacher2-0/+45
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter4-112/+113
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2-0/+344
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter8-152/+168
2004-02-01merge:Stefan Metzmacher2-44/+72
2004-01-15* fixed a segv when -U is not used in smbtorture.Andrew Tridgell2-6/+18
2004-01-02Autodetect service_type in cli_tree_full_connection() if the callerTim Potter1-0/+6
2003-12-16a fairly large commit!Andrew Tridgell1-1/+2
2003-12-15make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell1-1/+2
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-3/+5
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell1-34/+71
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-3/+9
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-42/+69
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-0/+11
2003-12-01 * another small API change in the credentials codeAndrew Tridgell2-62/+88
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-159/+32
2003-12-01fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell1-2/+1
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-3/+0
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell2-21/+213