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