summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* s3/smbldap: Fix typo in debug message.Karolin Seeger2009-08-061-1/+1
* s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher2009-07-031-1/+1
* Don't require "Modify property" perms to unjoin (bug #6481) "net ads leave" s...Jim McDonough2009-06-301-0/+1
* Insure we always return NULL on error.Simo Sorce2009-05-231-0/+1
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-071-1/+1
* Tidy up some convert_string_internal error cases, found by Andrew Bartlett.Jeremy Allison2009-03-311-6/+19
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-271-0/+27
* s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-03-261-6/+12
* fixed a bug in message handling for code the change notify codeAndrew Tridgell2009-03-101-2/+16
* s3:lib: interfaces.c isn't used in the configure tests anymoreStefan Metzmacher2009-03-091-73/+1
* all BSDs use this evironment variableBjörn Jacke2009-02-231-1/+1
* enable IPv6 support for NetBSD, FreeBSDBjörn Jacke2009-02-111-0/+1
* s3: reinit_after_fork() should reinit the event context before theStefan Metzmacher2009-02-061-4/+4
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-051-2/+5
* add Tru64 sub-second resolution timestamp supportBjörn Jacke2009-01-291-0/+24
* add missing semicolonsBjörn Jacke2009-01-291-6/+6
* Following Björn JACKE's patch, unify the detection of the timespec code in co...Jeremy Allison2009-01-291-0/+36
* Avoid valgrind errorsVolker Lendecke2009-01-281-28/+10
* libreplace: fix detection of netinet/ip.h on solaris 8Michael Adam2009-01-271-1/+5
* libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiledMichael Adam2009-01-271-1/+4
* lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher2009-01-231-0/+6
* "First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison2009-01-161-1/+1
* Allow reinit_after_fork to be called safely from within swat and other binari...Jeremy Allison2009-01-151-10/+14
* Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison2009-01-151-4/+5
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-131-2/+2
* Even for srclen == 0 we have to return somethingVolker Lendecke2009-01-121-0/+6
* Fix null pointer refrence in event context in backport from v3-3-testBo Yang2009-01-111-2/+6
* Backport of the clean event context after fork andBo Yang2009-01-101-32/+0
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-081-1/+1
* Fix the build (event context init was different).Jeremy Allison2009-01-051-1/+22
* clean event context after child is forked.Bo Yang2009-01-052-0/+9
* Fix bug 5913.Volker Lendecke2009-01-011-1/+1
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2008-12-291-2/+2
* Add code to test write_data_iov a bitVolker Lendecke2008-12-291-0/+11
* Make write_data use write_data_iovVolker Lendecke2008-12-291-24/+24
* Add write_data_iovVolker Lendecke2008-12-291-0/+69
* Add sys_writevVolker Lendecke2008-12-291-0/+14
* Fix bug 5969: Optimize smbclient put commandVolker Lendecke2008-12-151-5/+20
* Fix logging to syslogDan Sledz2008-12-051-1/+1
* Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski2008-12-051-1/+1
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-032-12/+12
* Fix circular dependency error with autoconf 2.6.3.Andreas Schneider2008-11-261-0/+2
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-142-3/+13
* Actually finish memcache_add_tallocVolker Lendecke2008-11-141-1/+18
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-141-10/+11
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-141-4/+1
* Coverity fix #CID: 607 - resource leak on error path.Jeremy Allison2008-10-291-0/+1
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-211-0/+11
* Remove the requirement for ldap call made as root. Add in securityJeremy Allison2008-10-201-7/+0
* Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().Jeremy Allison2008-10-161-7/+27