summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r22986: error 2312 is returned when NetSessDel() fails because a matching ses...Ronnie Sahlberg2007-10-101-0/+1
* r22958: For SRVSVC/NetFileClose only Administrator is allowed to close open...Ronnie Sahlberg2007-10-101-0/+1
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-1/+1
* r22884: Be consistant with the case of these constants.Andrew Bartlett2007-10-103-3/+3
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-102-13/+13
* r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher2007-10-101-5/+6
* r22791: make it possible to use smb2_create_blob_add() in the server code tooStefan Metzmacher2007-10-101-3/+3
* r22790: fix initialization for chained requestsStefan Metzmacher2007-10-101-0/+1
* r22788: fix typoStefan Metzmacher2007-10-101-1/+1
* r22762: Some ldb_map changes:Jelmer Vernooij2007-10-101-1/+1
* r22749: fix memory leak of nbt_name_request structure which are used to send ...Stefan Metzmacher2007-10-101-3/+6
* r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher2007-10-101-1/+1
* r22628: convert to new composite apiStefan Metzmacher2007-10-101-29/+28
* r22620: fix compiler warningsStefan Metzmacher2007-10-101-4/+4
* r22616: allow the unclist file to not specify a share name, and insteadAndrew Tridgell2007-10-101-0/+3
* r22405: fix memory leak in error pathStefan Metzmacher2007-10-101-0/+1
* r22090: fix error handling in cldap client library to cope with bad host namesAndrew Tridgell2007-10-102-6/+13
* r21949: After discussion with the Apple and Linux client maintainers,James Peach2007-10-102-6/+16
* r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett2007-10-104-64/+107
* r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett2007-10-101-3/+6
* r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,James Peach2007-10-105-25/+214
* r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. AddJames Peach2007-10-101-0/+1
* r21594: give the same error in all resolve backendsStefan Metzmacher2007-10-101-2/+2
* r21593: give a more useful error, when we can't resolve a long nameStefan Metzmacher2007-10-101-0/+9
* r21592: compress_name() returns NULL for names longer than 15 charsStefan Metzmacher2007-10-101-0/+6
* r21591: add new error codeStefan Metzmacher2007-10-102-0/+2
* r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell2007-10-101-1/+1
* r21511: this seems to be the nicer fix for the problem withStefan Metzmacher2007-10-101-4/+0
* r21510: make it possible to push tags with length > 0xFFFFFFStefan Metzmacher2007-10-101-1/+12
* r21501: ugly but the windows 2000 mmc deturns decoding error without thisStefan Metzmacher2007-10-101-0/+4
* r21316: if we got an unexpected nbt packet that most times meanStefan Metzmacher2007-10-101-1/+1
* r21307: make it possible to pass in NULL for domain or rid,Stefan Metzmacher2007-10-101-4/+10
* r21297: Remove the GTK+ tools and library from the main repository. They are ...Jelmer Vernooij2007-10-101-0/+2
* r21291: add two more error codesStefan Metzmacher2007-10-102-1/+5
* r21206: - a couple more nttrans places were a memcpy() should be usedAndrew Tridgell2007-10-104-10/+9
* r21183: Commit the big/little endian fix for nttrans setup[] handling.Volker Lendecke2007-10-101-4/+2
* r21072: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij2007-10-101-3/+3
* r20801: try to always fix up the acl revision when we add or removeStefan Metzmacher2007-10-101-4/+37
* r20800: fix compiler warningsStefan Metzmacher2007-10-101-0/+2
* r20799: if any ace has the optional sub object, the acl revision needsStefan Metzmacher2007-10-101-0/+8
* r20795: dom_sid_parse_talloc() gets an null terminated string as input,Stefan Metzmacher2007-10-101-1/+9
* r20765: add two more schema related error codesStefan Metzmacher2007-10-102-0/+4
* r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell2007-10-102-6/+0
* r20647: add cluster codeAndrew Tridgell2007-10-102-0/+6
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-2/+2
* r20404: add error code for missing attribute syntaxStefan Metzmacher2007-10-102-0/+2
* r20378: add new error code that says the schema mismatches between DC'sStefan Metzmacher2007-10-102-0/+2
* r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap ...Volker Lendecke2007-10-101-1/+1
* r20284: Simplify OID primitive BER parsing.Simo Sorce2007-10-101-63/+83