index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-26
Fix manpage paths.
Jelmer Vernooij
1
-6
/
+6
2008-02-26
Move manpage management out of the perl build system.
Jelmer Vernooij
2
-9
/
+17
2008-02-26
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
1
-14
/
+10
2008-02-26
Fix the build (again).
Jelmer Vernooij
1
-0
/
+4
2008-02-25
Fix use of realpath, fix init functions for ldb.
Jelmer Vernooij
3
-13
/
+17
2008-02-25
Update homepages for talloc, tdb and ldb subprojects
Simo Sorce
1
-14
/
+10
2008-02-25
Fix standalone ldb build modules.
Jelmer Vernooij
1
-5
/
+5
2008-02-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
33
-230
/
+187
2008-02-21
ldb_sqlite: fix the build
Stefan Metzmacher
2
-2
/
+1
2008-02-21
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
38
-1124
/
+1041
2008-02-21
Until the new ldb changes land, make ldb_wait set the error string.
Andrew Bartlett
1
-1
/
+7
2008-02-20
Allow building ldb as static library again \o/
Jelmer Vernooij
1
-1
/
+0
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
5
-12
/
+20
2008-02-20
Fix static module list generation for ldb.
Jelmer Vernooij
15
-38
/
+10
2008-02-20
Remove more function-based inits.
Jelmer Vernooij
6
-78
/
+118
2008-02-20
Use function-based initialization for ildap backend.
Jelmer Vernooij
1
-6
/
+3
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
10
-93
/
+22
2008-02-20
Allow ldb backends without init function, use init function-less ldb modules.
Jelmer Vernooij
5
-11
/
+20
2008-02-18
Merge branch 'v4-0-trivial' into v4-0-gmake3
Jelmer Vernooij
1
-2
/
+2
2008-02-18
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
1
-2
/
+2
2008-02-16
Move responsibilities of build.h to makefile.
Jelmer Vernooij
2
-1
/
+2
2008-02-16
Revert "Allow LDB to be a static library again."
Jelmer Vernooij
2
-0
/
+2
2008-02-16
Allow LDB to be a static library again.
Jelmer Vernooij
2
-2
/
+0
2008-02-12
Specify PICFLAG when compiling python modules.
Jelmer Vernooij
1
-1
/
+1
2008-02-12
Fix installation of python module for ldb and tdb.
Jelmer Vernooij
1
-0
/
+1
2008-02-12
tdb/ldb: Use prefix in case DESTDIR is not set.
Jelmer Vernooij
1
-4
/
+4
2008-02-12
Create the required directories when installing Python code.
Jelmer Vernooij
1
-0
/
+2
2008-02-12
Avoid using setup.py for intsallation.
Jelmer Vernooij
3
-2
/
+7
2008-02-12
Manually compile python files rather than use setup.py.
Jelmer Vernooij
4
-22
/
+15
2008-02-11
Fix out of tree builds.
Jelmer Vernooij
2
-5
/
+6
2008-02-11
Move some more rules to rules.mk
Jelmer Vernooij
2
-6
/
+9
2008-02-11
ldb: Split up the Makefile so it will be possible later on to directly includ...
Jelmer Vernooij
3
-122
/
+125
2008-02-09
Fix tests.
Jelmer Vernooij
1
-35
/
+24
2008-02-09
Split up tests a bit, output subunit.
Jelmer Vernooij
1
-753
/
+721
2008-02-09
Remove unused path update.
Jelmer Vernooij
1
-2
/
+0
2008-02-08
Fix syntax in LDAP test
Andrew Bartlett
1
-4
/
+4
2008-01-25
ldb/python: Add bindings for schema functions.
Jelmer Vernooij
3
-33
/
+393
2008-01-23
python: Add convenience function for getting command line loadparm context
Jelmer Vernooij
1
-4
/
+3
2008-01-22
build: Remove support for DESCRIPTION setting that is now unused.
Jelmer Vernooij
1
-1
/
+0
2008-01-22
ldb/talloc/tdb: Use manually written pc file.
Jelmer Vernooij
1
-0
/
+1
2008-01-22
ldb: Fix typo.
Jelmer Vernooij
1
-1
/
+1
2008-01-22
ldb: Increase version number to make it easier to create new Debian snapshots.
Jelmer Vernooij
1
-1
/
+1
2008-01-21
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
1
-4
/
+0
2008-01-21
ldb: Fix building python modules against system-provided ldb.
Jelmer Vernooij
1
-0
/
+1
2008-01-17
ldb_map objectClass munging: Don't hard-code 'extensibleObject'.
Andrew Bartlett
2
-32
/
+52
2008-01-15
ldap.py: Use constants where possible.
Jelmer Vernooij
1
-14
/
+16
2008-01-11
ldb: Get rid of a warning.
Kai Blin
1
-1
/
+1
2008-01-11
ldap/python: Fix last tests.
Jelmer Vernooij
1
-60
/
+53
2008-01-11
ldb/python: Support comparing Dn's to strings.
Jelmer Vernooij
3
-0
/
+19
2008-01-11
python/ldap: Fix a couple more tests.
Jelmer Vernooij
1
-18
/
+18
[next]