summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-11-15lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher3-17/+34
2012-11-15libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij1-6/+6
2012-11-15libreplace: fixed declaration of dprintf() on FreeBSD (cherry picked from com...Andrew Tridgell2-2/+12
2012-11-15libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2-1/+32
2012-11-15libreplace: some systems don't have memmem()Andrew Tridgell4-0/+68
2011-08-02Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sigJeremy Allison3-4/+6
2011-06-17libreplace: include sys/file.h only when availableBjörn Jacke2-1/+3
2011-05-26Fix our asn.1 parser to handle negative numbers.Jeremy Allison1-0/+9
2011-05-18tdb_expand: limit the expansion with huge recordsSimo Sorce1-5/+20
2011-02-28Fix denial of service - memory corruption.Jeremy Allison2-0/+15
2010-12-13Fix bso#3185, return false when EOF is encountered in param name.Holger Hetterich1-1/+1
2010-09-25s3: Fix the charset_pull routineVolker Lendecke1-1/+1
2010-05-11lib/replace: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher1-0/+8
2010-05-11lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken hea...Stefan Metzmacher2-0/+51
2010-05-11tsocket_bsd: Always use a real length for the sa_socklen, and keep it aroundAndrew Bartlett1-68/+16
2010-05-11tsocket: only copy the specific part of sockaddr*Stefan Metzmacher1-0/+5
2010-05-11tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher1-4/+5
2010-05-02tsocket: Improve the tsocket_address_bsd_sockaddr documentation.Andreas Schneider1-1/+3
2010-05-02Spelling fixes for tsocket API documentation.Brad Hards1-14/+14
2010-05-02tsocket: Fix the description of tstream_writev_queue_send/recv (cherry picked...Kai Blin1-6/+6
2010-05-02tsocket: Fix description for tstream_readv_pdu_queue_send/recv (cherry picked...Kai Blin1-7/+6
2010-05-02tsocket: Added complete doxygen documentation.Andreas Schneider2-63/+834
2010-05-02tsocket: Added doxygen config file.Andreas Schneider1-0/+1538
2010-04-12lib/util: move TIME_T_MIN/MAX defines into header file (cherry picked from co...Björn Jacke2-14/+14
2010-04-01s3: signals are processed twice in child.Bo Yang3-5/+36
2010-03-31s3: Add tdb_data_equal (cherry picked from commit ebc08b9938a4d266be16ca7e06d...Volker Lendecke2-0/+9
2010-03-15talloc_stack: reset stackframe pointers to NULLStefan Metzmacher1-0/+2
2010-03-15talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]Stefan Metzmacher1-1/+1
2010-02-18tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()Stefan Metzmacher1-2/+4
2010-02-18Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison1-1/+4
2010-02-18tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher1-4/+6
2010-02-18tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher1-0/+36
2010-02-18tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher1-2/+53
2010-02-18tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher1-1/+1
2010-02-18tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher1-2/+2
2010-02-18socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher1-0/+4
2010-02-10tdb: raise version to 1.2.1Simo Sorce1-1/+1
2010-02-09util: added binsearch.h for binary array searchesAndrew Tridgell1-0/+68
2010-02-04tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke1-5/+10
2010-01-25lib/popt: Fix typo in README.Karolin Seeger1-1/+1
2010-01-07tdb: fix standalone 'make installdocs'Stefan Metzmacher2-3/+4
2010-01-07tdb: create symbol links to shared libraries see https://bugzilla.samba.org/s...Brian Lu1-0/+4
2010-01-07talloc: create symbol links to shared libraries see https://bugzilla.samba.or...Brian Lu1-0/+5
2010-01-07tevent: create symbol links to shared libraries see https://bugzilla.samba.or...Brian Lu1-0/+4
2010-01-07tdb: Also build and install tdb manpages from standalone tdb.Jelmer Vernooij7-3/+459
2009-12-20Fix release script to work with recent git versionsSimo Sorce1-1/+1
2009-12-20talloc: Fix exports and increment talloc versionSimo Sorce3-37/+40
2009-12-20talloc: Make abi checks in release scriptSimo Sorce1-0/+10
2009-12-20talloc: Move release script under /script tooSimo Sorce1-0/+0
2009-12-20talloc: Change the way mksysms workSimo Sorce3-36/+29