summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-153-17/+34
* libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij2012-11-151-6/+6
* libreplace: fixed declaration of dprintf() on FreeBSD (cherry picked from com...Andrew Tridgell2012-11-152-2/+12
* libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2012-11-152-1/+32
* libreplace: some systems don't have memmem()Andrew Tridgell2012-11-154-0/+68
* Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sigJeremy Allison2011-08-023-4/+6
* libreplace: include sys/file.h only when availableBjörn Jacke2011-06-172-1/+3
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-05-261-0/+9
* tdb_expand: limit the expansion with huge recordsSimo Sorce2011-05-181-5/+20
* Fix denial of service - memory corruption.Jeremy Allison2011-02-282-0/+15
* Fix bso#3185, return false when EOF is encountered in param name.Holger Hetterich2010-12-131-1/+1
* s3: Fix the charset_pull routineVolker Lendecke2010-09-251-1/+1
* lib/replace: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher2010-05-111-0/+8
* lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken hea...Stefan Metzmacher2010-05-112-0/+51
* tsocket_bsd: Always use a real length for the sa_socklen, and keep it aroundAndrew Bartlett2010-05-111-68/+16
* tsocket: only copy the specific part of sockaddr*Stefan Metzmacher2010-05-111-0/+5
* tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher2010-05-111-4/+5
* tsocket: Improve the tsocket_address_bsd_sockaddr documentation.Andreas Schneider2010-05-021-1/+3
* Spelling fixes for tsocket API documentation.Brad Hards2010-05-021-14/+14
* tsocket: Fix the description of tstream_writev_queue_send/recv (cherry picked...Kai Blin2010-05-021-6/+6
* tsocket: Fix description for tstream_readv_pdu_queue_send/recv (cherry picked...Kai Blin2010-05-021-7/+6
* tsocket: Added complete doxygen documentation.Andreas Schneider2010-05-022-63/+834
* tsocket: Added doxygen config file.Andreas Schneider2010-05-021-0/+1538
* lib/util: move TIME_T_MIN/MAX defines into header file (cherry picked from co...Björn Jacke2010-04-122-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-03-312-0/+9
* talloc_stack: reset stackframe pointers to NULLStefan Metzmacher2010-03-151-0/+2
* talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher2010-03-151-1/+1
* tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()Stefan Metzmacher2010-02-181-2/+4
* Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison2010-02-181-1/+4
* tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher2010-02-181-4/+6
* tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher2010-02-181-0/+36
* tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher2010-02-181-2/+53
* tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher2010-02-181-1/+1
* tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher2010-02-181-2/+2
* socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher2010-02-181-0/+4
* tdb: raise version to 1.2.1Simo Sorce2010-02-101-1/+1
* util: added binsearch.h for binary array searchesAndrew Tridgell2010-02-091-0/+68
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-041-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-201-1/+1
* talloc: Fix exports and increment talloc versionSimo Sorce2009-12-203-37/+40
* talloc: Make abi checks in release scriptSimo Sorce2009-12-201-0/+10
* talloc: Move release script under /script tooSimo Sorce2009-12-201-0/+0
* talloc: Change the way mksysms workSimo Sorce2009-12-203-36/+29