summaryrefslogtreecommitdiffstats
path: root/source4/libcli/util
Commit message (Collapse)AuthorAgeFilesLines
* r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2007-12-212-1/+30
| | | | | metze (This used to be commit 8fc2e7737fc15f7265816f077e2a48a7a98f75b8)
* r25897: Add WERR_INVALID_FLAGS.Günther Deschner2007-12-212-0/+2
| | | | | Guenther (This used to be commit c3023eaeb389f44b64becc383552df0debfc232d)
* r25672: Some more FRS werrors.Günther Deschner2007-12-212-0/+4
| | | | | Guenther (This used to be commit 8fa3de8dca9e9d0d9f7fc79e4fc78b85313f870b)
* r25669: Real build fix.Günther Deschner2007-12-211-1/+1
| | | | | Guenther (This used to be commit 1b9e526bf60372e5b3731e98dbfcc029b04e4b01)
* r25668: Hopefully fix the build, sorry...Günther Deschner2007-12-212-3/+4
| | | | | Guenther (This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8)
* r25665: Add some more WERR codes.Günther Deschner2007-12-212-0/+11
| | | | | Guenther (This used to be commit 846d81c0ade7a1b56366feb4338312c24dc4351b)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-103-149/+149
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam2007-10-101-1/+1
| | | | | | | | These two fixes should have remained! Thanks to Metze for pointing this out. Michael (This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933)
* r25515: Revert r25448:Michael Adam2007-10-102-1/+13
| | | | | | | | Immediate structures are *not* supportet by the native C compiler at least on Solaris, Tru64 and HP-UX. Michael (This used to be commit 6d07e29de2a7e535139622fa688b407da232c816)
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵Jelmer Vernooij2007-10-102-13/+1
| | | | | | versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-106-324/+310
| | | | (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
* r25212: merge some stuff from samba3Stefan Metzmacher2007-10-101-1/+4
| | | | | metze (This used to be commit 502251451aa78b82131283d0590b382943b1d156)
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25010: Avoid uses of pstringJelmer Vernooij2007-10-102-4/+2
| | | | (This used to be commit cce7785474fc536dd44b39403c785b524b128144)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
* r24146: It is not an error for a Win2k3-only server not to support the NT4Andrew Bartlett2007-10-102-0/+2
| | | | | | | replication call. Andrew Bartlett (This used to be commit 59cba32c09f5b014788e4fb0479ed31f26a3d7e2)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-103-6/+3
| | | | (This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-103-3/+3
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-108-24/+16
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r23381: Merge netr_GetDcName WERROR return and ↵Günther Deschner2007-10-102-0/+2
| | | | | | | | | WERROR_DOMAIN_CONTROLLER_NOT_FOUND from SAMBA_3_0. Guenther (This used to be commit 841ad140a34648ff52d5e44a6642f346ef9eee02)
* r23037: actually fix the asn1 memory leak :-)Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 13bda1152d3b88c0b93610d4698ce24183334276)
* r23036: error checking on asn1_init() failureAndrew Tridgell2007-10-101-1/+5
| | | | (This used to be commit 26cf8494084c0106ef0e1c9b6ef40eeadf945ef2)
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-101-27/+34
| | | | | should allow us to fix some long standing memory leaks. (This used to be commit 3db49c2ec9968221c1361785b94061046ecd159d)
* r22986: error 2312 is returned when NetSessDel() fails because a matching ↵Ronnie Sahlberg2007-10-101-0/+1
| | | | | | | session (username/clientname) could not be found (This used to be commit e2b46d280db114656e18f023a9efa939b5c893d5)
* r22958: For SRVSVC/NetFileClose only Administrator is allowed to close ↵Ronnie Sahlberg2007-10-101-0/+1
| | | | | | | | | | open files. If a normal user tries to close a file that exists, even that users own files the server responds with this error on w2k if the file does not exist, the server instead responds with WERR_BADFILE (This used to be commit c17df8bed66d70765b85b6e04f2ad0a57073ffb4)
* r22884: Be consistant with the case of these constants.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 7b086eebd6af21674ca18c7d9b35cb2c6b57514a)
* r21591: add new error codeStefan Metzmacher2007-10-102-0/+2
| | | | | metze (This used to be commit 04da3db29d57ffeab3ba39551b326b8c176a5bcb)
* r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell2007-10-101-1/+1
| | | | | | | | | | using the pattern in the clilsa code, it didn't fill in the p->binding structure. This affects nearly all users of dcerpc_pipe_open_smb(), so the simplest fix is to ensure that dcerpc_pipe_open_smb() initialises the binding if its not already there. - re-enable the RAW-ACLS test (This used to be commit d8875c286d2be49c01703d8fd58bbc1842054bd9)
* r21510: make it possible to push tags with length > 0xFFFFFFStefan Metzmacher2007-10-101-1/+12
| | | | | metze (This used to be commit 8e604107da4a8a1bf6ccab45e85e147daab29519)
* r21297: Remove the GTK+ tools and library from the main repository. They are ↵Jelmer Vernooij2007-10-101-0/+2
| | | | | | | | now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk This also adds some more headers to the list that is installed and a couple of extra #include lines so these headers can be used externally without problems. (This used to be commit 07652f65ce7a5b19130f1a27cbf0e1e5fae13454)
* r21291: add two more error codesStefan Metzmacher2007-10-102-1/+5
| | | | | metze (This used to be commit dd04c5dec58b18048ca5029f7bfe513242cbe4e9)
* r20765: add two more schema related error codesStefan Metzmacher2007-10-102-0/+4
| | | | | metze (This used to be commit 75f5a88f2229fa604726ecb0ebb2b5a4589d5b86)
* r20404: add error code for missing attribute syntaxStefan Metzmacher2007-10-102-0/+2
| | | | | metze (This used to be commit 769ce9799b0e9d1ccc5f2155440e5dedf655d40c)
* r20378: add new error code that says the schema mismatches between DC'sStefan Metzmacher2007-10-102-0/+2
| | | | | metze (This used to be commit e769029f42f848db8121c7dcfe5be261861776c8)
* r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | | bind. Did not find that in Samba3 code, so there's nothing to port. Volker (This used to be commit 9bdc19b6d5fe3dff57a07f4b760840d0043a53ad)
* r20284: Simplify OID primitive BER parsing.Simo Sorce2007-10-101-63/+83
| | | | | | | Do not require an artificial ASN.1 context to be setup. Simo. (This used to be commit 14b3b9861ae47498c74a6643e6979b3d85260a61)
* r20277: make sure the asn1 structure has a welldefined state after a asn1_free()Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 7e7d1a1da2d64d28915a06c399072de1caf108c4)
* r20276: remove unneeded talloc_strdup()Stefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit c4733b20c7c113dc1abfb2219a899b80bbcc2875)
* r20259: add function to start a fake tag so that asn1_read_OID_String()Stefan Metzmacher2007-10-101-0/+19
| | | | | | | can work alone metze (This used to be commit ea70f6ff07930951d98a952b03963d0ba358fec4)
* r20258: add functions to read and write asn1 encoded OID strings without ↵Stefan Metzmacher2007-10-101-17/+58
| | | | | | | leading tag metze (This used to be commit 576d4c54cca844164b90e5d6ec71fe44b59607b7)
* r20213: add 2 error codes related to the msDs-IntId attributeStefan Metzmacher2007-10-102-0/+4
| | | | | metze (This used to be commit dd5df84cccd10e9880648eecbff6faf7252d5e73)
* r20080: add error code that maps to NT_STATUS_INVALID_NETWORD_RESPONSEStefan Metzmacher2007-10-102-0/+2
| | | | | metze (This used to be commit cb5c2e9dc6838145fe9f6f2e727a1df26e688467)
* r20072: make sure WERR_ACCESS_DENIED gets mapped to NT_STATUS_ACCESS_DENIEDStefan Metzmacher2007-10-101-0/+5
| | | | | metze (This used to be commit 417f64184e734ab4ce5c78dc3d268c5c4a2cd18d)
* r19734: display LDAP error code nicerStefan Metzmacher2007-10-101-6/+47
| | | | | metze (This used to be commit a0a45c3326560b9b31d0e17f1439d2638e91aee0)