summaryrefslogtreecommitdiffstats
path: root/source4/libcli/util
Commit message (Expand)AuthorAgeFilesLines
...
* r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher2007-10-101-17/+58
* r20213: add 2 error codes related to the msDs-IntId attributeStefan Metzmacher2007-10-102-0/+4
* r20080: add error code that maps to NT_STATUS_INVALID_NETWORD_RESPONSEStefan Metzmacher2007-10-102-0/+2
* r20072: make sure WERR_ACCESS_DENIED gets mapped to NT_STATUS_ACCESS_DENIEDStefan Metzmacher2007-10-101-0/+5
* r19734: display LDAP error code nicerStefan Metzmacher2007-10-101-6/+47
* r19162: Merge WERR code from Samba 3.Günther Deschner2007-10-102-0/+2
* r18989: Fixes found by these two LDAP testsuites:Andrew Bartlett2007-10-101-1/+22
* r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIESAndrew Tridgell2007-10-101-1/+4
* r18916: fixed the messaging layer on *BSD systems. When a socket was full weAndrew Tridgell2007-10-101-1/+1
* r18847: Add WERR_NO_SYSTEM_RESOURCES showing up in dfs torture testing.Günther Deschner2007-10-102-0/+2
* r18633: Add a couple of new WERR codes encountered with dfs torture testing.Günther Deschner2007-10-102-2/+12
* r17567: add error code I got from DsGetNCChangesStefan Metzmacher2007-10-102-0/+4
* r17414: add new error codeStefan Metzmacher2007-10-102-0/+2
* r16949: add and fix some NOTIFY return codesStefan Metzmacher2007-10-102-1/+4
* r16801: Adding WERR_DS_DRA_ACCESS_DENIED.Günther Deschner2007-10-102-0/+2
* r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell2007-10-101-0/+5
* r15775: add some privilege related WERROR codesStefan Metzmacher2007-10-102-0/+4
* r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2007-10-102-0/+2
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r14876: added ENOSYS to unix error mappingAndrew Tridgell2007-10-101-0/+3
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2007-10-103-381/+29
* r14498: Revert part of my commit that removed support for compilers thatJelmer Vernooij2007-10-101-0/+12
* r14473: Modern splint has no problems with immediate structures.Jelmer Vernooij2007-10-101-18/+0
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-102-0/+128
* r13652: Move some more stuff out off include/Jelmer Vernooij2007-10-102-0/+853
* r12910: fix bug #3069Stefan Metzmacher2007-10-101-2/+5
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-103-1/+55
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-1/+1
* r11740: add some EA error codesStefan Metzmacher2007-10-101-0/+3
* r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell2007-10-101-0/+27
* r11546: add more errno ntstatus mappings, to get more usefull errors from soc...Stefan Metzmacher2007-10-101-0/+15
* r11404: Another torture test and a new WERR.Andrew Bartlett2007-10-101-0/+1
* r10867: add WERR_UNKNOWN_REVISION errorcodeStefan Metzmacher2007-10-101-0/+1
* r10545: map ECONNRESET to NT_STATUS_CONNECTION_RESETStefan Metzmacher2007-10-101-0/+3
* r10513: Reduce some use of pstring. The main reason some parts of the code stillJelmer Vernooij2007-10-101-1/+1
* r10103: Put an #ifdef guard around ENOTSUP to fix systems that don't have itTim Potter2007-10-101-0/+2
* r9638: add error code that you get when you call DsGetNCChanges() with a tmp_...Stefan Metzmacher2007-10-101-0/+1
* r9514: add some new error codes I was getting with DsGetNCChanges() and DsAdd...Stefan Metzmacher2007-10-101-0/+2
* r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett2007-10-101-67/+0
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-101-1/+1
* r9048: added a new DOS error code (thanks to EMC)Andrew Tridgell2007-10-101-0/+1
* r8174: Check DOS error codes in torture chkpath test.Jeremy Allison2007-10-101-0/+1
* r8125: fixed an error code mapping based on the updated torture testsAndrew Tridgell2007-10-101-1/+1
* r8115: added support for 2 more dos error codes found during testingAndrew Tridgell2007-10-101-0/+2
* r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell2007-10-101-270/+30