summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Remove unused function.Jelmer Vernooij1-139/+0
2008-02-11Fix typo.Jelmer Vernooij1-1/+1
2008-02-11Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam1-1/+1
2008-02-11Fix a c++ warningVolker Lendecke1-1/+2
2008-02-11talloc_free_children can only reset pool if it's emptyVolker Lendecke1-1/+2
2008-02-11Mark talloc_pool memory for valgrindVolker Lendecke1-3/+16
2008-02-11Implement talloc_pool()Volker Lendecke3-7/+207
2008-02-11Add a comment.Michael Adam1-0/+1
2008-02-11Fix talloctort: move size check after referenced ptr check.Michael Adam1-5/+5
2008-02-11Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke1-0/+5
2008-02-11Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij1-1/+3
2008-02-11Fix the build: remove reference to inexistent header samba3_proto.hMichael Adam1-1/+0
2008-02-11Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij10-1357/+0
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