1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/replace
Simo Sorce f518e37c09 Add new replace check for --version-script
Allows us to pass an export files on Linux and Solaris so that we can expose
only symbols that are actually supposed to be global, and keep as local anything
else.
2009-06-15 16:31:12 -04:00
..
system s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6e5b73e892ff34b6865ba) 2009-06-12 07:45:48 +10:00
test Cope with the fact that only _mkdir() exists on Windows and that it 2009-04-20 16:25:16 +02:00
.checker_innocent Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
aclocal.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
autoconf-2.60.m4 Fix circular dependency error with autoconf 2.6.3. 2008-11-26 16:44:50 +01:00
autogen.sh Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
build_macros.m4 Fix standalone builds adjusting to new relative path. 2008-09-19 18:06:46 -04:00
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.ac Fix standalone builds adjusting to new relative path. 2008-09-19 18:06:46 -04:00
crypt.c Move ufc to libreplace. 2008-10-18 17:49:41 +02:00
crypt.m4 Fix AC_SEARCH_LIBS_EXT() usage. 2008-10-21 18:33:38 +02:00
dlfcn.c ldb: Fix linking against tevent library (rather than events) 2008-12-23 04:18:31 +01:00
dlfcn.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
getaddrinfo.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
getaddrinfo.h Fix merged build. 2008-09-17 14:25:25 +02:00
getifaddrs.c More warning fixes for Solaris. 2009-02-23 16:22:43 -08:00
getpass.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
getpass.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
inet_aton.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
inet_ntoa.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
inet_ntop.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
inet_pton.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
install-sh Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
libreplace_cc.m4 Avoid using deprecated form of AC_CHECK_TYPE. 2009-04-22 10:36:47 +02:00
libreplace_ld.m4 Add new replace check for --version-script 2009-06-15 16:31:12 -04:00
libreplace_macros.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
libreplace_network.m4 libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGS 2009-03-23 17:48:23 +01:00
libreplace.m4 Only define waitpid replacement if wait4 is available. (It isn't on 2009-04-20 16:25:16 +02:00
Makefile.in libreplace: move main() out of testsuite.c 2008-09-22 00:09:12 +02:00
README Merge branch 'master' of /home/jelmer/samba3 2008-11-01 04:02:47 +01:00
repdir_getdents.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
repdir_getdirentries.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
repdir.m4 lib/replace: check if we have dirfd() 2009-01-30 18:42:08 +01:00
replace.c Error out at runtime when seteuid/setresuid or setegid/setresgid are not 2009-04-20 16:25:17 +02:00
replace.h Avoid using deprecated form of AC_CHECK_TYPE. 2009-04-22 10:36:47 +02:00
samba.m4 Move check for syslog out of libreplace to source3/ and source4/. 2009-04-20 16:25:16 +02:00
snprintf.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
socket.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
socketpair.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
strptime.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
strptime.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
timegm.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
timegm.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
win32_replace.h Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
win32.m4 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02: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
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_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)