summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak1-1/+1
2007-10-10r7813: Make async request independent from config file routines.Rafal Szczesniak1-11/+3
2007-10-10r7810: don't give errors when the ldap server sends us reference repliesAndrew Tridgell1-1/+2
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-10r7802: Remove a junk file.Tim Potter1-71/+0
2007-10-10r7801: the ldap server needs this logic tooAndrew Tridgell2-0/+12
2007-10-10r7800: added the same request serialisation logic to our socket based rpcAndrew Tridgell3-0/+12
2007-10-10r7795: use a share specific allocation roundingAndrew Tridgell1-1/+2
2007-10-10r7793: allow integers in smb.conf to be specified in octal or hexAndrew Tridgell1-2/+2
2007-10-10r7792: make the allocation size rounding in pvfs configurableAndrew Tridgell3-3/+8
2007-10-10r7790: Allow remembering more configure-level data (andJelmer Vernooij4-6/+12
2007-10-10r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"Andrew Tridgell1-0/+3
2007-10-10r7783: the whenChanged attribute is now handled by the timestamps module, andAndrew Tridgell1-3/+0
2007-10-10r7782: fixed an ordering problem with smb requests. I found this when I had "...Andrew Tridgell2-0/+16
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-10r7777: allow for overriding the location of the sam databasein the ldap serve...Andrew Tridgell3-13/+27
2007-10-10r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell4-2/+45
2007-10-10r7775: solaris uses 'lo0' for loopback network, so by using lo* we should cov...Andrew Tridgell1-1/+1
2007-10-10r7774: put $CONFIGURATION in one more placeAndrew Tridgell1-1/+1
2007-10-10r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell1-1/+1
2007-10-10r7772: actually give the auth options to ldbsearch ....Andrew Tridgell1-5/+5
2007-10-10r7771: - added ldaps and NTLMSSP testing to ldap testsAndrew Tridgell2-9/+31
2007-10-10r7770: added ldaps support to our ldap client libraryAndrew Tridgell3-9/+19
2007-10-10r7769: added client support in the tls library apiAndrew Tridgell2-12/+126
2007-10-10r7768: use _ALL_OBJS in clean targetAndrew Tridgell1-2/+4
2007-10-10r7767: fixed ldb dependenciesAndrew Tridgell1-1/+1
2007-10-10r7766: Treat NOPROTO as boolean.Jelmer Vernooij2-10/+21
2007-10-10r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting thatAndrew Bartlett1-1/+1
2007-10-10r7764: Generate _ALL_OBJS list.Jelmer Vernooij2-1/+6
2007-10-10r7763: fixed some circular dependenciesAndrew Tridgell3-4/+3
2007-10-10r7762: Clean up make help files.Jelmer Vernooij1-1/+1
2007-10-10r7761: Don't let phony targets cause a rebuild of the binaries. ThanksJelmer Vernooij2-2/+3
2007-10-10r7760: make client tools get the right config file in 'make test'Andrew Tridgell2-4/+6
2007-10-10r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell1-0/+3
2007-10-10r7758: When not running on the build farm, print out the failed command line ...Andrew Bartlett3-4/+12
2007-10-10r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett5-48/+92
2007-10-10r7756: Don't segfault by trying to search for the NULL DN, if the wrongAndrew Bartlett1-5/+7
2007-10-10r7755: fixed an uninitialised event_ctx found by abartletAndrew Tridgell1-3/+4
2007-10-10r7754: fixed the local port of accepted sockets in socket_wrapper. This fixesAndrew Tridgell1-4/+3
2007-10-10r7753: removed debugging code :-)Andrew Tridgell1-2/+0
2007-10-10r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell4-7/+12
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 Tridgell4-7/+14