summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij2008-12-231-2/+0
* Move some bytes from data to text, make use of the ARRAY_SIZE macroVolker Lendecke2008-12-191-2/+2
* s3: Use DEBUGADD instead of DEBUG to avoid printing the headerDan Sledz2008-12-151-2/+3
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-142-83/+119
* Move 128 bytes from the data to the text segmentVolker Lendecke2008-12-141-1/+1
* Remove a pointless static variableVolker Lendecke2008-12-141-1/+1
* s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-091-0/+27
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-082-10/+25
* Streamline the async_sock API a bitVolker Lendecke2008-12-081-33/+36
* 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
* s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner2008-12-051-1/+1
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-032-11/+11
* Move cli_trans_oob to lib/util.cVolker Lendecke2008-11-281-0/+19
* Attempt to fix the buildVolker Lendecke2008-11-151-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-142-3/+13
* Actually finish memcache_add_tallocVolker Lendecke2008-11-141-1/+36
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-141-11/+12
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-141-4/+1
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-081-0/+3
* If we didn't inherit any ACE's the ACE pointer should be NULL.Jeremy Allison2008-11-061-4/+6
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-063-30/+4
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-062-1/+17
* Start factoring out the inheritance differences.Jeremy Allison2008-11-061-2/+1
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-031-0/+7
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-031-4/+4
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-012-14/+14
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-016-168/+14
|\
| * Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij2008-11-012-48/+8
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-18/+0
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-15/+0
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-19/+0
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-14/+0
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-011-14/+0
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-011-14/+0
| * Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2008-11-011-1/+1
| * 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