summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Karolin Seeger2011-02-285-2/+38
* Fix bug #7669.Jeremy Allison2010-09-151-0/+3
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger2010-03-091-61/+4
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-041-4/+61
* s3:smbldap: add smbldap_talloc_first_attribute()Stefan Metzmacher2010-01-131-0/+34
* s3/smbldap: Fix typo in debug message.Karolin Seeger2009-08-061-1/+1
* Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to al...Yannick Bergeron2009-08-031-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
* s3-netapi: Fix Bug #6451: net/libnetapi user rename using wrong access bits.Günther Deschner2009-06-171-0/+2
* Fix bug 6157Volker Lendecke2009-06-061-0/+56
* s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner2009-05-081-1/+2
* Do not crash in ctdbd_traverse if ctdbd is not aroundVolker Lendecke2009-05-061-0/+5
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-153-37/+36
* netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-141-0/+15
* 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
* Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crashVolker Lendecke2009-03-261-0/+7
* Add event avahi bindingVolker Lendecke2009-03-231-0/+277
* s3-netapi: Fix Coverity #774 (REVERSE_INULL).Günther Deschner2009-03-201-6/+3
* s3-netapi: Fix Coverity #775 (REVERSE_INULL).Günther Deschner2009-03-201-6/+3
* s3-netapi: Fix Coverity #776 (REVERSE_INULL).Günther Deschner2009-03-201-7/+3
* version: fix handling of SAMBA_VERSION_VENDOR_PATCH.Michael Adam2009-03-191-1/+1
* build: fix detection of netinet/ip.h on FreeBSDTimur2009-03-191-0/+1
* build: format the header check for netinet/ip.h more nicelyTimur2009-03-191-6/+8
* s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam2009-03-195-0/+57
* Add db_tdb_parseVolker Lendecke2009-03-191-0/+12
* Add dbwrap->parse_recordVolker Lendecke2009-03-191-0/+26
* s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outsideMichael Adam2009-03-191-6/+6
* s3:smbconf: move smbconf_share_exists checks into backendMichael Adam2009-03-192-28/+9
* Speed up "net conf list"Volker Lendecke2009-03-191-115/+41
* Speed up "net conf list"Volker Lendecke2009-03-192-4/+3
* s3: Fix a memleak in dbwrap_rbt.Michael Adam2009-03-191-4/+4
* s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher2009-03-191-31/+29
* s3:libsmbconf: include smbconf headers with lib/smbconf prefixMichael Adam2009-03-192-4/+4
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backendMichael Adam2009-03-191-5/+6
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_initMichael Adam2009-03-191-1/+1
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam2009-03-191-5/+5
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.cMichael Adam2009-03-191-2/+2
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.cMichael Adam2009-03-191-2/+2
* s3:libsmbconf: remove the init headers from smbconf.hMichael Adam2009-03-195-19/+100
* libsmbconf: create text config in smbconftortMichael Adam2009-03-191-1/+38
* libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam2009-03-191-1/+1
* libsmbconf: fall back to file backend when no valid backend was foundMichael Adam2009-03-191-4/+5
* libsmbconf: fix comment typo.Michael Adam2009-03-191-1/+1
* libsmbconf: remove unused define.Michael Adam2009-03-191-3/+0
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam2009-03-191-20/+20
* libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam2009-03-195-0/+29