summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-05-1830-293/+820
|\ | | | | | | (This used to be commit 16dbbf75c7fa0f877659654a20bcab73b707e627)
| * lib/replace: move sys/sockio.h and sys/un.h checks into ↵Stefan Metzmacher2008-05-162-1/+1
| | | | | | | | | | | | | | AC_LIBREPLACE_NETWORK_CHECKS metze (This used to be commit 7f26a5425e706a97cc07c5139b3fea4fde9e4020)
| * lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and ↵Stefan Metzmacher2008-05-161-25/+3
| | | | | | | | | | | | | | HAVE_UNIXSOCKET and rely on libreplace metze (This used to be commit 5de605bb2ef88a1f3e61c64e557c7f069d0f6dad)
| * lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher2008-05-161-0/+40
| | | | | | | | | | | | | | Moved from the samba specific locations metze (This used to be commit e674128ee2f11596f358ed46104c9d25eb2f754f)
| * lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-161-10/+0
| | | | | | | | | | metze (This used to be commit 1c7905cfb4c77edeb24ac612a544e777cf49e184)
| * Fix an uninitialized variable warningVolker Lendecke2008-05-161-1/+1
| | | | | | | | (This used to be commit b3d024676426000380ad86a2a4b83e7b21478978)
| * Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher2008-05-144-0/+4
| | | | | | | | | | | | | | | | | | Somehow this breaks 'make test'... This reverts commit 59faf3bf670140784d5698bbdc8b86afe8e188ec. metze (This used to be commit ece9df0875a32f76af5af913b6a6cdd8eacf0280)
| * lib/events: system/network.h isn't neededStefan Metzmacher2008-05-144-4/+0
| | | | | | | | | | metze (This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
| * Make it possible to build libevents standalone.Simo Sorce2008-05-1417-26/+527
| | | | | | | | (This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
| * libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher2008-05-131-0/+13
| | | | | | | | | | metze (This used to be commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
| * libreplace: make sure system/network.h is only used when ↵Stefan Metzmacher2008-05-132-0/+5
| | | | | | | | | | | | | | AC_LIBREPLACE_NETWORK_CHECKS was used metze (This used to be commit 3fddd36e119f73a5021370450f9687ef9d252bab)
| * libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher2008-05-131-17/+18
| | | | | | | | | | metze (This used to be commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
| * libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher2008-05-131-2/+3
| | | | | | | | | | metze (This used to be commit 67845d3471711d24069636d0d4032f9d53748334)
| * libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-129/+127
| | | | | | | | | | metze (This used to be commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
| * libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-33/+33
| | | | | | | | | | metze (This used to be commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
| * libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | metze (This used to be commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)
| * libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | metze (This used to be commit 3a70274c908e31453942b442351eab8423c1a53d)
| * libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | metze (This used to be commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
| * libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | metze (This used to be commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
| * libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-20/+20
| | | | | | | | | | metze (This used to be commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
| * libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-40/+40
| | | | | | | | | | metze (This used to be commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
* | Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij2008-05-121-0/+2
|\ \ | |/ |/| | | (This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
| * Use system python rather than smbpython.Jelmer Vernooij2008-05-111-0/+2
| | | | | | | | (This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
* | Avoid unnecessary headers in lib/torture.Jelmer Vernooij2008-05-111-2/+0
|/ | | | (This used to be commit 43c18ba5cf0f709c4a7bd686d5e6bf613227b61d)
* Avoid installing non-public header.Jelmer Vernooij2008-05-111-1/+0
| | | | (This used to be commit bec87e1878841764104b98f05b34a72a98c8dd71)
* Fix dependency on loadparm.Jelmer Vernooij2008-05-111-1/+1
| | | | (This used to be commit 018ee187ffbfd77aa0d5f5da6c3512ea6b37a746)
* Merge ldb_map into LIBLDB.Jelmer Vernooij2008-05-111-9/+3
| | | | (This used to be commit 4d7925f953bc9d1fcffb4a4dd268b763c18ceae6)
* Fix torture module initializion.Jelmer Vernooij2008-05-101-1/+1
| | | | (This used to be commit d5bf4e9065303b54421a6f35b213a22f062d27d4)
* Fix soversion for libtorture and libsamba-hostconfig.Jelmer Vernooij2008-05-101-1/+1
| | | | (This used to be commit 1f698b96c7962a453f037815c9160cd8d7dde3f6)
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-1020-67/+1283
|\ | | | | | | | | | | | | | | | | Conflicts: source/auth/config.mk source/auth/gensec/config.mk source/torture/smbtorture.c (This used to be commit edfd02e59bba86b977bd60848f57a614691fff7a)
| * Fix case.Jelmer Vernooij2008-05-101-2/+2
| | | | | | | | (This used to be commit a90971ea0c43ce3b42b95aef5973139576b51959)
| * Fix installation of pidl perl files, torture pc file.Jelmer Vernooij2008-05-102-0/+15
| | | | | | | | (This used to be commit 32da606e3759026c2744f853cd8948333ed0579c)
| * Fix typo.Jelmer Vernooij2008-05-081-1/+0
| | | | | | | | (This used to be commit bd089818a3182698dfe85039c1b2e22d8c2835bb)
| * Add undefined symbol flag for AIX.William Jojo2008-05-081-0/+4
| | | | | | | | (This used to be commit dabdf24e86f038e3afc67532fa5bf60a37992161)
| * Fix typo.Jelmer Vernooij2008-05-081-1/+1
| | | | | | | | (This used to be commit 1def988ef28de85b3f97172bdbf935a4fec4dec3)
| * Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2008-05-082-2/+2
| | | | | | | | (This used to be commit 787a32fdef9d761d64839f489cca0b0684f9a9fd)
| * libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-071-0/+1
| | | | | | | | | | metze (This used to be commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
| * libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-072-1/+1
| | | | | | | | | | metze (This used to be commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed)
| * libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-072-63/+73
| | | | | | | | | | | | | | Note: moving it out of AC_LIBREPLACE_BROKEN_CHECKS will be the next step metze (This used to be commit 55a904b1d7aeca849d450e371b18afca5b0c6218)
| * libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-076-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)
| * libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
| | | | | | | | | | metze (This used to be commit 8798ce3c744025b94973784dcb44d099427ef190)
| * Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-276-2/+989
| | | | | | | | (This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2545-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)
| * Remove temporary debug statementSimo Sorce2008-04-221-2/+0
| | | | | | | | (This used to be commit 10780e638af8afc3ffa261255200779aea732694)
| * Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2008-04-215-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)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-175-6/+7
| |\ | | | | | | | | | (This used to be commit 43fc10aaa7c3d50cb9fee5ecab859103aec4a62e)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-172-19/+32
| | |\ | | | | | | | | | | | | (This used to be commit c73a3b837ec16fbb846c6e63a45599fca99b3d0b)
| | * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-1719-91/+174
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit 3ab9abf40605a4a6b220faeebaef81546a8d87a0)
| | * | | use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-175-6/+7
| | | | | | | | | | | | | | | | | | | | (This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481)
| * | | | More endian fixes in the registryAndrew Bartlett2008-04-171-5/+5
| | | | | | | | | | | | | | | | | | | | (This used to be commit b26662be196a84237543eb90d6e08809489df3a9)