Age | Commit message (Expand) | Author | Files | Lines |
2008-05-16 | lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK... | Stefan Metzmacher | 2 | -1/+1 |
2008-05-16 | lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI... | Stefan Metzmacher | 1 | -25/+3 |
2008-05-16 | lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET | Stefan Metzmacher | 1 | -0/+40 |
2008-05-16 | lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCAL | Stefan Metzmacher | 1 | -10/+0 |
2008-05-16 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2008-05-14 | Revert "lib/events: system/network.h isn't needed" | Stefan Metzmacher | 4 | -0/+4 |
2008-05-14 | lib/events: system/network.h isn't needed | Stefan Metzmacher | 4 | -4/+0 |
2008-05-14 | Make it possible to build libevents standalone. | Simo Sorce | 17 | -26/+527 |
2008-05-13 | libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6 | Stefan Metzmacher | 1 | -0/+13 |
2008-05-13 | libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR... | Stefan Metzmacher | 2 | -0/+5 |
2008-05-13 | libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS vars | Stefan Metzmacher | 1 | -17/+18 |
2008-05-13 | libreplace: include inet_ntoa.o when the system one is broken | Stefan Metzmacher | 1 | -2/+3 |
2008-05-13 | libreplace: merge getifaddrs.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -129/+127 |
2008-05-13 | libreplace: merge getaddrinfo.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -33/+33 |
2008-05-13 | libreplace: merge socketpair.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -2/+2 |
2008-05-13 | libreplace: merge inet_pton.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -2/+2 |
2008-05-13 | libreplace: merge inet_ntop.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -2/+2 |
2008-05-13 | libreplace: merge inet_aton.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -2/+2 |
2008-05-13 | libreplace: merge inet_ntoa.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -20/+20 |
2008-05-13 | libreplace: merge socket.m4 into libreplace_network.m4 | Stefan Metzmacher | 2 | -40/+40 |
2008-05-11 | Avoid unnecessary headers in lib/torture. | Jelmer Vernooij | 1 | -2/+0 |
2008-05-11 | Avoid installing non-public header. | Jelmer Vernooij | 1 | -1/+0 |
2008-05-11 | Fix dependency on loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-11 | Merge ldb_map into LIBLDB. | Jelmer Vernooij | 1 | -9/+3 |
2008-05-10 | Fix torture module initializion. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-10 | Fix soversion for libtorture and libsamba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-10 | Merge branch 'v4-0-test' into v4-0-gmake3 | Jelmer Vernooij | 20 | -67/+1283 |
2008-05-10 | Fix case. | Jelmer Vernooij | 1 | -2/+2 |
2008-05-10 | Fix installation of pidl perl files, torture pc file. | Jelmer Vernooij | 2 | -0/+15 |
2008-05-08 | Fix typo. | Jelmer Vernooij | 1 | -1/+0 |
2008-05-08 | Add undefined symbol flag for AIX. | William Jojo | 1 | -0/+4 |
2008-05-08 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-08 | Fix link flags for ldb and tdb Python modules. | Jelmer Vernooij | 2 | -2/+2 |
2008-05-07 | libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build | Stefan Metzmacher | 1 | -0/+1 |
2008-05-07 | libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba | Stefan Metzmacher | 2 | -1/+1 |
2008-05-07 | libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macro | Stefan Metzmacher | 2 | -63/+73 |
2008-05-07 | libreplace: always provide utime() and utimes() | Stefan Metzmacher | 6 | -1/+200 |
2008-05-06 | libreplace: check how portable utimes() and futimes() are | Stefan Metzmacher | 1 | -0/+1 |
2008-04-27 | Move subunit infrastructure code into lib/torture. | Jelmer Vernooij | 6 | -2/+989 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 45 | -4589/+401 |
2008-04-22 | Remove temporary debug statement | Simo Sorce | 1 | -2/+0 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 5 | -8/+22 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 5 | -6/+7 |
2008-04-17 | More endian fixes in the registry | Andrew Bartlett | 1 | -5/+5 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2 | -19/+32 |
2008-04-17 | Fix typo | Andrew Bartlett | 1 | -1/+1 |
2008-04-17 | More work to avoid endian bugs in registry tests. | Andrew Bartlett | 1 | -5/+7 |
2008-04-17 | Fix bug in registry test on big-endian machines. | Andrew Bartlett | 2 | -19/+32 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 19 | -91/+174 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 5 | -6/+7 |