summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r7800: added the same request serialisation logic to our socket based rpcAndrew Tridgell2007-10-103-0/+12
* r7795: use a share specific allocation roundingAndrew Tridgell2007-10-101-1/+2
* r7793: allow integers in smb.conf to be specified in octal or hexAndrew Tridgell2007-10-101-2/+2
* r7792: make the allocation size rounding in pvfs configurableAndrew Tridgell2007-10-103-3/+8
* r7790: Allow remembering more configure-level data (andJelmer Vernooij2007-10-104-6/+12
* r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"Andrew Tridgell2007-10-101-0/+3
* r7783: the whenChanged attribute is now handled by the timestamps module, andAndrew Tridgell2007-10-101-3/+0
* r7782: fixed an ordering problem with smb requests. I found this when I had "...Andrew Tridgell2007-10-102-0/+16
* r7781: finding the parent of a talloc ptr is trickier than it looks due to th...Andrew Tridgell2007-10-102-7/+27
* r7780: fixed a bug in talloc_find_parent_byname()Andrew Tridgell2007-10-101-1/+1
* r7779: use the parent event context in ldb_wrap_connect(). See the comment inAndrew Tridgell2007-10-101-0/+10
* r7778: added talloc_find_parent_bytype() and talloc_find_parent_byname()Andrew Tridgell2007-10-103-0/+40
* r7777: allow for overriding the location of the sam databasein the ldap serve...Andrew Tridgell2007-10-103-13/+27
* r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell2007-10-104-2/+45
* r7775: solaris uses 'lo0' for loopback network, so by using lo* we should cov...Andrew Tridgell2007-10-101-1/+1
* r7774: put $CONFIGURATION in one more placeAndrew Tridgell2007-10-101-1/+1
* r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell2007-10-101-1/+1
* r7772: actually give the auth options to ldbsearch ....Andrew Tridgell2007-10-101-5/+5
* r7771: - added ldaps and NTLMSSP testing to ldap testsAndrew Tridgell2007-10-102-9/+31
* r7770: added ldaps support to our ldap client libraryAndrew Tridgell2007-10-103-9/+19
* r7769: added client support in the tls library apiAndrew Tridgell2007-10-102-12/+126
* r7768: use _ALL_OBJS in clean targetAndrew Tridgell2007-10-101-2/+4
* r7767: fixed ldb dependenciesAndrew Tridgell2007-10-101-1/+1
* r7766: Treat NOPROTO as boolean.Jelmer Vernooij2007-10-102-10/+21
* r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting thatAndrew Bartlett2007-10-101-1/+1
* r7764: Generate _ALL_OBJS list.Jelmer Vernooij2007-10-102-1/+6
* r7763: fixed some circular dependenciesAndrew Tridgell2007-10-103-4/+3
* r7762: Clean up make help files.Jelmer Vernooij2007-10-101-1/+1
* r7761: Don't let phony targets cause a rebuild of the binaries. ThanksJelmer Vernooij2007-10-102-2/+3
* r7760: make client tools get the right config file in 'make test'Andrew Tridgell2007-10-102-4/+6
* r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell2007-10-101-0/+3
* r7758: When not running on the build farm, print out the failed command line ...Andrew Bartlett2007-10-103-4/+12
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-105-48/+92
* r7756: Don't segfault by trying to search for the NULL DN, if the wrongAndrew Bartlett2007-10-101-5/+7
* r7755: fixed an uninitialised event_ctx found by abartletAndrew Tridgell2007-10-101-3/+4
* r7754: fixed the local port of accepted sockets in socket_wrapper. This fixesAndrew Tridgell2007-10-101-4/+3
* r7753: removed debugging code :-)Andrew Tridgell2007-10-101-2/+0
* r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2007-10-104-7/+12
* r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell2007-10-101-0/+4
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2007-10-104-7/+14
* r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak2007-10-101-2/+3
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-1010-470/+327
* r7746: - added TLS support to our ldap serverAndrew Tridgell2007-10-103-102/+115
* r7745: better handling of recv errors in tls libraryAndrew Tridgell2007-10-101-1/+10
* r7744: converted the web server to use the lib/tls/ generic tls codeAndrew Tridgell2007-10-108-565/+41
* r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell2007-10-101-18/+10
* r7742: abstracted out the tls code from the web server, so that our other ser...Andrew Tridgell2007-10-104-0/+646
* r7741: fixed the verbose option in ldbeditAndrew Tridgell2007-10-101-12/+11
* r7740: get rid of our duplicate base64 routinesAndrew Tridgell2007-10-105-85/+18
* r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell2007-10-101-0/+3