summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Fix switching of hives in regshell (#5254)Jelmer Vernooij1-0/+3
2008-02-09Fix tests.Jelmer Vernooij1-35/+24
2008-02-09Split up tests a bit, output subunit.Jelmer Vernooij1-753/+721
2008-02-09registry: Fix warning.Jelmer Vernooij1-1/+1
2008-02-09Remove unused path update.Jelmer Vernooij1-2/+0
2008-02-09Move nt_time_equal() to libutil.Jelmer Vernooij2-1/+12
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-4/+4
2008-02-08merge tdb changes from ctdbAndrew Tridgell1-33/+47
2008-02-08Fix syntax in LDAP testAndrew Bartlett1-4/+4
2008-02-07merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell1-0/+43
2008-02-04Fix a few more breakages from our recent changes to the server_idAndrew Bartlett1-2/+2
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett3-13/+15
2008-02-01Samba4 poor mans debug_ctx()Amin Azez1-0/+4
2008-01-31merged tdb transaction fixAndrew Tridgell1-0/+3
2008-01-25ldb/python: Add bindings for schema functions.Jelmer Vernooij3-33/+393
2008-01-23python: Add convenience function for getting command line loadparm contextJelmer Vernooij1-4/+3
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij5-5/+0
2008-01-22dcerpc: Use manually written .pc files for dcerpc and ndr.Jelmer Vernooij1-1/+1
2008-01-22registry: Use manually written .pc file.Jelmer Vernooij2-0/+13
2008-01-22ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij3-0/+3
2008-01-22tdb: Add URL in pc file.Jelmer Vernooij1-0/+1
2008-01-22ldb: Fix typo.Jelmer Vernooij1-1/+1
2008-01-22ldb: Increase version number to make it easier to create new Debian snapshots.Jelmer Vernooij1-1/+1
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij6-21/+5
2008-01-21ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij1-0/+1
2008-01-18merged changes from v3-2-testAndrew Tridgell8-53/+18
2008-01-18merged tdb changes from ctdbAndrew Tridgell3-59/+49
2008-01-18registry: Use correct return values.Jelmer Vernooij7-32/+53
2008-01-18registry: Avoid mapping registry return codes: return the right value in the ...Jelmer Vernooij3-3/+3
2008-01-18When Windows attempts to create a new key, it looks for an available key nameAndrew Kroeger1-7/+13
2008-01-18registry: Improve error codes and update tests.Jelmer Vernooij6-20/+23
2008-01-18When Windows initially creates a new value, the value name is "New Value #1".Andrew Kroeger1-2/+22
2008-01-18registry: Properly check return values from ldb_*() functions.Andrew Kroeger1-3/+3
2008-01-18registry: Check for more specific LDB return codes, handle changing existing ...Jelmer Vernooij1-6/+11
2008-01-17ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2-32/+52
2008-01-15Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2-0/+5
2008-01-15Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2-0/+14
2008-01-15Fix bug 5055Volker Lendecke1-1/+1
2008-01-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-0/+4
2008-01-15Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-0/+4
2008-01-15merged tdb from ctdb bzr treeAndrew Tridgell9-210/+471
2008-01-15ldap.py: Use constants where possible.Jelmer Vernooij1-14/+16
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij3-0/+829
2008-01-14libreplace: Escape asterisk.Jelmer Vernooij1-1/+1
2008-01-13Try to fix the build on Tru64; avoid single quotes because they get expanded ...Jelmer Vernooij1-1/+1
2008-01-11ldb: Get rid of a warning.Kai Blin1-1/+1
2008-01-11ldap/python: Fix last tests.Jelmer Vernooij1-60/+53
2008-01-11ldb/python: Support comparing Dn's to strings.Jelmer Vernooij3-0/+19
2008-01-11python/ldap: Fix a couple more tests.Jelmer Vernooij1-18/+18