summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Collapse)AuthorFilesLines
2008-05-14lib/events: system/network.h isn't neededStefan Metzmacher4-4/+0
metze (This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
2008-05-14Make it possible to build libevents standalone.Simo Sorce17-26/+527
(This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
2008-05-13libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher1-0/+13
metze (This used to be commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
2008-05-13libreplace: make sure system/network.h is only used when ↵Stefan Metzmacher2-0/+5
AC_LIBREPLACE_NETWORK_CHECKS was used metze (This used to be commit 3fddd36e119f73a5021370450f9687ef9d252bab)
2008-05-13libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher1-17/+18
metze (This used to be commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
2008-05-13libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher1-2/+3
metze (This used to be commit 67845d3471711d24069636d0d4032f9d53748334)
2008-05-13libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2-129/+127
metze (This used to be commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
2008-05-13libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2-33/+33
metze (This used to be commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
2008-05-13libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)
2008-05-13libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit 3a70274c908e31453942b442351eab8423c1a53d)
2008-05-13libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
2008-05-13libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
2008-05-13libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2-20/+20
metze (This used to be commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
2008-05-13libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2-40/+40
metze (This used to be commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
2008-05-12Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij1-0/+2
(This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
2008-05-12Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett10-26/+27
(This used to be commit 61c31dc7cf649bc6f2d14bc8637e50ead9b9210a)
2008-05-11Avoid unnecessary headers in lib/torture.Jelmer Vernooij1-2/+0
(This used to be commit 43c18ba5cf0f709c4a7bd686d5e6bf613227b61d)
2008-05-11Use system python rather than smbpython.Jelmer Vernooij1-0/+2
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
2008-05-11Avoid installing non-public header.Jelmer Vernooij1-1/+0
(This used to be commit bec87e1878841764104b98f05b34a72a98c8dd71)
2008-05-11Fix dependency on loadparm.Jelmer Vernooij1-1/+1
(This used to be commit 018ee187ffbfd77aa0d5f5da6c3512ea6b37a746)
2008-05-11Merge ldb_map into LIBLDB.Jelmer Vernooij1-9/+3
(This used to be commit 4d7925f953bc9d1fcffb4a4dd268b763c18ceae6)
2008-05-10Fix torture module initializion.Jelmer Vernooij1-1/+1
(This used to be commit d5bf4e9065303b54421a6f35b213a22f062d27d4)
2008-05-10Fix soversion for libtorture and libsamba-hostconfig.Jelmer Vernooij1-1/+1
(This used to be commit 1f698b96c7962a453f037815c9160cd8d7dde3f6)
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij20-67/+1283
Conflicts: source/auth/config.mk source/auth/gensec/config.mk source/torture/smbtorture.c (This used to be commit edfd02e59bba86b977bd60848f57a614691fff7a)
2008-05-10Fix case.Jelmer Vernooij1-2/+2
(This used to be commit a90971ea0c43ce3b42b95aef5973139576b51959)
2008-05-10Fix installation of pidl perl files, torture pc file.Jelmer Vernooij2-0/+15
(This used to be commit 32da606e3759026c2744f853cd8948333ed0579c)
2008-05-09Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett13-66/+279
(This used to be commit 2db0e86fb4abc27eed2d35e1d41122bc89a2c5fe)
2008-05-08Fix typo.Jelmer Vernooij1-1/+0
(This used to be commit bd089818a3182698dfe85039c1b2e22d8c2835bb)
2008-05-08Add undefined symbol flag for AIX.William Jojo1-0/+4
(This used to be commit dabdf24e86f038e3afc67532fa5bf60a37992161)
2008-05-08Fix typo.Jelmer Vernooij1-1/+1
(This used to be commit 1def988ef28de85b3f97172bdbf935a4fec4dec3)
2008-05-08Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2-2/+2
(This used to be commit 787a32fdef9d761d64839f489cca0b0684f9a9fd)
2008-05-07libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher1-0/+1
metze (This used to be commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
2008-05-07libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2-1/+1
metze (This used to be commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed)
2008-05-07libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2-63/+73
Note: moving it out of AC_LIBREPLACE_BROKEN_CHECKS will be the next step metze (This used to be commit 55a904b1d7aeca849d450e371b18afca5b0c6218)
2008-05-07libreplace: always provide utime() and utimes()Stefan Metzmacher6-1/+200
I'd like to also provide futimes(), but it seems that some systems doesn't support a it at kernel level. If someone knows how to write a portable replacement for futimes() please tell me... metze (This used to be commit a9604fe4a323dccb537cf02ea7594437b4995803)
2008-05-07Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-0/+1
(This used to be commit c21dd40bc73acafe6bd28cfd0de60f2a4b03853a)
2008-05-06libreplace: check how portable utimes() and futimes() areStefan Metzmacher1-0/+1
metze (This used to be commit 8798ce3c744025b94973784dcb44d099427ef190)
2008-05-06Cope with an empty mapping file in ad2oLschemaAndrew Bartlett1-2/+2
(This used to be commit 5f36a605a9accfba1125bbae0e79bb14b936173c)
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij6-2/+989
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij45-4589/+401
Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402)
2008-04-22Remove temporary debug statementSimo Sorce1-2/+0
(This used to be commit 10780e638af8afc3ffa261255200779aea732694)
2008-04-21Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce5-8/+22
the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett5-6/+7
(This used to be commit 43fc10aaa7c3d50cb9fee5ecab859103aec4a62e)
2008-04-17More endian fixes in the registryAndrew Bartlett1-5/+5
(This used to be commit b26662be196a84237543eb90d6e08809489df3a9)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2-19/+32
(This used to be commit c73a3b837ec16fbb846c6e63a45599fca99b3d0b)
2008-04-17Fix typoAndrew Bartlett1-1/+1
(This used to be commit ba6546504505f19abaa5aa35fe3e469ddfd3d619)
2008-04-17More work to avoid endian bugs in registry tests.Andrew Bartlett1-5/+7
Andrew Bartlett (This used to be commit 500544f4127d4042ab5ea8e3800156246982c297)
2008-04-17Fix bug in registry test on big-endian machines.Andrew Bartlett2-19/+32
Andrew Bartlett (This used to be commit c74c67c38383b43efd707934e8c457b757e49db1)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell19-91/+174
(This used to be commit 3ab9abf40605a4a6b220faeebaef81546a8d87a0)
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell5-6/+7
(This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481)