summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7913: prevent recursion in the socket wrapper codeAndrew Tridgell1-0/+1
2007-10-10r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell3-10/+38
2007-10-10r7910: fixed typo in _SAMBA_BUILD_ macroAndrew Tridgell1-2/+2
2007-10-10r7909: don't consider not finding a list of network interfaces from the kerne...Andrew Tridgell1-1/+0
2007-10-10r7897: work in progressDerrell Lipman3-102/+223
2007-10-10r7873: hopefully fixed build of ldb_explode_dn() on AIXAndrew Tridgell1-27/+9
2007-10-10r7868: canonicalise the message before using ldb_add() in the ldbadd utility.Andrew Tridgell1-0/+2
2007-10-10r7866: Remove some unused autoconf macro calls.Jelmer Vernooij1-1/+1
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell3-8/+11
2007-10-10r7851: We are case preserving let the DN be returned the same the user put it...Simo Sorce2-78/+83
2007-10-10r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij3-1/+23
2007-10-10r7844: eliminate superfluous attribute tablesDerrell Lipman1-382/+91
2007-10-10r7834: added comment about the "((" search testAndrew Tridgell1-0/+4
2007-10-10r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell3-19/+19
2007-10-10r7832: missed oneAndrew Tridgell1-1/+1
2007-10-10r7831: use cn=TEST as base of test DNs so we don't interfere with potentially...Andrew Tridgell6-66/+66
2007-10-10r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman8-364/+1156
2007-10-10r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2-59/+0
2007-10-10r7808: fixed the build of ldb after the binary file support in ldif was addedAndrew Tridgell1-1/+3
2007-10-10r7806: add test for binary files as attribute valuesSimo Sorce3-0/+8
2007-10-10r7805: add support to read binary files into attributes data like ldap tools ...Simo Sorce1-3/+73
2007-10-10r7804: added the samba specific ldif handlers into the tree, but don't enableAndrew Tridgell6-5/+146
2007-10-10r7803: added support in ldb for callers to setup ldif read/write functions,Andrew Tridgell3-10/+86
2007-10-10r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"Andrew Tridgell1-0/+3
2007-10-10r7781: finding the parent of a talloc ptr is trickier than it looks due to th...Andrew Tridgell2-7/+27
2007-10-10r7780: fixed a bug in talloc_find_parent_byname()Andrew Tridgell1-1/+1
2007-10-10r7779: use the parent event context in ldb_wrap_connect(). See the comment inAndrew Tridgell1-0/+10
2007-10-10r7778: added talloc_find_parent_bytype() and talloc_find_parent_byname()Andrew Tridgell3-0/+40
2007-10-10r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell4-2/+45
2007-10-10r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell1-1/+1
2007-10-10r7769: added client support in the tls library apiAndrew Tridgell2-12/+126
2007-10-10r7767: fixed ldb dependenciesAndrew Tridgell1-1/+1
2007-10-10r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell1-0/+3
2007-10-10r7754: fixed the local port of accepted sockets in socket_wrapper. This fixesAndrew Tridgell1-4/+3
2007-10-10r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2-5/+7
2007-10-10r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell1-0/+4
2007-10-10r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell1-0/+2
2007-10-10r7747: - simplified the ldap server buffer handlingAndrew Tridgell2-1/+25
2007-10-10r7745: better handling of recv errors in tls libraryAndrew Tridgell1-1/+10
2007-10-10r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell1-18/+10
2007-10-10r7742: abstracted out the tls code from the web server, so that our other ser...Andrew Tridgell4-0/+646
2007-10-10r7741: fixed the verbose option in ldbeditAndrew Tridgell1-12/+11
2007-10-10r7740: get rid of our duplicate base64 routinesAndrew Tridgell4-82/+15
2007-10-10r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell1-0/+3
2007-10-10r7728: handle 64 bit integers in INTEGER matchAndrew Tridgell1-3/+3
2007-10-10r7726: - removed some unused variablesAndrew Tridgell3-3/+9
2007-10-10r7719: make the ildap ldb backend use the defaultNamingContext if the basednAndrew Tridgell1-2/+28
2007-10-10r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell10-58/+38
2007-10-10r7712: ldb/common/util.c is goneAndrew Tridgell1-1/+0
2007-10-10r7711: update callers of ldb_connect() for new syntaxAndrew Tridgell1-4/+11