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
/
source3
/
lib
/
replace
/
system
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-16
libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...
Stefan Metzmacher
1
-0
/
+4
2008-05-16
libreplace: always provide utime() and utimes()
Stefan Metzmacher
2
-1
/
+16
2008-05-06
libreplace: check how portable utimes() and futimes() are
Stefan Metzmacher
1
-0
/
+1
2008-03-19
libreplace: move rep_socketpair() to its own module.
Michael Adam
1
-0
/
+5
2008-03-18
libreplace: replace inet_ntoa() when it is missing
Michael Adam
1
-1
/
+1
2008-03-14
libreplace: add an inet_aton() function that calls inet_pton().
Michael Adam
1
-0
/
+5
2008-02-28
Fix macro name (no 's' in ifr_addr).
Gerald W. Carter
1
-1
/
+1
2008-02-26
libreplace: Add tests for connect and gethostbyname.
Michael Adam
1
-0
/
+10
2008-02-26
Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.
Michael Adam
1
-5
/
+5
2008-02-20
libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.
Michael Adam
1
-8
/
+8
2008-02-19
r26507: Fix function signature for freeifaddrs.
Jelmer Vernooij
1
-1
/
+1
2008-02-19
r26497: Fix return type for freeifaddrs().
Jelmer Vernooij
1
-1
/
+1
2008-02-19
r26492: Some hosts have a define called ifa_dstaddr.
Jelmer Vernooij
1
-0
/
+1
2008-02-19
r26469: Fix paths, only include IPv4 addresses for now.
Jelmer Vernooij
1
-1
/
+1
2008-02-19
r26467: Use getifaddrs() for interface enumeration and provide replacements f...
Jelmer Vernooij
1
-0
/
+25
2008-02-01
NetBSD does not support AI_ADDRCONFIG
Volker Lendecke
1
-0
/
+7
2008-01-22
libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_t
Stefan Metzmacher
1
-0
/
+25
2008-01-18
Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...
Stefan Metzmacher
1
-4
/
+0
2008-01-18
r26550: libreplace: fallback to __ss_family of struct sockaddr_storage
Stefan Metzmacher
1
-0
/
+9
2008-01-18
r26102: libreplace: remove system/printing.h as it only contains samba3 stuff
Stefan Metzmacher
1
-50
/
+0
2007-12-25
Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage
Volker Lendecke
1
-0
/
+4
2007-12-17
Fix bug #5121 (unix passwd sync not working on a streams based
Jeremy Allison
1
-0
/
+4
2007-12-11
Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...
Jeremy Allison
1
-0
/
+4
2007-12-03
Reformat configure checks for broken capabilities.h.
Michael Adam
1
-16
/
+24
2007-12-03
Move check for broken system capabilites.h headers to lib/replace.
Michael Adam
1
-0
/
+30
2007-12-03
Add check for ppc statfs.h header to workaround for broken capabilities.h.
Michael Adam
1
-1
/
+3
2007-11-16
Fix the build on RHEL5, when libcap-devel is installed.
Michael Adam
1
-0
/
+9
2007-11-09
libreplace: solaris has different prototypes for getpwent_r and getgrent_r
metze
1
-0
/
+32
2007-11-09
libreplace: check for nss passwd|group get*_r functions
metze
1
-0
/
+2
2007-11-06
Fix bug where tdb lock call interrupted with
Jeremy Allison
1
-0
/
+4
2007-11-06
libreplace: we need include <unistd.h> before nss_wrapper.h
metze
1
-0
/
+3
2007-11-06
libreplace: include nss_wrapper.h if NSS_WRAPPER is defined
metze
1
-0
/
+7
2007-10-25
Try and fix the Solaris build by adding a missing define
Jeremy Allison
1
-0
/
+5
2007-10-25
[libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.c
metze
1
-0
/
+11
2007-10-25
- include getaddrinfo.h after we have defined struct addrinfo
metze
1
-4
/
+5
2007-10-25
[libreplace] if we replace types define the HAVE_<type> macro
metze
1
-0
/
+3
2007-10-25
[libreplace] move definition of struct addrinfo so that it can use socklen_t
metze
1
-15
/
+13
2007-10-25
[libreplace] move define of a constant to near to the others
metze
1
-4
/
+4
2007-10-25
[libreplace] include socket_wrapper.h after we have typedef'ed socklen_t
metze
1
-7
/
+7
2007-10-17
delete empty file lib/replace/system/getaddrinfo.h
Stefan Metzmacher
1
-0
/
+0
2007-10-16
Move #defined for getaddrinfo into network.h (as other
Jeremy Allison
1
-4
/
+91
2007-10-15
rename getsmbpass -> rep_getpass and provide the function prototype
Stefan Metzmacher
1
-1
/
+2
2007-10-15
missing stuff from samba4's libreplace
Stefan Metzmacher
1
-0
/
+4
2007-10-15
don't imply "system/network.h" within replace.h,
metze
1
-1
/
+11
2007-10-10
Merge from metze of libreplace header changes
Jeremy Allison
1
-0
/
+10
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-0
/
+0
2007-10-10
r25557: merge libreplace fixes from samba4
Jelmer Vernooij
1
-158
/
+0
2007-10-10
r25507: Fix definition of struct sockaddr_storage if
Jeremy Allison
1
-0
/
+5
2007-10-10
r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
Jeremy Allison
2
-1
/
+163
2007-10-10
r25495: Fixup definitions for missing sockaddr_storage.
Jeremy Allison
1
-1
/
+2
[next]