index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
replace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change uint_t to unsigned int in lib/replace
Matt Kraai
2010-02-02
4
-4
/
+1
*
Revert "libreplace: fix unused varibale warning on IRIX"
Björn Jacke
2010-01-26
1
-2
/
+2
*
libreplace: fix unused varibale warning on IRIX
Björn Jacke
2010-01-26
1
-2
/
+2
*
libreplace: Fix a C++ warning
Volker Lendecke
2010-01-23
1
-2
/
+2
*
Work around bad use of autoconf interna
Lars Müller
2010-01-18
1
-13
/
+37
*
libreplace: some systems don't have memmem()
Andrew Tridgell
2010-01-02
4
-0
/
+68
*
Output %p as unsigned in snprintf replacement.
Peter Rosin
2009-12-19
1
-0
/
+1
*
libreplace: added likely()/unlikely() macros for gcc
Andrew Tridgell
2009-09-17
1
-0
/
+19
*
libreplace: white space cleanups
Björn Jacke
2009-09-15
2
-12
/
+12
*
Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ
Matt Kraai
2009-09-14
7
-14
/
+14
*
LIBREPLACEOBJ now contains the full path
Andrew Tridgell
2009-08-24
1
-4
/
+1
*
make lib/replace more usable in standalone builds
Andrew Tridgell
2009-08-24
1
-2
/
+2
*
fixed getpass m4
Andrew Tridgell
2009-08-24
1
-2
/
+2
*
libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)
Matt Kraai
2009-08-12
1
-0
/
+14
*
libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX
Matt Kraai
2009-08-08
1
-1
/
+1
*
include unix.h if it's available
Matt Kraai
2009-07-19
2
-0
/
+5
*
libreplace: update library search path variables
Björn Jacke
2009-07-05
1
-1
/
+4
*
Add new replace check for --version-script
Simo Sorce
2009-06-15
1
-0
/
+16
*
s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...
Andrew Bartlett
2009-06-12
1
-1
/
+5
*
try to get PICFLAG right for HP-UX with gcc
Andrew Tridgell
2009-06-09
1
-6
/
+5
*
Add langinfo.h to the system/locale.h
Timur I. Bakeyev
2009-06-08
2
-1
/
+5
*
replace: add fallback define for IOV_MAX
Stefan Metzmacher
2009-06-08
1
-0
/
+16
*
nss_wrapper: try to fix the build of nss_wrapper on solaris.
Günther Deschner
2009-05-30
1
-0
/
+1
*
Fix linker flags on non-Linux GNU platforms.
Samuel Thibault
2009-05-16
1
-5
/
+5
*
Update copies of config.guess and config.sub.
Jelmer Vernooij
2009-05-16
2
-76
/
+282
*
Avoid using deprecated form of AC_CHECK_TYPE.
Brad Hards
2009-04-22
2
-3
/
+13
*
Error out at runtime when seteuid/setresuid or setegid/setresgid are not
Jelmer Vernooij
2009-04-20
1
-2
/
+4
*
Only define waitpid replacement if wait4 is available. (It isn't on
Jelmer Vernooij
2009-04-20
3
-2
/
+6
*
Cope with the fact that only _mkdir() exists on Windows and that it
Jelmer Vernooij
2009-04-20
3
-0
/
+12
*
Move check for syslog out of libreplace to source3/ and source4/.
Jelmer Vernooij
2009-04-20
2
-1
/
+3
*
libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGS
Michael Adam
2009-03-23
1
-2
/
+2
*
build: fix detection of netinet/ip.h on FreeBSD
Timur
2009-03-17
1
-0
/
+1
*
build: format the header check for netinet/ip.h more nicely
Timur
2009-03-17
1
-6
/
+8
*
lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ...
Stefan Metzmacher
2009-03-16
1
-1
/
+1
*
lib/replace: make sure we include <sys/uio.h> before socket_wrapper.h
Stefan Metzmacher
2009-03-11
2
-0
/
+5
*
libreplace: make it possible to disable socket_wrapper via -DSOCKET_WRAPPER_D...
Stefan Metzmacher
2009-02-26
1
-2
/
+4
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-9
/
+0
*
all BSDs use this evironment variable
Björn Jacke
2009-02-23
1
-1
/
+1
*
enable IPv6 support for NetBSD, FreeBSD
Björn Jacke
2009-02-11
1
-0
/
+1
*
lib/replace: move MAXHOSTNAMELEN to system/network.h
Stefan Metzmacher
2009-01-31
2
-13
/
+5
*
lib/replace: check if we have dirfd()
Stefan Metzmacher
2009-01-30
1
-0
/
+3
*
libreplace: fix detection of netinet/ip.h on solaris 8
Michael Adam
2009-01-27
1
-1
/
+5
*
libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiled
Michael Adam
2009-01-27
1
-1
/
+4
*
lib/replace: add defines to let the callers find out if pwrite and pread are ...
Stefan Metzmacher
2009-01-22
1
-0
/
+6
*
Fix warnings in make test code.
Jeremy Allison
2009-01-02
1
-2
/
+6
*
ldb: Fix linking against tevent library (rather than events)
Jelmer Vernooij
2008-12-23
1
-0
/
+1
*
Fix circular dependency error with autoconf 2.6.3.
Andreas Schneider
2008-11-26
1
-0
/
+2
*
Samba3: Remove more configure tests already done by libreplace.
Jelmer Vernooij
2008-11-02
1
-1
/
+9
*
Fix return type of readlink().
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Merge branch 'master' of /home/jelmer/samba3
Jelmer Vernooij
2008-11-01
4
-1
/
+94
|
\
[next]