summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak1-2/+3
2007-10-10r7747: - simplified the ldap server buffer handlingAndrew Tridgell10-470/+327
2007-10-10r7746: - added TLS support to our ldap serverAndrew Tridgell3-102/+115
2007-10-10r7745: better handling of recv errors in tls libraryAndrew Tridgell1-1/+10
2007-10-10r7744: converted the web server to use the lib/tls/ generic tls codeAndrew Tridgell8-565/+41
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 Tridgell5-85/+18
2007-10-10r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell1-0/+3