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
2007-10-10
r18286: ldb now needs install-sh too
Andrew Tridgell
1
-0
/
+238
2007-10-10
r18283: libreplace.m4 needs to be early in configure.ac in other packages too
Andrew Tridgell
1
-4
/
+1
2007-10-10
r18272: Couldn't resist to change this.
Simo Sorce
1
-1
/
+1
2007-10-10
r18245: Ensure we don't keep the rootdse record around (steal it onto the
Andrew Bartlett
1
-4
/
+6
2007-10-10
r18244: more portable shell scripting
Andrew Tridgell
1
-6
/
+6
2007-10-10
r18213: don't list LIBREPLACE depdendecies explicit and
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18166: Fix build with external popt.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18161: Fix LDB build after popt changes.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18153: html/ isn't needed
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18152: move our AC macros into lib/replace/libreplace_macros.m4
Stefan Metzmacher
1
-12
/
+1
2007-10-10
r18150: fix make *clean
Stefan Metzmacher
1
-10
/
+8
2007-10-10
r18143: the 'showflags' convention from Samba is useful for the other packages
Andrew Tridgell
1
-1
/
+6
2007-10-10
r18133: ad2oLschema needs ctype.h on some systems
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18130: the move to system/ in libreplace broke some things ... should be
Andrew Tridgell
4
-0
/
+4
2007-10-10
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
1
-29
/
+4
2007-10-10
r18123: Fix manual file build.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18117: first steps in making samba4 use libreplace
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18115: comparison_fn_t is defined in libreplace now
Andrew Tridgell
1
-3
/
+0
2007-10-10
r18112: really make use of libreplace in ldb
Andrew Tridgell
1
-7
/
+1
2007-10-10
r18109: move ldb to use the same build methods
Andrew Tridgell
6
-102
/
+15
2007-10-10
r18098: use m4_include() instead of sinclude()
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r18091: sometimes autoconf picks up some old stuff:
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r18036: Add missing file
Jelmer Vernooij
2
-0
/
+60
2007-10-10
r18031: Merge my replace fixes:
Jelmer Vernooij
8
-222
/
+35
2007-10-10
r18022: Increment number of records converted, and print number of records sk...
Andrew Bartlett
1
-1
/
+3
2007-10-10
r18018: Fix the build on OpenBSD. No license problem this time, I've written ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r17992: reverted r17842
Andrew Tridgell
2
-2
/
+2
2007-10-10
r17978: make the ldap backend test for ldb work both with and without modules
Andrew Tridgell
2
-2
/
+19
2007-10-10
r17960: try to use gmake if present on IRIX
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r17868: remove duplicated attributes from list
Simo Sorce
1
-6
/
+1
2007-10-10
r17859: Fix some return values
Simo Sorce
1
-15
/
+15
2007-10-10
r17844: The AIX compiler thinks { } is a syntax error
Volker Lendecke
1
-1
/
+2
2007-10-10
r17842: After talking to Simo, apply the next attempt to resolve the strnlen
Volker Lendecke
2
-2
/
+2
2007-10-10
r17830: Set the default_basedn (hey, it comes from the "default" naming conte...
Simo Sorce
3
-34
/
+42
2007-10-10
r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. That
Andrew Tridgell
1
-3
/
+1
2007-10-10
r17822: the ildap ldb backend doesn't need the auto rootDSE logic any more
Andrew Tridgell
1
-84
/
+2
2007-10-10
r17821: changed ldb_search() and the ldbsearch command line utility to
Andrew Tridgell
3
-0
/
+50
2007-10-10
r17820: simplify the code flow a little
Andrew Tridgell
1
-20
/
+27
2007-10-10
r17778: fix compiler warnings
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r17775: use an enum to get rid of compiler warnings
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r17771: add a comment explaing the odd cast
Andrew Tridgell
1
-0
/
+6
2007-10-10
r17770: don't force -L/usr/lib, it breaks us4
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17769: only look for dlopen in -ldl if not found in libc. Needed for us4
Andrew Tridgell
1
-2
/
+1
2007-10-10
r17765: fix handling of old solaris /bin/sh in ldb build/test
Andrew Tridgell
3
-5
/
+9
2007-10-10
r17764: more portable setenv() replacement
Andrew Tridgell
1
-8
/
+22
2007-10-10
r17762: HPUX needs setenv
Andrew Tridgell
2
-1
/
+18
2007-10-10
r17756: I don't know why but this only works with the standalone
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r17749: more HPUX madness
Andrew Tridgell
2
-0
/
+33
[next]