netapi: add -f switch for DsGetDCName() example and be more verbose on output.
[kai/samba.git] / source3 / lib / replace /
2008-05-06 Stefan Metzmacherlibreplace: check how portable utimes() and futimes...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-18 Jeremy AllisonJanitor for tridge. Keep lib/replace in sync with the...
2008-03-28 Stefan Metzmacherlibreplace(samba4): let LIBREPLACE depend on LIBREPLACE...
2008-03-27 Michael Adamlibreplace: fix coverity ID 517 - untangle close from...
2008-03-19 Michael Adamlibreplace: replace.c does not need system/network...
2008-03-19 Michael Adamlibreplace: move rep_socketpair() to its own module.
2008-03-18 Michael Adamlibreplace: remove duplicate entry of inet_ntoa from...
2008-03-18 Michael Adamlibreplace: remove trailing white spaces.
2008-03-18 Michael Adamlibreplace: replace inet_ntoa() when it is missing
2008-03-18 Michael Adamlibreplace: put inet_aton.c under LGPL instead of GPL.
2008-03-18 Stefan Metzmacherlibreplace: remove unused SOCKET_LIBS and NSL_LIBS
2008-03-18 Stefan Metzmacherlibreplace: for samba4 create LIBREPLACE_NETWORK as...
2008-03-18 Stefan Metzmacherlibreplace: use LIBREPLACE_NETWORK_LIBS within some...
2008-03-18 Stefan Metzmacherlibreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPL...
2008-03-15 Volker LendeckeFix Coverity ID 554
2008-03-15 Volker LendeckeAllocate one 0-byte in asprintf replacement when len==0
2008-03-14 Michael Adamlibreplace: fix samba4 build (by not setting global...
2008-03-14 Michael Adamlibreplace: add -I$libreplacedir to CPPFLAGS for getifa...
2008-03-14 Michael Adamlibreplace: add an inet_aton() function that calls...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-29 Michael Adamlibreplace: add snprintf.c to test code for getifaddrs...
2008-02-29 Michael Adamlibreplace: ifdef out ip6 code if unsupported.
2008-02-29 Michael Adamlibreplace: fix rep_freeifaddrs to not segfault on...
2008-02-29 Michael Adamlibreplace: fix silly crashbug in getifaddrs_test().
2008-02-29 Michael Adamlibreplace: add missing newline in output of getifaddrs...
2008-02-29 Michael Adamlibreplace: add missing semicolon to getifaddrs.
2008-02-29 Michael Adamlibreplace: try and fix rep_getifaddrs() for Tru64.
2008-02-29 Michael Adamlibreplace: use the new getifaddrs test also for autoconf.
2008-02-29 Michael Adamlibreplace: add extended getifaddrs test that prints...
2008-02-28 Gerald W. CarterFix macro name (no 's' in ifr_addr).
2008-02-27 Michael Adamlibreplace: standalone build: use -I$srcdir instead...
2008-02-27 Michael Adamlibreplace: fix standalone build - add necessary libs.
2008-02-27 Michael Adamlibreplace: fix standalone build on some systems.
2008-02-26 Michael Adamlibreplace: Add tests for connect and gethostbyname.
2008-02-26 Michael AdamFix build on VOS: socklen_t is needed for rep_inet_ntop...
2008-02-23 Volker LendeckeCheck the return value of fgets
2008-02-22 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-22 Michael Adamlibreplace: don't use socketwrapper for getifaddrs...
2008-02-22 Michael Adamlibreplace: Fix comment originating from old samba...
2008-02-21 Michael Adamlibreplace: fix creation of conftest files for getifadd...
2008-02-21 Michael AdamFix linked list of ifaddrs in implementations of rep_ge...
2008-02-21 Michael AdamAdd missing initalizations of lastif in rep_getifaddr...
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Michael Adamlibreplace: fix compile errors in getifaddrs.c
2008-02-21 Michael AdamTry and fix getifaddrs check on irix: dont't try to...
2008-02-20 Jelmer VernooijSupport dlopen(NULL, ...) on HPUX.
2008-02-20 Michael Adamlibreplace: change samba_cv_ to libreplace_cv_ in libre...
2008-02-20 Michael Adamlibreplace: change samba_cv_ to libreplace_cv_ in syste...
2008-02-20 Michael Adamlibreplace: change samba_cv_ to libreplace_cv_ in getpa...
2008-02-20 Michael Adamlibreplace: change samba_cv_ to libreplace_cv_ in getif...
2008-02-19 Michael Adamlibreplace: Remove double item in case statement.
2008-02-19 Michael AdamRemove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.
2008-02-19 Jelmer Vernooijr26554: Fix test for getifaddr on FreeBSD. Patch by...
2008-02-19 James Peachr26551: Make sure NULL is defined before using it to...
2008-02-19 Jelmer Vernooijr26507: Fix function signature for freeifaddrs.
2008-02-19 Jelmer Vernooijr26497: Fix return type for freeifaddrs().
2008-02-19 Jelmer Vernooijr26495: Add defines for getifaddrs/freeifaddrs.
2008-02-19 Jelmer Vernooijr26492: Some hosts have a define called ifa_dstaddr.
2008-02-19 Jelmer Vernooijr26491: Fix syntax.
2008-02-19 Jelmer Vernooijr26487: Cope with systems that don't have struct sockad...
2008-02-19 Jelmer Vernooijr26470: Update README.
2008-02-19 Jelmer Vernooijr26469: Fix paths, only include IPv4 addresses for...
2008-02-19 Jelmer Vernooijr26468: Match getifaddrs more closely, add trivial...
2008-02-19 Jelmer Vernooijr26467: Use getifaddrs() for interface enumeration...
2008-02-13 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-13 Jelmer Vernooijr25944: Fix handling of sonameflag on AIX, which doesn...
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-01 Volker LendeckeNetBSD needs LD_LIBRARY_PATH
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-01 Volker LendeckeNetBSD does not support AI_ADDRCONFIG
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-22 Stefan Metzmacherlibreplace: getpwent_r/getgrent_r on IRIX are similar...
2008-01-18 Stefan MetzmacherRevert "Host SerNet-AIX has __ss_family instead of...
2008-01-18 Jelmer Vernooijlibreplace: Escape asterisk.
2008-01-18 Jelmer VernooijTry to fix the build on Tru64; avoid single quotes...
2008-01-18 Stefan Metzmacherr26550: libreplace: fallback to __ss_family of struct...
2008-01-18 Stefan Metzmacherr26102: libreplace: remove system/printing.h as it...
2008-01-18 Stefan Metzmacherr25976: libreplace: not all platforms like _XOPEN_SOURC...
2008-01-18 Stefan Metzmacherr25974: libreplace: see what the build-farm says if...
2008-01-18 Stefan Metzmacherr25971: libreplace: remove AC_EXTENSION_FLAG as it...
2008-01-18 Stefan Metzmacherr25970: libreplace: fix AC_N_DEFINE() so that some...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer Vernooijselftest: Use platform-specific equivalents of LD_LIBRA...
2007-12-25 Volker LendeckeHost SerNet-AIX has __ss_family instead of ss_family...
2007-12-17 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-17 Jeremy AllisonFix bug #5121 (unix passwd sync not working on a stream...
2007-12-11 Jeremy AllisonAdd patches for bug #4866 from jiri sasek - Sun Microsy...
2007-12-03 Michael AdamReformat configure checks for broken capabilities.h.
2007-12-03 Michael AdamMove check for broken system capabilites.h headers...
2007-12-03 Michael AdamAdd check for ppc statfs.h header to workaround for...
2007-11-26 Volker LendeckeFix bug 5055
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-11-15 Michael AdamFix the build on RHEL5, when libcap-devel is installed.
2007-11-11 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2007-11-09 metzelibreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURC...
next