summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher2010-02-171-1/+1
* tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher2010-02-171-2/+2
* socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher2010-02-171-0/+4
* util: added samba_runcmd()Andrew Tridgell2010-02-173-0/+275
* s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell2010-02-162-105/+0
* util: update three other copies of our dlinklist.h macrosAndrew Tridgell2010-02-141-48/+115
* lib: use TYPESAFE_QSORT() in lib/ and libcli/Andrew Tridgell2010-02-141-1/+2
* s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell2010-02-141-1/+3
* use ZERO_STRUCTVolker Lendecke2010-02-131-1/+2
* Use ZERO_STRUCTPVolker Lendecke2010-02-131-1/+1
* s3: Fix a typoVolker Lendecke2010-02-131-1/+1
* tdb: use fdatasync() instead of fsync() in transactionsAndrew Tridgell2010-02-131-1/+1
* libreplace: add fdatasync() if not availableAndrew Tridgell2010-02-132-1/+5
* util: added TYPESAFE_QSORT() macroAndrew Tridgell2010-02-131-0/+38
* tdb: Apply some const, just for clarityVolker Lendecke2010-02-131-1/+1
* s3: Add tdb_data_equalVolker Lendecke2010-02-122-0/+9
* util: added file_compare() utility functionAndrew Tridgell2010-02-112-0/+27
* libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2010-02-112-1/+32
* test:local added LOCAL-DLINKLIST testsuiteAndrew Tridgell2010-02-101-0/+130
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-101-59/+111
* Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison2010-02-101-0/+16
* tdb: fix recovery reuse after crashRusty Russell2010-02-101-4/+10
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-02-103-4/+5
* release-scripts: parametrize scriptsSimo Sorce2010-02-083-62/+84
* talloc: Fix abi checks in release scriptSimo Sorce2010-02-081-17/+24
* talloc: Fix abi checks and ifdefsSimo Sorce2010-02-083-4/+32
* libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLEStefan Metzmacher2010-02-081-2/+4
* libreplace: Attempt to fix bug 5910, detect a broken getaddrinfoVolker Lendecke2010-02-081-0/+25
* s3: signals are processed twice in child.Bo Yang2010-02-093-5/+36
* talloc: fixed doc typoAndrew Tridgell2010-02-081-1/+1
* Move the talloc details to the mainpage.Andreas Schneider2010-02-082-64/+69
* talloc: Added doxygen config file.Andreas Schneider2010-02-081-0/+1538
* talloc: Documented talloc with doxygen.Andreas Schneider2010-02-082-67/+1559
* tdb: raise version to 1.2.1tdb-1.2.1Simo Sorce2010-02-061-1/+1
* s4:UID wrapper - Make it work on older distributionsMatthias Dieter Wallnöfer2010-02-052-4/+20
* s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer2010-02-052-1/+19
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-024-6/+6
* Change uint_t to unsigned int in lib/tallocMatt Kraai2010-02-022-6/+6
* Change uint_t to unsigned int in lib/cryptoMatt Kraai2010-02-021-4/+4
* Change uint_t to unsigned int in lib/replaceMatt Kraai2010-02-024-4/+1
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-011-5/+10
* lib/util: remove data_blob_talloc_reference()Stefan Metzmacher2010-01-292-23/+0
* tsocket: Fix the description of tstream_writev_queue_send/recvKai Blin2010-01-281-6/+6
* tsocket: Fix description for tstream_readv_pdu_queue_send/recvKai Blin2010-01-281-7/+6
* Revert "libreplace: fix unused varibale warning on IRIX"Björn Jacke2010-01-261-2/+2
* libreplace: fix unused varibale warning on IRIXBjörn Jacke2010-01-261-2/+2
* lib/popt: Fix typo in README.Karolin Seeger2010-01-251-1/+1
* libreplace: Fix a C++ warningVolker Lendecke2010-01-231-2/+2
* s4: Include Python.h early to avoid double definition errors.Jelmer Vernooij2010-01-211-0/+1
* Work around bad use of autoconf internaLars Müller2010-01-181-13/+37