summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r7572: fixed filter in test suiteAndrew Tridgell2007-10-101-1/+1
* r7571: fixed the generation of the filter string for extended filtersAndrew Tridgell2007-10-101-1/+1
* r7570: Add tree, session and socket disconnect ejs functions.Tim Potter2007-10-101-8/+114
* r7569: Fix typo in comments.Tim Potter2007-10-101-2/+2
* r7568: enable the NTLMSSP bulk data sign/seal code for out ldap server. ThisAndrew Tridgell2007-10-101-8/+13
* r7567: added wire parsing of NOT and extended ldap search requests. ThisAndrew Tridgell2007-10-101-37/+97
* r7566: added support for LDAPString types in the asn.1 libraryAndrew Tridgell2007-10-101-5/+20
* r7565: fixed handling of sasl data in ldap serverAndrew Tridgell2007-10-101-1/+2
* r7564: added a test showing the search expression that w2k is actually givingAndrew Tridgell2007-10-101-0/+19
* r7562: work in progressDerrell Lipman2007-10-101-323/+699
* r7561: moved OID constants into ldb.h and used manifest constants in ldb_match.cDerrell Lipman2007-10-102-2/+8
* r7560: added tests for extended bitop search functionsAndrew Tridgell2007-10-102-0/+50
* r7559: support 64 bit matching in bitopsAndrew Tridgell2007-10-101-6/+6
* r7558: added support in ldb for extended ldap search requests. These areAndrew Tridgell2007-10-106-14/+193
* r7557: trigger a probe at tconx time to see if xattrs are really supported byAndrew Tridgell2007-10-102-0/+19
* r7556: fixed typo in documentationDerrell Lipman2007-10-101-2/+2
* r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij2007-10-1015-53/+32
* r7546: fix commentStefan Metzmacher2007-10-101-1/+1
* r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher2007-10-102-2/+2
* r7533: don't show compile flags for each fileAndrew Tridgell2007-10-101-0/+4
* r7531: Finally fix lp_load(). I had left hooks in place which restricted usAndrew Bartlett2007-10-101-6/+0
* r7530: Simply calling convention of lp_load().Andrew Bartlett2007-10-1014-71/+20
* r7528: cleaned up the QueryDisplayInfo_continue testAndrew Tridgell2007-10-101-4/+2
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-1029-215/+264
* r7526: make test should depend on the binsAndrew Tridgell2007-10-101-1/+1
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-1015-93/+48