summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-101-16/+45
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-102-3/+52
* r719: Follow the trend - remove more unused functions.Andrew Bartlett2007-10-101-22/+0
* r718: removed some more unused code, and two source filesAndrew Tridgell2007-10-102-73/+0
* r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett2007-10-101-4/+3
* r702: fix krb5 linkingStefan Metzmacher2007-10-101-1/+6
* r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher2007-10-101-1/+2
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-102-35/+55
* r611: Fix breakage from my last commit:Andrew Bartlett2007-10-101-6/+6
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-109-51/+101
* r451: More NTLMSSP work.Andrew Bartlett2007-10-103-90/+167
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-107-156/+753
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-104-8/+38
* r324: - don't reseed on every password generateAndrew Tridgell2007-10-101-1/+5
* r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell2007-10-102-15/+36
* r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell2007-10-101-2/+6
* r265: fixed a bug in the string to sid conversion codeAndrew Tridgell2007-10-101-6/+7
* r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison2007-10-102-5/+50
* r189: Added UNIX search into tests - added client library parse code.Jeremy Allison2007-10-101-1/+27
* r152: a quick airport commit ....Andrew Tridgell2007-10-109-39/+159
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-104-3/+227
* r100: remember the user session key during session setup so it can be used in...Andrew Tridgell2007-10-102-0/+11
* r42: importing .cvsignore filesGerald Carter2007-10-101-3/+0
* r23: get rid of def_finfoAndrew Tridgell2007-10-101-3/+0
* fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2004-03-252-2/+3
* fixed two writex client bugsAndrew Tridgell2004-03-081-4/+4
* The file descriptor argument to cli_getattrE() is a fnum not a fd.Tim Potter2004-02-211-2/+2
* fixed a problem with the smb client code spinning when the connectionAndrew Tridgell2004-02-211-1/+5
* move more code to the config.m4 schemeStefan Metzmacher2004-02-122-0/+45
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-104-112/+113
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-102-0/+344
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-088-152/+168
* merge:Stefan Metzmacher2004-02-012-44/+72
* * fixed a segv when -U is not used in smbtorture.Andrew Tridgell2004-01-152-6/+18
* Autodetect service_type in cli_tree_full_connection() if the callerTim Potter2004-01-021-0/+6
* a fairly large commit!Andrew Tridgell2003-12-161-1/+2
* make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell2003-12-151-1/+2
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-111-3/+5
* * patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2003-12-041-34/+71
* added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell2003-12-021-3/+9
* another big improvement in the credentials API. I think it nowAndrew Tridgell2003-12-021-42/+69
* * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2003-12-021-0/+11
* * another small API change in the credentials codeAndrew Tridgell2003-12-012-62/+88
* neater credentials handling in netlogon client codeAndrew Tridgell2003-12-011-159/+32
* fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell2003-12-011-2/+1
* added netr_LogonSamLogon() and test codeAndrew Tridgell2003-12-011-3/+0
* added netr_ServerAuthenticate() and test codeAndrew Tridgell2003-12-012-21/+213
* * got rid of UNISTR2 and everything that depends on itAndrew Tridgell2003-12-012-194/+3
* fixed default port handling pointed out by Tom JansenAndrew Tridgell2003-11-261-1/+1
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-261-2/+6