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