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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared library
Stefan Metzmacher
2
-1
/
+3
2007-12-21
r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared library
Stefan Metzmacher
2
-1
/
+3
2007-12-21
r25988: libreplace: add AC_LIBREPLACE_SHLD
Stefan Metzmacher
1
-0
/
+13
2007-12-21
r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS
Stefan Metzmacher
4
-4
/
+4
2007-12-21
r25986: libreplace: warn about unresolved symbols when link shared libraries
Stefan Metzmacher
1
-1
/
+4
2007-12-21
r25984: ldb: use MDLD macros from libreplace and use results to build share m...
Stefan Metzmacher
2
-2
/
+7
2007-12-21
r25983: ldb: link shared library against $(LDAP_LIBS)
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25982: libreplace: try to ignore unresolved symbols in modules on Tru64
Stefan Metzmacher
1
-0
/
+3
2007-12-21
r25977: libreplace: add AC_LIBREPLACE_MDLD and AC_LIBREPLACE_MDLD_FLAGS macros
Stefan Metzmacher
1
-0
/
+50
2007-12-21
r25976: libreplace: not all platforms like _XOPEN_SOURCE=600
Stefan Metzmacher
1
-2
/
+5
2007-12-21
r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600
Stefan Metzmacher
1
-0
/
+1
2007-12-21
r25973: talloc: fix usage of SONAMEFLAG
Stefan Metzmacher
1
-2
/
+1
2007-12-21
r25972: tdb: fix usage of SONAMEFLAG
Stefan Metzmacher
1
-3
/
+2
2007-12-21
r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINE
Stefan Metzmacher
2
-15
/
+2
2007-12-21
r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.h
Stefan Metzmacher
1
-5
/
+12
2007-12-21
r25969: ldb: link libnss_ldb.so.2 against the shared library
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can work
Stefan Metzmacher
1
-3
/
+2
2007-12-21
r25967: ldb: a module doesn't need to link against $(LIBS)
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25965: Remove duplicate block - thanks metze!
Andrew Bartlett
1
-18
/
+0
2007-12-21
r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.
Andrew Bartlett
1
-4
/
+2
2007-12-21
r25963: libreplace: samba3 doesn't use SONAMEFLAG on Mac OS 10, so also try this
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25962: Move to more modern ldb functions loading module list.
Andrew Bartlett
1
-11
/
+12
2007-12-21
r25959: Add a new special DN to LDB: @OPTIONS
Andrew Bartlett
3
-17
/
+144
2007-12-21
r25958: Callers of gendb_search_dn() don't expect to get
Andrew Bartlett
1
-0
/
+3
2007-12-21
r25956: Try metze's suggestion for Mac OS X shld flags.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25955: libreplace: add a useful link about linking shared libraries
Stefan Metzmacher
1
-0
/
+5
2007-12-21
r25953: AIX make doesn't support $^.
Jelmer Vernooij
3
-3
/
+3
2007-12-21
r25945: Fix flags for MacOS X.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...
Jelmer Vernooij
4
-3
/
+7
2007-12-21
r25943: Fix soname on hpux.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25935: Fix registry tests.
Jelmer Vernooij
2
-8
/
+5
2007-12-21
r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for the
Andrew Bartlett
1
-13
/
+16
2007-12-21
r25933: LDB: Don't free errstring until after the printf, in case it is one of
Andrew Bartlett
1
-1
/
+3
2007-12-21
r25932: Remove unnecessary include - should fix the build on hosts without popt.
Jelmer Vernooij
4
-4
/
+0
2007-12-21
r25931: Add config .mk file for crypto lib.
Jelmer Vernooij
2
-24
/
+27
2007-12-21
r25930: fix test name
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25928: Split up torture-local a bit.
Jelmer Vernooij
3
-8
/
+28
2007-12-21
r25926: Move iconv test to iconv code directory.
Jelmer Vernooij
2
-0
/
+424
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
3
-41
/
+53
2007-12-21
r25912: Two patches
Stefan Metzmacher
1
-0
/
+1
2007-12-21
r25911: Remove more fstring/pstring bad useage. Go talloc !
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25910: Try and fix the Solaris build by adding a missing define
Stefan Metzmacher
1
-0
/
+5
2007-12-21
r25909: Fix the snprintf checks, and fix a typo in pointer indirection.
Stefan Metzmacher
1
-5
/
+5
2007-12-21
r25908: add some wikipedia links about LDAP and LDIF
Stefan Metzmacher
1
-5
/
+6
2007-12-21
r25906: libreplace: we need to link to make sure the functions are available
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25903: Move more files out of torture/
Jelmer Vernooij
1
-0
/
+145
2007-12-21
r25902: Move messaging tests to same directory as code.
Jelmer Vernooij
2
-0
/
+409
2007-12-21
r25893: Fix ldb, tdb builds (and one warning).
Jeremy Allison
3
-2
/
+4
2007-12-21
r25892: Keep the tdb code in sync between 3.2.x and 4.0.
Jeremy Allison
9
-5
/
+84
2007-12-21
r25888: Attempt to fix standalone tdb build.
Jelmer Vernooij
1
-6
/
+8
[next]