summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()Stefan Metzmacher2010-02-191-2/+4
* Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison2010-02-191-1/+4
* tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher2010-02-191-4/+6
* tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher2010-02-191-0/+36
* tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher2010-02-191-2/+53
* tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher2010-02-191-1/+1
* tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher2010-02-191-2/+2
* socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher2010-02-191-0/+4
* tdb: raise version to 1.2.1Simo Sorce2010-02-101-1/+1
* util: added binsearch.h for binary array searchesAndrew Tridgell2010-02-101-0/+68
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-101-5/+10
* lib/popt: Fix typo in README.Karolin Seeger2010-01-251-1/+1
* tdb: fix standalone 'make installdocs'Stefan Metzmacher2010-01-072-3/+4
* tdb: create symbol links to shared libraries see https://bugzilla.samba.org/s...Brian Lu2010-01-071-0/+4
* talloc: create symbol links to shared libraries see https://bugzilla.samba.or...Brian Lu2010-01-071-0/+5
* tevent: create symbol links to shared libraries see https://bugzilla.samba.or...Brian Lu2010-01-071-0/+4
* tdb: Also build and install tdb manpages from standalone tdb.Jelmer Vernooij2010-01-077-3/+459
* Fix release script to work with recent git versionsSimo Sorce2009-12-211-1/+1
* talloc: Fix exports and increment talloc versionSimo Sorce2009-12-213-37/+40
* talloc: Make abi checks in release scriptSimo Sorce2009-12-211-0/+10
* talloc: Move release script under /script tooSimo Sorce2009-12-211-0/+0
* talloc: Change the way mksysms workSimo Sorce2009-12-213-36/+29
* Fix release script with newer versins of gitSimo Sorce2009-12-211-1/+1
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-12-212-8/+9
* tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGStefan Metzmacher2009-12-211-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-12-215-3/+63
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-12-212-1/+14
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-12-211-4/+3
* tdb: update README a bitKirill Smelkov2009-12-211-8/+1
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-12-211-0/+9
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-12-211-1/+3
* tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-12-211-1/+1
* tdb: kill last bits from swigKirill Smelkov2009-12-212-6/+1
* tsocket: Fixed tsocket_guide.txt asciidoc syntax.Andreas Schneider2009-12-211-148/+161
* tsocket: Fixed documentation for tsocket_address_bsd_sockaddr().Andreas Schneider2009-12-211-6/+5
* tsocket: Fixed typo in LGPL header.Andreas Schneider2009-12-215-5/+5
* tsocket: add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sock...Stefan Metzmacher2009-12-213-5/+87
* tevent: prefix types and defined with tevent_ and TEVENT_Stefan Metzmacher2009-12-211-37/+39
* Output %p as unsigned in snprintf replacement.Peter Rosin2009-12-211-0/+1
* tdbtool: avoid using c++ reserved words.Günther Deschner2009-12-211-2/+2
* talloc: Fix write behind memory blockKamen Mazdrashki2009-12-211-1/+1
* tevent: Fix a commentVolker Lendecke2009-12-081-1/+1
* util: str_list_unique() bugfixKamen Mazdrashki2009-11-261-1/+1
* util: str_list_unique_2() test implementationKamen Mazdrashki2009-11-261-0/+33
* lib/util Fix comments in rfc1738.c.Andrew Bartlett2009-11-261-3/+3
* lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett2009-11-264-69/+71
* lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett2009-11-261-0/+209
* tdb: Fix a C++ warningVolker Lendecke2009-11-261-1/+2
* tdr: teach TDR about uint1632 enumsAndrew Tridgell2009-11-261-0/+10
* tsocket: rewrite tsocket_guide.txt to reflect the current APIsStefan Metzmacher2009-11-261-467/+413