summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-011-19/+0
| * Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-312-5/+5
| * Another unused variable.Jeremy Allison2008-10-311-1/+0
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-013-14/+4
|/
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-312-222/+123
* Inherit Windows ACLs on a new directory.Jeremy Allison2008-10-301-3/+3
* Coverity fix #CID: 607 - resource leak on error path.Jeremy Allison2008-10-291-0/+1
* Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-10-291-63/+131
* netapi: fix access bits in netapi.Günther Deschner2008-10-281-1/+1
* [s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam2008-10-272-0/+27
* [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam2008-10-275-0/+29
* [s3]libsmbconf: create text config in smbconftortMichael Adam2008-10-271-1/+38
* [s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: fall back to file backend when no valid backend was foundMichael Adam2008-10-271-4/+5
* [s3]libsmbconf: fix comment typo.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam2008-10-275-0/+28
* [s3]libsmbconf: remove unused define.Michael Adam2008-10-271-3/+0
* [s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.Michael Adam2008-10-271-1/+1
* netapi: make sure to always cleanup after testing NetUser calls.Günther Deschner2008-10-241-0/+4
* netapi: add more group tests to netapitest.Günther Deschner2008-10-241-3/+220
* Fix prototype for set_sockaddr_port.Jelmer Vernooij2008-10-231-1/+1
* Move set_sockaddr_port to libutil.Jelmer Vernooij2008-10-231-12/+0
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-232-394/+3
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-233-65/+67
* Use libutil genrand.Jelmer Vernooij2008-10-231-220/+0
* Import talloc_stack into util library.Jelmer Vernooij2008-10-231-130/+0
* Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-232-2/+2
* netapi: fix add_GROUP_USERS_INFO_X_buffer.Günther Deschner2008-10-231-4/+12
* netapi: fix NetUserGetGroups_r returning partial results.Günther Deschner2008-10-231-2/+3
* netapi: NetGroupEnum_r needs to handle servers with no groups.Günther Deschner2008-10-231-1/+1
* Use standard types.Jelmer Vernooij2008-10-221-16/+16
* 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
* Fix warnings.Jeremy Allison2008-10-205-32/+34
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij2008-10-193-247/+3
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-191-229/+0
| |\
| | * Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij2008-10-191-229/+0
| * | Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-191-11/+0
| |/
| * Make generate_random_buffer signature match that of lib/util.Jelmer Vernooij2008-10-191-1/+1
| * Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij2008-10-191-6/+2
* | Move ufc to libreplace.Jelmer Vernooij2008-10-181-770/+0
|/
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-184-7/+7
* Use str_list_equal() rather than str_list_compare().Jelmer Vernooij2008-10-181-23/+0
* Fix const, dupes.Jelmer Vernooij2008-10-181-35/+0
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-182-2/+2
* Use shared util.c.Jelmer Vernooij2008-10-181-323/+5
* Use standard va_copy.Jelmer Vernooij2008-10-182-2/+2
* Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol...Jeremy Allison2008-10-161-13/+45
* s3: fix various samr callers.Günther Deschner2008-10-152-3/+3
* Fix merged build .Jelmer Vernooij2008-10-141-32/+0