summaryrefslogtreecommitdiff
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* enable IPv6 support for NetBSD, FreeBSDBjörn Jacke2009-02-161-0/+1
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-161-2/+5
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-161-1/+4
* add Tru64 sub-second resolution timestamp supportBjörn Jacke2009-02-161-0/+24
* add missing semicolonsBjörn Jacke2009-02-161-6/+6
* Following Björn JACKE's patch, unify the detection of the timespec code in co...Jeremy Allison2009-02-161-0/+36
* s3:ctdbd_conn: canonicalize ips before sending them to ctdbdStefan Metzmacher2009-02-161-10/+40
* Avoid valgrind errorsVolker Lendecke2009-02-161-28/+10
* libreplace: fix detection of netinet/ip.h on solaris 8Michael Adam2009-02-161-1/+5
* libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiledMichael Adam2009-02-161-1/+4
* lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher2009-01-261-0/+6
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-11/+15
* socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...Stefan Metzmacher2009-01-201-3/+1
* s3: reinit_after_fork() should reinit the event context before theStefan Metzmacher2009-01-201-4/+4
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-201-10/+20
* "First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison2009-01-201-1/+1
* Allow reinit_after_fork to be called safely from within swat and other binari...Jeremy Allison2009-01-202-11/+20
* Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison2009-01-201-4/+5
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-201-2/+2
* Even for srclen == 0 we have to return somethingVolker Lendecke2009-01-201-0/+6
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-121-1/+1
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-084-15/+13
* s3:events: get rid of the stupid set_event_dispatch_time() functionStefan Metzmacher2009-01-081-16/+0
* s3:events: get rid of the stupid cancel_named_event() functionStefan Metzmacher2009-01-081-16/+0
* s3:events: remove unused stuffStefan Metzmacher2009-01-081-25/+0
* clean event context after child is forked.Bo Yang2009-01-082-0/+9
* Fix bug 5913.Volker Lendecke2009-01-021-1/+1
* Fix warnings in make test code.Jeremy Allison2009-01-021-2/+6
* Fix all warnings with gcc4.3.Jeremy Allison2009-01-022-6/+34
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2009-01-021-7/+19
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2009-01-021-2/+2
* Add code to test write_data_iov a bitVolker Lendecke2009-01-021-0/+11
* Make write_data use write_data_iovVolker Lendecke2009-01-021-24/+24
* Add write_data_iovVolker Lendecke2009-01-021-0/+69
* Add sys_writevVolker Lendecke2009-01-021-0/+14
* Fix some nonempty blank linesVolker Lendecke2009-01-021-11/+11
* Fix some C++ warningsVolker Lendecke2009-01-021-4/+6
* In gcc version 4.3.2 we get warnings for functions declared withJeremy Allison2009-01-021-2/+10
* Added a simple tdb integrity check to tdbtool. The command "check" runs trave...Holger Hetterich2009-01-021-0/+27
* Fix bug 5969: Optimize smbclient put commandVolker Lendecke2009-01-021-5/+20
* netapi: fix access bits in netapi.Günther Deschner2008-12-121-1/+1
* s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner2008-12-121-1/+1
* Fix logging to syslogDan Sledz2008-12-111-1/+1
* Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski2008-12-111-1/+1
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-112-12/+12
* Fix circular dependency error with autoconf 2.6.3.Andreas Schneider2008-11-271-0/+2
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-182-3/+13
* Actually finish memcache_add_tallocVolker Lendecke2008-11-181-1/+36
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-181-10/+11
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-181-4/+1