summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r7665: - added a ildap_*() interface to our internal ldap library. ThisAndrew Tridgell2007-10-105-2/+241
* r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsdAndrew Tridgell2007-10-101-2/+2
* r7660: improved error handling in socket_connect_ev() (it matters when nameAndrew Tridgell2007-10-101-0/+3
* r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell2007-10-101-4/+3
* r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell2007-10-101-0/+4
* r7657: test addone again after request timeout and destruction to ensure the ...Andrew Tridgell2007-10-101-3/+2
* r7656: added testing of rpc request timeouts and destructionAndrew Tridgell2007-10-101-0/+62
* r7655: test the evnt friendly socket_connect() in the LOCAL-SOCKET testAndrew Tridgell2007-10-101-1/+3
* r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell2007-10-102-0/+50
* r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell2007-10-101-1/+11
* r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell2007-10-101-1/+1
* r7651: Only convert SERVER requests to KRBTGT requests.Andrew Bartlett2007-10-101-1/+1
* r7650: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r7646: - only allow modification of SPOOLSS_FORM_USER FromsStefan Metzmacher2007-10-101-18/+52
* r7644: - remove some dublicate structures SetForm and AddForm uses the same s...Stefan Metzmacher2007-10-103-40/+241
* r7643: This patch adds a new NTPTR subsystem:Stefan Metzmacher2007-10-1013-669/+1839
* r7642: - test NULL server_name in GetPrinterDriverDirectory() too, (same resu...Stefan Metzmacher2007-10-101-2/+12
* r7641: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catchJeremy Allison2007-10-101-6/+7
* r7638: krb5_closelog in heimdal-0.7 not longer leaks memory, so remove that c...Love Hörnquist Åstrand2007-10-101-4/+0
* r7637: Another useful Heimdal feature we need.Andrew Bartlett2007-10-101-0/+5
* r7635: change the license of this file to lgpl like the rest of ldbSimo Sorce2007-10-101-14/+30
* r7634: move TestSleep functions so that all of them are togetherStefan Metzmacher2007-10-101-22/+22
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-1065-160/+221
* r7631: - remove unused function, as the disgn of samba4 doesn't allow the old...Stefan Metzmacher2007-10-101-39/+2
* r7630: Unused variable.Tim Potter2007-10-101-1/+0
* r7629: Unused labels.Tim Potter2007-10-101-2/+0
* r7628: Unused variables.Tim Potter2007-10-101-4/+0
* r7627: Fix warning in unused (?) function.Tim Potter2007-10-101-1/+1
* r7626: a new ldap client library. Main features are:Andrew Tridgell2007-10-1016-1099/+947
* r7621: Trivial reformatting while trying to understand share modes. Still sur...Volker Lendecke2007-10-101-21/+16
* r7615: fix the build and simplify gendb_search_dnSimo Sorce2007-10-103-31/+18
* r7608: bug fix after yesterday's changeSimo Sorce2007-10-101-1/+1
* r7605: Display properties in header files again.Jelmer Vernooij2007-10-101-15/+16
* r7604: Bunch of small pidl updates. Mostly removing unused functions,Jelmer Vernooij2007-10-107-313/+142
* r7602: fix some compiler warningsDerrell Lipman2007-10-103-3/+3
* r7601: ldb_sqlite3 work in progressDerrell Lipman2007-10-105-47/+231
* r7599: it turns out we were not using the ldif code in libcli/ldap/ at all,Andrew Tridgell2007-10-101-393/+0
* r7598: take advantage of struct data_blob and struct ldb_val being the sameAndrew Tridgell2007-10-102-14/+3
* r7597: removed the bogus get_myfullname() and get_mydomname() calls, and putAndrew Tridgell2007-10-102-56/+56
* r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pastedAndrew Tridgell2007-10-109-35/+35
* r7594: abartlet is right that this hack is not actually necessary, it justAndrew Tridgell2007-10-101-6/+2
* r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell2007-10-1013-154/+156
* r7590: Cleanups, add more notes on new string code.Jelmer Vernooij2007-10-104-61/+35
* r7588: Fix lacking space in the comment.Rafal Szczesniak2007-10-101-1/+1
* r7587: More comments.Rafal Szczesniak2007-10-101-0/+41
* r7586: ldb_sqlite3 making progress. add and search have indicated a willingn...Derrell Lipman2007-10-103-379/+306
* r7582: Better way to have a fast path searching for a specific DN.Simo Sorce2007-10-1010-79/+103
* r7580: - add GetPrinterDriverDirectory() idl, torture test and server codeStefan Metzmacher2007-10-104-21/+250
* r7575: - fix GetPrinterData() push sideStefan Metzmacher2007-10-102-24/+93
* r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher2007-10-104-218/+198