summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7872: another place we were relying on the old behaviour of value()Andrew Tridgell1-1/+1
2007-10-10r7871: setup spoolss, wins and hklm dbs correctly in selftestAndrew Tridgell1-0/+3
2007-10-10r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, asAndrew Tridgell5-5/+5
2007-10-10r7869: revert the configure changes from jelmers commit for heimdal_buildAndrew Tridgell1-4/+5
2007-10-10r7868: canonicalise the message before using ldb_add() in the ldbadd utility.Andrew Tridgell1-0/+2
2007-10-10r7867: a couple of bug fixes for newuser.pl from kukksAndrew Tridgell1-2/+2
2007-10-10r7866: Remove some unused autoconf macro calls.Jelmer Vernooij4-26/+21
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell17-55/+51
2007-10-10r7864: fixed some const bugsAndrew Tridgell2-3/+3
2007-10-10r7863: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r7862: Updates to the Kerberos notes, based on recent changes and discoveries.Andrew Bartlett1-19/+90
2007-10-10r7861: Nicer output, remove some false warnings.Jelmer Vernooij1-8/+10
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell15-355/+303
2007-10-10r7859: Merge a few scripts to one script that checks for the following unusedJelmer Vernooij7-108/+121
2007-10-10r7858: removed some unused variablesAndrew Tridgell1-3/+0
2007-10-10r7857: improved the handling of end-of-file on sockets in the smb serverAndrew Tridgell1-2/+8
2007-10-10r7856: fixed warning of 'methods' shadowed variableAndrew Tridgell1-4/+4
2007-10-10r7855: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r7854: only enable wrapping in the ldap server if it was negotiated by gensecAndrew Tridgell1-2/+4
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 Vernooij10-1/+32
2007-10-10r7845: remove unused filesStefan Metzmacher3-579/+6
2007-10-10r7844: eliminate superfluous attribute tablesDerrell Lipman1-382/+91
2007-10-10r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the rightAndrew Bartlett2-31/+27
2007-10-10r7837: use some more 'make' featuresStefan Metzmacher1-4/+2
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 Bartlett13-231/+322
2007-10-10r7816: Implementation of "shortcut" function for those (probably many) whoRafal Szczesniak3-4/+126
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