summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-02-11util: added file_compare() utility functionAndrew Tridgell2-0/+27
2010-02-11libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2-1/+32
2010-02-10test:local added LOCAL-DLINKLIST testsuiteAndrew Tridgell1-0/+130
2010-02-10util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell1-59/+111
2010-02-10Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison1-0/+16
2010-02-10tdb: fix recovery reuse after crashRusty Russell1-4/+10
2010-02-10tdb: give a name to the invalid recovery area constant (0)Rusty Russell3-4/+5
2010-02-08release-scripts: parametrize scriptsSimo Sorce3-62/+84
2010-02-08talloc: Fix abi checks in release scriptSimo Sorce1-17/+24
2010-02-08talloc: Fix abi checks and ifdefsSimo Sorce3-4/+32
2010-02-08libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLEStefan Metzmacher1-2/+4
2010-02-08libreplace: Attempt to fix bug 5910, detect a broken getaddrinfoVolker Lendecke1-0/+25
2010-02-09s3: signals are processed twice in child.Bo Yang3-5/+36
2010-02-08talloc: fixed doc typoAndrew Tridgell1-1/+1
2010-02-08Move the talloc details to the mainpage.Andreas Schneider2-64/+69
2010-02-08talloc: Added doxygen config file.Andreas Schneider1-0/+1538
2010-02-08talloc: Documented talloc with doxygen.Andreas Schneider2-67/+1559
2010-02-06tdb: raise version to 1.2.1Simo Sorce1-1/+1
2010-02-05s4:UID wrapper - Make it work on older distributionsMatthias Dieter Wallnöfer2-4/+20
2010-02-05s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer2-1/+19
2010-02-02Change uint_t to unsigned int in lib/utilMatt Kraai4-6/+6
2010-02-02Change uint_t to unsigned int in lib/tallocMatt Kraai2-6/+6
2010-02-02Change uint_t to unsigned int in lib/cryptoMatt Kraai1-4/+4
2010-02-02Change uint_t to unsigned int in lib/replaceMatt Kraai4-4/+1
2010-02-01tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke1-5/+10
2010-01-29lib/util: remove data_blob_talloc_reference()Stefan Metzmacher2-23/+0
2010-01-28tsocket: Fix the description of tstream_writev_queue_send/recvKai Blin1-6/+6
2010-01-28tsocket: Fix description for tstream_readv_pdu_queue_send/recvKai Blin1-7/+6
2010-01-26Revert "libreplace: fix unused varibale warning on IRIX"Björn Jacke1-2/+2
2010-01-26libreplace: fix unused varibale warning on IRIXBjörn Jacke1-2/+2
2010-01-25lib/popt: Fix typo in README.Karolin Seeger1-1/+1
2010-01-23libreplace: Fix a C++ warningVolker Lendecke1-2/+2
2010-01-21s4: Include Python.h early to avoid double definition errors.Jelmer Vernooij1-0/+1
2010-01-18Work around bad use of autoconf internaLars Müller1-13/+37
2010-01-16subunit/testtools: Include newer version.Jelmer Vernooij11-22/+205
2010-01-16Import testtools as well, required for subunit.Jelmer Vernooij22-1/+3849
2010-01-16subunit: Import new version.Jelmer Vernooij26-504/+4061
2010-01-16Add README about subunit.Jelmer Vernooij1-0/+7
2010-01-16Add script for updating the copy of subunit.Jelmer Vernooij1-0/+13
2010-01-11tsocket: Added doxygen config file.Andreas Schneider1-0/+1538
2010-01-11tsocket: Added complete doxygen documentation.Andreas Schneider2-63/+834
2010-01-09s4-debug: removed debug_ctx(). It didn't catch on :-)Andrew Tridgell1-4/+0
2010-01-07lib/util: move TIME_T_MIN/MAX defines into header fileBjörn Jacke2-14/+14
2010-01-06tdb: fix standalone 'make installdocs'Stefan Metzmacher2-3/+4
2010-01-06tdb: create symbol links to shared libraries see https://bugzilla.samba.org/s...Brian Lu1-0/+4
2010-01-06talloc: create symbol links to shared libraries see https://bugzilla.samba.or...Brian Lu1-0/+5
2010-01-06tevent: create symbol links to shared libraries see https://bugzilla.samba.or...Brian Lu1-0/+4
2010-01-02libreplace: some systems don't have memmem()Andrew Tridgell4-0/+68
2009-12-24tsocket: only copy the specific part of sockaddr*Stefan Metzmacher1-0/+5
2009-12-24tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher1-4/+5