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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r17747: ldb's make test should not try to install something
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r17746: the automatic archive creation in make breaks on 3 platforms. Lets try
Andrew Tridgell
1
-2
/
+4
2007-10-10
r17738: solving the seemingly trivial problem of timegm() being missing on
Andrew Tridgell
1
-4
/
+6
2007-10-10
r17735: a (probably useless) attempt to workaround stupidity in HPs version of
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17733: doxygen is way too noisy to build every time, and it doesn't do
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17731: try to cope with freebsd handling of .a dependencies
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17729: remove the dependence on an internet connection for building
Andrew Tridgell
1
-18
/
+8
2007-10-10
r17725: VPATH and builds out of the source directory causes problems with the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17721: fixed the dlopen and MODULESDIR handling in the standalone build
Andrew Tridgell
1
-1
/
+2
2007-10-10
r17706: remove the dependence on gnu make in the standalone build
Andrew Tridgell
1
-61
/
+8
2007-10-10
r17702: test for gcc, and only enable gcc flags if true
Andrew Tridgell
1
-2
/
+1
2007-10-10
r17701: doxygen (if installed!) needs to be run in the src directory
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17696: attempt to allow ldb to use an external popt directory, so we can
Andrew Tridgell
1
-2
/
+3
2007-10-10
r17695: added installcheck target
Andrew Tridgell
1
-1
/
+3
2007-10-10
r17693: only install man pages if we have managed to generate them with
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17692: - don't try and run ldap tests unless we have slapd
Andrew Tridgell
1
-5
/
+6
2007-10-10
r17689: build works, this should fix install ....
Andrew Tridgell
1
-1
/
+2
2007-10-10
r17688: the commit/test cycle for getting this to work in the build farm sure
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17687: remove circular dependency
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17679: - fix 'make test-ldap' to skip ldb specials
Andrew Tridgell
1
-36
/
+40
2007-10-10
r17582: Fix dependenies for oLschema2ldif.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r16089: Make doxygen target work if $DOXYGEN variable is empty.
Tim Potter
1
-1
/
+1
2007-10-10
r14590: Fix ldb standalone build...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13650: Install manpages when building standalone
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r13324: From now on check attribute names obey rfc2251
Simo Sorce
1
-1
/
+1
2007-10-10
r13181: Fix standalone ldb build
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13064: Add 'tags' target to LDB's makefile
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r12850: - add Doxygen comments to ldb
Stefan Metzmacher
1
-1
/
+6
2007-10-10
r12847: add some ldb examples from Brad Hards (bradh@frogmouth.net)
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r12846: some fixes
Stefan Metzmacher
1
-7
/
+13
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
1
-2
/
+3
2007-10-10
r12643: don't fail make test
Simo Sorce
1
-0
/
+3
2007-10-10
r12632: Build fixes from Brad Hards <bradh@frogmouth.net>
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12604: fix make clean as Brad Hards <bradh@frogmouth.net> sugested
Simo Sorce
1
-1
/
+2
2007-10-10
r10918: - fixed standalone ldb build
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10405: added transactions into tdb, and hook them into ldb. See my
Andrew Tridgell
1
-1
/
+2
2007-10-10
r10301: fix standalone compiple after tdb changes
Simo Sorce
1
-1
/
+4
2007-10-10
r9835: Make ldb_map compile in the stand-alone LDB build
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r9447: Add a new tool to convert openLdap schema files into an ldif
Simo Sorce
1
-1
/
+4
2007-10-10
r8779: Add rdn module to makefile and headers
Simo Sorce
1
-1
/
+1
2007-10-10
r8625: move the ldb_wrap logic into the ldb code. This logic is meant to
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8037: a fairly major update to the internals of ldb. Changes are:
Andrew Tridgell
1
-2
/
+3
2007-10-10
r7958: More debian packaging updates; packages build now with
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r7936: new ldb_dn_explode and ldb_dn_casefold functions and co
Simo Sorce
1
-1
/
+1
2007-10-10
r7709: - convert ldb to use popt, so that it can interact with the samba
Andrew Tridgell
1
-17
/
+17
2007-10-10
r7582: Better way to have a fast path searching for a specific DN.
Simo Sorce
1
-0
/
+2
2007-10-10
r7533: don't show compile flags for each file
Andrew Tridgell
1
-0
/
+4
2007-10-10
r7526: make test should depend on the bins
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7446: add distclean target to generated ldb makefile
Derrell Lipman
1
-0
/
+6
[next]