1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/replace
2011-03-04 00:28:27 +01:00
..
system libreplace: move "struct timespec" checks into libreplace (where timespec is already used). 2011-03-04 00:28:27 +01:00
test lib/replace/testsuite.c - fix test output 2010-12-23 12:42:37 +01:00
.checker_innocent
aclocal.m4
autoconf-2.60.m4 Work around bad use of autoconf interna 2010-01-18 11:49:01 +01:00
autogen-autotools.sh replace: Build using waf by default. 2010-10-31 02:45:21 +00:00
build_macros.m4
config.guess Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
config.sub Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
configure replace: Look harder for waf. 2010-10-31 17:24:04 +00:00
configure.ac
crypt.c lib/replace: Don't use StrnCpy inside crypt.c 2010-04-04 13:51:02 +02:00
crypt.m4 Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ 2009-09-14 22:08:12 +02:00
dlfcn.c
dlfcn.m4 Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ 2009-09-14 22:08:12 +02:00
getaddrinfo.c
getaddrinfo.h
getifaddrs.c Change uint_t to unsigned int in lib/replace 2010-02-02 07:18:16 +01:00
getpass.c libreplace: Remove the obsolete signal type cast. 2010-02-23 12:23:45 +01:00
getpass.m4 fixed getpass m4 2009-08-24 16:30:00 +10:00
hdr_replace.h s4-waf: replace stdint.h and stdbool.h on systems that don't have them 2010-04-06 20:27:06 +10:00
inet_aton.c
inet_ntoa.c
inet_ntop.c
inet_pton.c
install-sh
libreplace_cc.m4 Change uint_t to unsigned int in lib/replace 2010-02-02 07:18:16 +01:00
libreplace_ld.m4 libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNX 2009-08-08 11:18:29 +02:00
libreplace_macros.m4 replace: Add missing eval to m4 script 2011-02-10 16:14:21 +01:00
libreplace_network.m4 fix a typo 2010-05-24 18:25:38 +02:00
libreplace.m4 libreplace: move "struct timespec" checks into libreplace (where timespec is already used). 2011-03-04 00:28:27 +01:00
Makefile waf: ensure "make dist" works from a clean git tree for all libraries 2011-01-08 02:35:22 +01:00
Makefile.in
poll.c libreplace: poll based on select 2011-02-28 16:40:19 +01:00
README libreplace: add clock_gettime replacement function for systems that don't have it 2010-08-31 09:07:29 +02:00
repdir_getdents.c
repdir_getdirentries.c
repdir.m4 Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ 2009-09-14 22:08:12 +02:00
replace-test.h replace: Avoid autoproto as it breaks standalone builds. 2010-10-30 17:49:41 +02:00
replace.c lib/replace: fix rep_strtoull() prototype 2010-10-23 08:49:28 +02:00
replace.h libreplace: poll based on select 2011-02-28 16:40:19 +01:00
samba.m4 LIBREPLACEOBJ now contains the full path 2009-08-24 16:30:00 +10:00
snprintf.c Output %p as unsigned in snprintf replacement. 2009-12-19 19:43:52 +01:00
socket.c
socketpair.c
strptime.c Revert "libreplace: fix unused varibale warning on IRIX" 2010-01-26 01:16:37 +01:00
strptime.m4 Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ 2009-09-14 22:08:12 +02:00
timegm.c
timegm.m4 Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ 2009-09-14 22:08:12 +02:00
win32_replace.h
win32.m4
wscript libreplace: move "struct timespec" checks into libreplace (where timespec is already used). 2011-03-04 00:28:27 +01:00

This subsystem ensures that we can always use a certain core set of 
functions and types, that are either provided by the OS or by replacement 
functions / definitions in this subsystem. The aim is to try to stick 
to POSIX functions in here as much as possible. Convenience functions 
that are available on no platform at all belong in other subsystems
(such as LIBUTIL).

The following functions are guaranteed:

ftruncate
strlcpy
strlcat
mktime
rename
initgroups
memmove
strdup
setlinebuf
vsyslog
timegm
setenv
unsetenv
strndup
strnlen
waitpid
seteuid
setegid
asprintf
snprintf
vasprintf
vsnprintf
opendir
readdir
telldir
seekdir
clock_gettime
closedir
dlopen
dlclose
dlsym
dlerror
chroot
bzero
strerror
errno
mkdtemp
mkstemp (a secure one!)
pread
pwrite
chown
lchown
getpass
readline (the library)
inet_ntoa
inet_ntop
inet_pton
inet_aton
strtoll
strtoull
socketpair
strptime
getaddrinfo
freeaddrinfo
getnameinfo
gai_strerror
getifaddrs
freeifaddrs
utime
utimes
dup2
link
readlink
symlink
realpath

Types:
bool
socklen_t
uint{8,16,32,64}_t
int{8,16,32,64}_t
intptr_t
sig_atomic_t

Constants:
PATH_NAME_MAX
UINT{16,32,64}_MAX
INT32_MAX
RTLD_LAZY
HOST_NAME_MAX
UINT16_MAX
UINT32_MAX
UINT64_MAX
CHAR_BIT

Macros:
va_copy
__FUNCTION__
__FILE__
__LINE__
__LINESTR__
__location__
__STRING
__STRINGSTRING
MIN
MAX
QSORT_CAST
ZERO_STRUCT
ZERO_STRUCTP
ZERO_STRUCTPN
ZERO_ARRAY
ARRAY_SIZE
PTR_DIFF

Headers:
stdint.h
stdbool.h

Optional C keywords:
volatile

Prerequisites:
memset (for bzero)
syslog (for vsyslog)
mktemp (for mkstemp and mkdtemp)