summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r19642: convert host.c to new composite apiStefan Metzmacher2007-10-101-35/+26
* r19639: convert nbtlist.c to new composite apiStefan Metzmacher2007-10-101-55/+44
* r19638: convert resolve.c to the new composite apiStefan Metzmacher2007-10-101-23/+19
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-104-3/+5
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-1/+1
* r19481: - reset the vuid before trying a new session setupStefan Metzmacher2007-10-101-3/+14
* r19480: - clear the whole session struct (only let the pid untouched)Stefan Metzmacher2007-10-101-1/+4
* r19464: Reject passwords that cannot be converted into UCS2.Andrew Bartlett2007-10-101-2/+8
* r19200: Implement smbcli_rap_netservergetinfo. To be used in RPC-SAMBA3SPOOLS...Volker Lendecke2007-10-101-0/+14
* 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-102-5/+43
* r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell2007-10-101-3/+8
* r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIESAndrew Tridgell2007-10-101-1/+4
* r18965: fixed the bug with RPC-NETLOGON and solaris sparc machines. This bugAndrew Tridgell2007-10-101-0/+6
* 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
* r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell2007-10-101-1/+1
* r18715: 0x8 style status returns should also fail here (thanks metze)Andrew Tridgell2007-10-101-1/+1
* r18633: Add a couple of new WERR codes encountered with dfs torture testing.Günther Deschner2007-10-102-2/+12
* r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldapAndrew Tridgell2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-103-6/+9
* r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell2007-10-101-1/+1
* r18256: use the right status variableAndrew Tridgell2007-10-101-2/+1
* r18243: when setting up a composite continuation, if the context has alreadyAndrew Tridgell2007-10-101-0/+7
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-102-2/+1
* r18211: wct is not a size, so don't use size_tAndrew Tridgell2007-10-101-1/+1
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2007-10-102-1/+2
* r18025: Don't try to set a target host if there isn't one (such as with ldapi...Andrew Bartlett2007-10-101-5/+7
* r18024: The %c sscanf format I'm using doesn't null terminate.Andrew Bartlett2007-10-101-0/+3
* r18021: Add ldapi support to our LDAP client. To be used for testing anAndrew Bartlett2007-10-101-34/+93
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-1016-14/+607
* r17848: Ok, this did not do it. Still got the same problem.Volker Lendecke2007-10-101-8/+1
* r17846: Ok, this is a patch that needs further discussion. On Solaris, snprin...Volker Lendecke2007-10-101-1/+8
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-103-3/+3
* r17567: add error code I got from DsGetNCChangesStefan Metzmacher2007-10-102-0/+4
* r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the clientStefan Metzmacher2007-10-101-0/+20
* r17429: implement the LDAP_SERVER_SHOW_DELETED control in the clientStefan Metzmacher2007-10-101-0/+20
* r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher2007-10-101-0/+20
* r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher2007-10-101-0/+59
* r17418: add client support for the LDAP_SERVER_SD_FLAGS controlStefan Metzmacher2007-10-101-0/+59
* r17414: add new error codeStefan Metzmacher2007-10-102-0/+2
* r17319: make better usage of the composite apiStefan Metzmacher2007-10-101-28/+20
* r17318: make better usage of the composite apiStefan Metzmacher2007-10-102-51/+13
* r17317: - add a composite_create() function that allocates and initializeStefan Metzmacher2007-10-102-0/+29
* r17278: fix un uninitialized value found by valgrindStefan Metzmacher2007-10-101-0/+1
* r17277: we need to trigger an event when we return directly,Stefan Metzmacher2007-10-101-1/+1
* r17230: don't overwrite the error with NT_STATUS_NO_MEMORYStefan Metzmacher2007-10-101-10/+7
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-102-14/+18
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-104-95/+26
* r17083: - implement SMB2 Cancel in the clientStefan Metzmacher2007-10-105-5/+105