summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | * registry: Use manually written .pc file.Jelmer Vernooij2008-01-223-0/+15
| | * ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-01-224-0/+6
| | * build: Allow manually written pkg-config files.Jelmer Vernooij2008-01-222-2/+7
| | * 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
| * | ranged_results: fix use of uninitialised variable (end)Andrew Bartlett2008-01-231-2/+4
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij2008-01-22196-5941/+5313
|\ \ \ | | |/ | |/|
| * | python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij2008-01-224-968/+20
| * | libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher2008-01-221-0/+25
| |/
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-2125-523/+338
| |\
| | * build: Don't build heimdal as library.Jelmer Vernooij2008-01-211-3/+1
| | * python: Fix init functions.Jelmer Vernooij2008-01-211-0/+2
| | * build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-2115-74/+16
| | * python: Reenable modules for libcli_nbt and libcli_smb.Jelmer Vernooij2008-01-217-446/+317
| | * ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij2008-01-211-0/+1
| | * build: Allow overriding CFLAGS for python packages.Jelmer Vernooij2008-01-211-0/+1
| * | Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett2008-01-211-0/+4
| |/
| * Add an exception for S3Volker Lendecke2008-01-201-3/+10
| * build: Fix handling of external pkg-config dependencies when generating pkg-c...Jelmer Vernooij2008-01-203-13/+16
| * pidl: Add --version argument.Julien Kerihuel2008-01-182-3/+24
| * Remove default 'showInAdvancedViewOnly' values.Andrew Bartlett2008-01-188-57/+4
| * Only set showOnlyInAdvancedView: TRUE when adding default values.Andrew Bartlett2008-01-181-2/+2
| * Don't set 'name' in the LDIF, this is handled by the rdn_name module.Andrew Bartlett2008-01-181-7/+0
| * Merge commit 'origin/v4-0-test' into 4-0-localAndrew Bartlett2008-01-1832-265/+207
| |\
| | * 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-184-10/+3
| | * When Windows attempts to create a new key, it looks for an available key nameAndrew Kroeger2008-01-182-7/+20
| | * registry: Improve error codes and update tests.Jelmer Vernooij2008-01-187-29/+24
| | * When Windows initially creates a new value, the value name is "New Value #1".Andrew Kroeger2008-01-182-3/+31
| | * 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
| | * Don't manually specify instanceID in the template files.Andrew Bartlett2008-01-1810-43/+0
| | * Use syncrepl on all OpenLDAP databases (creates contextCSN attribute)Andrew Bartlett2008-01-181-0/+12
| | * Search for memberOf when clients ask for a wildcard against OpenLDAPAndrew Bartlett2008-01-181-0/+1
| | * Remove --ldap-base from the python provision scriptAndrew Bartlett2008-01-182-40/+2
| * | Add showInAdvancedViewOnly to every new objectAndrew Bartlett2008-01-181-0/+4
| |/
| * Correct authorship of instanceType moduleAndrew Bartlett2008-01-181-1/+1
| * Add in a new module to handle instanceTypeAndrew Bartlett2008-01-183-3/+144
| * Fix an output message in samba3rpc torture test.Michael Adam2008-01-171-1/+1
| * provision: simplfy by removing old code to manually create baseDNs.Andrew Bartlett2008-01-176-43/+9
| * OpenLDAP backend: Place the refint overlay after the memberof overlayAndrew Bartlett2008-01-171-2/+3
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-1711-11/+78
| |\
| | * selftest: Use "require" rather than "use" keyword so .pm files don't have to ...Jelmer Vernooij2008-01-161-3/+3
| | * python: Don't attempt to build shared and static versions of modules, because...Jelmer Vernooij2008-01-161-1/+1
| | * selftest: Add some more documentation. Rename env => target to avoid confusion.Jelmer Vernooij2008-01-165-5/+21
| | * Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.Günther Deschner2008-01-161-1/+21
| | * pidl: Add simple test for ServerNDR.Jelmer Vernooij2008-01-162-3/+11