summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement talloc_pool()Volker Lendecke2008-02-113-7/+207
* Add a comment.Michael Adam2008-02-111-0/+1
* Fix talloctort: move size check after referenced ptr check.Michael Adam2008-02-111-5/+5
* Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke2008-02-111-0/+5
* Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij2008-02-111-1/+3
* Fix the build: remove reference to inexistent header samba3_proto.hMichael Adam2008-02-111-1/+0
* Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-1110-1357/+0
* Fix switching of hives in regshell (#5254)Jelmer Vernooij2008-02-111-0/+3
* Fix tests.Jelmer Vernooij2008-02-091-35/+24
* Split up tests a bit, output subunit.Jelmer Vernooij2008-02-091-753/+721
* registry: Fix warning.Jelmer Vernooij2008-02-091-1/+1
* Remove unused path update.Jelmer Vernooij2008-02-091-2/+0
* Move nt_time_equal() to libutil.Jelmer Vernooij2008-02-092-1/+12
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-081-4/+4
|\
| * Fix syntax in LDAP testAndrew Bartlett2008-02-081-4/+4
* | merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
|/
* merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
* Fix a few more breakages from our recent changes to the server_idAndrew Bartlett2008-02-041-2/+2
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-043-13/+15
* Samba4 poor mans debug_ctx()Amin Azez2008-02-011-0/+4
* merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
* ldb/python: Add bindings for schema functions.Jelmer Vernooij2008-01-253-33/+393
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-4/+3
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-225-5/+0
* dcerpc: Use manually written .pc files for dcerpc and ndr.Jelmer Vernooij2008-01-221-1/+1
* registry: Use manually written .pc file.Jelmer Vernooij2008-01-222-0/+13
* ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-01-223-0/+3
* tdb: Add URL in pc file.Jelmer Vernooij2008-01-221-0/+1
* ldb: Fix typo.Jelmer Vernooij2008-01-221-1/+1
* ldb: Increase version number to make it easier to create new Debian snapshots.Jelmer Vernooij2008-01-221-1/+1
* libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher2008-01-221-0/+25
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-216-21/+5
* ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij2008-01-211-0/+1
* merged changes from v3-2-testAndrew Tridgell2008-01-188-53/+18
* merged tdb changes from ctdbAndrew Tridgell2008-01-183-59/+49
* registry: Use correct return values.Jelmer Vernooij2008-01-187-32/+53
* registry: Avoid mapping registry return codes: return the right value in the ...Jelmer Vernooij2008-01-183-3/+3
* When Windows attempts to create a new key, it looks for an available key nameAndrew Kroeger2008-01-181-7/+13
* registry: Improve error codes and update tests.Jelmer Vernooij2008-01-186-20/+23
* When Windows initially creates a new value, the value name is "New Value #1".Andrew Kroeger2008-01-181-2/+22
* registry: Properly check return values from ldb_*() functions.Andrew Kroeger2008-01-181-3/+3
* registry: Check for more specific LDB return codes, handle changing existing ...Jelmer Vernooij2008-01-181-6/+11
* ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2008-01-172-32/+52
* Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2008-01-152-0/+5
* Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2008-01-152-0/+14
* Fix bug 5055Volker Lendecke2008-01-151-1/+1
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2008-01-151-0/+4
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2008-01-151-0/+4
* merged tdb from ctdb bzr treeAndrew Tridgell2008-01-159-210/+471
* ldap.py: Use constants where possible.Jelmer Vernooij2008-01-151-14/+16