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
/
lib
/
replace
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-06
build: s4 wants config.h in include/
Andrew Tridgell
1
-2
/
+2
2010-04-06
build: add dummy flags for auto-generated scripts
Andrew Tridgell
1
-7
/
+36
2010-04-06
build: added ADD_CFLAGS() and started of Samba4 build
Andrew Tridgell
2
-15
/
+112
2010-04-06
build: SAMBA_BUILD_ENV() is now in conf.*
Andrew Tridgell
1
-2
/
+1
2010-04-06
build: moved lib -> shared
Andrew Tridgell
1
-30
/
+15
2010-04-06
build: added waf build rules for ldb
Andrew Tridgell
2
-10
/
+42
2010-04-06
build: some more config checks
Andrew Tridgell
1
-0
/
+5
2010-04-06
build: added recursive library handling
Andrew Tridgell
1
-1
/
+13
2010-04-06
build: added target directory options
Andrew Tridgell
2
-0
/
+22
2010-04-06
build: neater way to find libreplace and start on tevent waf build
Andrew Tridgell
2
-19
/
+72
2010-04-06
build: added some comments for tdb build
Andrew Tridgell
1
-3
/
+15
2010-04-06
build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions
Andrew Tridgell
3
-69
/
+125
2010-04-06
build: updates to waf scripts for replace and talloc
Andrew Tridgell
2
-8
/
+16
2010-04-06
build: a first attempt at waf build for talloc and libreplace
Andrew Tridgell
2
-0
/
+178
2010-04-04
lib/replace: Don't use StrnCpy inside crypt.c
Kai Blin
1
-1
/
+1
2010-04-04
lib/replace: use correct inttypes in crypt.c
Kai Blin
1
-2
/
+2
2010-03-30
replace: allow memmem() with an empty string to return NULL
Andrew Tridgell
1
-1
/
+3
2010-03-29
s4-waf: use the libreplace strerror_r if needed
Andrew Tridgell
2
-6
/
+11
2010-03-26
libreplace: strerror_r() is needed by heimdal on solaris8
Andrew Tridgell
3
-1
/
+14
2010-03-24
libreplace: fixed declaration of dprintf() on FreeBSD
Andrew Tridgell
2
-2
/
+12
2010-03-05
replace: added get_current_dir_name()
Andrew Tridgell
3
-0
/
+18
2010-02-23
libreplace: Remove the obsolete signal type cast.
Andreas Schneider
3
-13
/
+4
2010-02-22
Spelling fixes for libreplace.
Brad Hards
2
-2
/
+2
2010-02-13
libreplace: add fdatasync() if not available
Andrew Tridgell
2
-1
/
+5
2010-02-11
libreplace: added replacements for dprintf() and vdprintf()
Andrew Tridgell
2
-1
/
+32
2010-02-08
libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLE
Stefan Metzmacher
1
-2
/
+4
2010-02-08
libreplace: Attempt to fix bug 5910, detect a broken getaddrinfo
Volker Lendecke
1
-0
/
+25
2010-02-02
Change uint_t to unsigned int in lib/replace
Matt Kraai
4
-4
/
+1
2010-01-26
Revert "libreplace: fix unused varibale warning on IRIX"
Björn Jacke
1
-2
/
+2
2010-01-26
libreplace: fix unused varibale warning on IRIX
Björn Jacke
1
-2
/
+2
2010-01-23
libreplace: Fix a C++ warning
Volker Lendecke
1
-2
/
+2
2010-01-18
Work around bad use of autoconf interna
Lars Müller
1
-13
/
+37
2010-01-02
libreplace: some systems don't have memmem()
Andrew Tridgell
4
-0
/
+68
2009-12-19
Output %p as unsigned in snprintf replacement.
Peter Rosin
1
-0
/
+1
2009-09-17
libreplace: added likely()/unlikely() macros for gcc
Andrew Tridgell
1
-0
/
+19
2009-09-15
libreplace: white space cleanups
Björn Jacke
2
-12
/
+12
2009-09-14
Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ
Matt Kraai
7
-14
/
+14
2009-08-24
LIBREPLACEOBJ now contains the full path
Andrew Tridgell
1
-4
/
+1
2009-08-24
make lib/replace more usable in standalone builds
Andrew Tridgell
1
-2
/
+2
2009-08-24
fixed getpass m4
Andrew Tridgell
1
-2
/
+2
2009-08-12
libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)
Matt Kraai
1
-0
/
+14
2009-08-08
libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX
Matt Kraai
1
-1
/
+1
2009-07-19
include unix.h if it's available
Matt Kraai
2
-0
/
+5
2009-07-05
libreplace: update library search path variables
Björn Jacke
1
-1
/
+4
2009-06-15
Add new replace check for --version-script
Simo Sorce
1
-0
/
+16
2009-06-12
s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...
Andrew Bartlett
1
-1
/
+5
2009-06-09
try to get PICFLAG right for HP-UX with gcc
Andrew Tridgell
1
-6
/
+5
2009-06-08
Add langinfo.h to the system/locale.h
Timur I. Bakeyev
2
-1
/
+5
2009-06-08
replace: add fallback define for IOV_MAX
Stefan Metzmacher
1
-0
/
+16
2009-05-30
nss_wrapper: try to fix the build of nss_wrapper on solaris.
Günther Deschner
1
-0
/
+1
[next]