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