summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-06-141-0/+9
* tdb_expand: limit the expansion with huge recordsSimo Sorce2011-06-141-5/+20
* Fix bso#3185, return false when EOF is encountered in param name.Holger Hetterich2011-03-051-1/+1
* Fix denial of service - memory corruption.Jeremy Allison2011-02-272-0/+15
* s3: Fix the charset_pull routineVolker Lendecke2010-09-271-1/+1
* lib/replace: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher2010-05-171-0/+8
* lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken hea...Stefan Metzmacher2010-05-172-0/+51
* tsocket_bsd: Always use a real length for the sa_socklen, and keep it aroundAndrew Bartlett2010-05-171-68/+16
* tsocket: only copy the specific part of sockaddr*Stefan Metzmacher2010-05-171-0/+5
* tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher2010-05-171-4/+5
* tsocket: Improve the tsocket_address_bsd_sockaddr documentation.Andreas Schneider2010-05-171-1/+3
* Spelling fixes for tsocket API documentation.Brad Hards2010-05-171-14/+14
* tsocket: Fix the description of tstream_writev_queue_send/recv (cherry picked...Kai Blin2010-05-171-6/+6
* tsocket: Fix description for tstream_readv_pdu_queue_send/recv (cherry picked...Kai Blin2010-05-171-7/+6
* tsocket: Added complete doxygen documentation.Andreas Schneider2010-05-172-63/+834
* tsocket: Added doxygen config file.Andreas Schneider2010-05-171-0/+1538
* lib/util: move TIME_T_MIN/MAX defines into header file (cherry picked from co...Björn Jacke2010-05-172-14/+14
* s3: signals are processed twice in child.Bo Yang2010-04-013-5/+36
* s3: Add tdb_data_equal (cherry picked from commit ebc08b9938a4d266be16ca7e06d...Volker Lendecke2010-04-012-0/+9
* talloc_stack: reset stackframe pointers to NULLStefan Metzmacher2010-03-291-0/+2
* talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher2010-03-291-1/+1
* 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