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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r25914: selftest: fix the module pathes when using --with-selftest-prefix
Stefan Metzmacher
2
-3
/
+2
2007-12-21
r25913: maybe some platforms have problems with echo -e
Stefan Metzmacher
1
-1
/
+5
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
r25907: use DEBUGADD() to match samba3
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r25906: libreplace: we need to link to make sure the functions are available
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25905: use data_blob_const() to set the DATA_BLOB
Stefan Metzmacher
1
-2
/
+1
2007-12-21
r25904: Remove extra
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25903: Move more files out of torture/
Jelmer Vernooij
4
-3
/
+3
2007-12-21
r25902: Move messaging tests to same directory as code.
Jelmer Vernooij
3
-2
/
+2
2007-12-21
r25901: Remove obsolete --enable-shared option (whether shared libs should be...
Jelmer Vernooij
1
-9
/
+1
2007-12-21
r25897: Add WERR_INVALID_FLAGS.
Günther Deschner
2
-0
/
+2
2007-12-21
r25896: Rename netlogon server stubs.
Günther Deschner
1
-6
/
+6
2007-12-21
r25895: Add torture test for netr_DsRAddressToSitenamesW and
Günther Deschner
2
-1
/
+67
2007-12-21
r25894: Add IDL for netr_DsRAddressToSitenamesW and netr_DsRAddressToSitename...
Günther Deschner
1
-2
/
+28
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
r25891: Test that we get the correct return value when we attempt to reference
Andrew Bartlett
3
-140
/
+152
2007-12-21
r25888: Attempt to fix standalone tdb build.
Jelmer Vernooij
1
-6
/
+8
2007-12-21
r25887: Build Samba-specific ldb modules as dso's.
Jelmer Vernooij
6
-4
/
+31
2007-12-21
r25886: Try to fix building dso's on hpux with gcc
Jelmer Vernooij
1
-1
/
+5
2007-12-21
r25884: Specify shldflags first, as required by some compilers.
Jelmer Vernooij
2
-2
/
+2
2007-12-21
r25883: Fix tdb dependency.
Jelmer Vernooij
1
-5
/
+9
2007-12-21
r25882: Build shared library of talloc as well.
Jelmer Vernooij
2
-2
/
+22
2007-12-21
r25881: Add ability to build .so of tdb.
Jelmer Vernooij
3
-7
/
+29
2007-12-21
r25880: Try to get some more flags right.
Jelmer Vernooij
2
-6
/
+6
2007-12-21
r25879: Don't use shared library for command-line utilities for now - breaks ...
Jelmer Vernooij
1
-13
/
+12
2007-12-21
r25878: Fix syntax error.
Jelmer Vernooij
1
-2
/
+0
2007-12-21
r25877: Add libreplace macro for soname flags.
Jelmer Vernooij
4
-18
/
+60
2007-12-21
r25876: Attempt to build shard libs everywhere again.
Jelmer Vernooij
1
-10
/
+5
2007-12-21
r25875: Try to fix the build on some HPUX machines.
Jelmer Vernooij
1
-3
/
+1
2007-12-21
r25874: force specific versions for LEX and YACC.
Stefan Metzmacher
1
-0
/
+48
2007-12-21
r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions
Stefan Metzmacher
1
-0
/
+28
2007-12-21
r25872: nss_wrapper: revert solaris get*ent_r() functions
Stefan Metzmacher
1
-62
/
+0
2007-12-21
r25871: nss_wrapper: set the destination pointer in the get*_r functions
Stefan Metzmacher
1
-2
/
+10
2007-12-21
r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring i...
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r25869: selftest: strip newline from `whoami` output, hopefully fix provision...
Stefan Metzmacher
1
-0
/
+1
2007-12-21
r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r
Stefan Metzmacher
1
-0
/
+62
2007-12-21
r25867: libreplace: solaris has different prototypes for getpwent_r and getgr...
Stefan Metzmacher
1
-0
/
+32
2007-12-21
r25866: nss_wrapper: not all systems have get*_r calls
Stefan Metzmacher
1
-0
/
+20
2007-12-21
r25865: libreplace: check for nss passwd|group get*_r functions
Stefan Metzmacher
1
-0
/
+2
2007-12-21
r25864: libreplace: we should only have one location where we check for requi...
Stefan Metzmacher
1
-4
/
+1
2007-12-21
r25863: libreplace: we need include <unistd.h> before nss_wrapper.h
Stefan Metzmacher
1
-0
/
+3
2007-12-21
r25862: Avoid po, causes trouble on BSD systems.
Jelmer Vernooij
1
-9
/
+4
2007-12-21
r25861: Fix export dynamic for HPUX.
Jelmer Vernooij
1
-4
/
+12
2007-12-21
r25860: Remove flag that causes problems on some hosts.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25859: Wrap native HPUX functions in dl implementation.
Jelmer Vernooij
1
-0
/
+16
[next]