summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
...
* r1494: fix debug messageStefan Metzmacher2007-10-101-1/+1
* r1475: More kerberos workAndrew Bartlett2007-10-102-1/+17
* r1469: fix a segfault and compiler warning,Stefan Metzmacher2007-10-101-3/+2
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-103-40/+95
* r1460: Avoid a compile warning.Andrew Bartlett2007-10-101-2/+5
* r1409: if we have no user name don't use extended securityStefan Metzmacher2007-10-102-1/+2
* r1406: I got spnego in the smb client workingStefan Metzmacher2007-10-101-0/+3
* r1348: get gensec backend by OID instead of nameStefan Metzmacher2007-10-101-1/+1
* r1345: add extended security spnego support to the smb clientStefan Metzmacher2007-10-105-19/+194
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-102-960/+0
* r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison2007-10-101-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-102-18/+18
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-4/+4
* r893: a few more _t conversionsAndrew Tridgell2007-10-101-1/+1
* r891: fix compileGerald Carter2007-10-101-2/+2
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-106-20/+20
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-1014-50/+50
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-106-14/+14
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-104-21/+17
* r719: Follow the trend - remove more unused functions.Andrew Bartlett2007-10-101-22/+0
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-103-20/+29
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-104-8/+38
* 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-107-37/+153
* r100: remember the user session key during session setup so it can be used in...Andrew Tridgell2007-10-102-0/+11
* 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
* fixed a problem with the smb client code spinning when the connectionAndrew Tridgell2004-02-211-1/+5
* 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
* 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
* fixed default port handling pointed out by Tom JansenAndrew Tridgell2003-11-261-1/+1
* make the socket send code a little clearerAndrew Tridgell2003-11-201-1/+5
* updated copyright yearAndrew Tridgell2003-11-191-1/+1
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-171-1/+1
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-171-0/+6
* - corrected some lsa idlAndrew Tridgell2003-11-081-1/+5
* another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell2003-11-061-320/+0
* fixed some error found by valgrindAndrew Tridgell2003-11-041-0/+3
* lsa_EnumSids() now worksAndrew Tridgell2003-11-041-0/+3
* yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell2003-11-041-0/+62
* added support for fragmented sendsAndrew Tridgell2003-11-041-0/+32
* added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell2003-11-041-2/+139
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-034-187/+92