summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-02-242-5/+18
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-02-223-15/+10
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-02-172-32/+23
* tdb: cleanup: find_nestlock() helper.Rusty Russell2010-02-171-28/+23
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-02-243-17/+22
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-02-174-5/+17
* tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell2010-02-171-6/+0
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-02-173-45/+67
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-02-175-29/+29
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-02-173-17/+17
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-02-242-2/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-02-177-117/+235
* libreplace: Remove the obsolete signal type cast.Andreas Schneider2010-02-233-13/+4
* libutil: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
* Spelling fixes for libutilBrad Hards2010-02-227-24/+24
* Spelling fixes in lib/zlib.Brad Hards2010-02-2211-20/+20
* Spelling fixes for libreplace.Brad Hards2010-02-222-2/+2
* Spelling fixes for tsocket API documentation.Brad Hards2010-02-221-14/+14
* Spelling fixes for lib/compression.Brad Hards2010-02-221-2/+2
* Spelling fixes for nss_wrapper.Brad Hards2010-02-221-2/+2
* Spelling fixes for popt API documentation.Brad Hards2010-02-221-2/+2
* Spelling fixes for tevent.Brad Hards2010-02-223-4/+4
* Spelling fixes for tdb.Brad Hards2010-02-222-2/+2
* nss_wrapper: fix segfault in print_group() in the testsuiteMichael Adam2010-02-191-1/+1
* s4-smbtorture: add LOCAL-NSS-WRAPPER-DUPLICATES test.Günther Deschner2010-02-181-1/+92
* s4-smbtorture: be more verbose in LOCAL-NSS-WRAPPER.Günther Deschner2010-02-181-4/+4
* tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()Stefan Metzmacher2010-02-181-2/+4
* Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison2010-02-171-1/+4
* tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher2010-02-171-4/+6
* tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher2010-02-171-0/+36
* tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher2010-02-171-2/+53
* 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