summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-11-28Move cli_trans_oob to lib/util.cVolker Lendecke1-0/+19
2008-11-15Attempt to fix the buildVolker Lendecke1-1/+1
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke2-3/+13
2008-11-14Actually finish memcache_add_tallocVolker Lendecke1-1/+36
2008-11-14Rename some variables in getpwnam_alloc() for clarityVolker Lendecke1-11/+12
2008-11-14sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke1-4/+1
2008-11-08Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison1-0/+3
2008-11-06If we didn't inherit any ACE's the ACE pointer should be NULL.Jeremy Allison1-4/+6
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison3-30/+4
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2-1/+17
2008-11-06Start factoring out the inheritance differences.Jeremy Allison1-2/+1
2008-11-03Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison1-0/+7
2008-11-03s3: fix a few "shadows a global declaration" warningsTim Prouty1-4/+4
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2-14/+14
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij6-168/+14
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij3-14/+4
2008-11-01Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij2-48/+8
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij1-18/+0
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij1-15/+0
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij1-19/+0
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij1-14/+0
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij1-14/+0
2008-11-01Move sys_link to libreplace.Jelmer Vernooij1-14/+0
2008-11-01Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij1-1/+1
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij1-19/+0
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison2-5/+5
2008-10-31Another unused variable.Jeremy Allison1-1/+0
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison2-222/+123
2008-10-30Inherit Windows ACLs on a new directory.Jeremy Allison1-3/+3
2008-10-29Coverity fix #CID: 607 - resource leak on error path.Jeremy Allison1-0/+1
2008-10-29Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison1-63/+131
2008-10-28netapi: fix access bits in netapi.Günther Deschner1-1/+1
2008-10-27[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam2-0/+27
2008-10-27[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam5-0/+29
2008-10-27[s3]libsmbconf: create text config in smbconftortMichael Adam1-1/+38
2008-10-27[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam1-1/+1
2008-10-27[s3]libsmbconf: fall back to file backend when no valid backend was foundMichael Adam1-4/+5
2008-10-27[s3]libsmbconf: fix comment typo.Michael Adam1-1/+1
2008-10-27[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam5-0/+28
2008-10-27[s3]libsmbconf: remove unused define.Michael Adam1-3/+0
2008-10-27[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.Michael Adam1-1/+1
2008-10-24netapi: make sure to always cleanup after testing NetUser calls.Günther Deschner1-0/+4
2008-10-24netapi: add more group tests to netapitest.Günther Deschner1-3/+220
2008-10-23Fix prototype for set_sockaddr_port.Jelmer Vernooij1-1/+1
2008-10-23Move set_sockaddr_port to libutil.Jelmer Vernooij1-12/+0
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2-394/+3
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij3-65/+67
2008-10-23Use libutil genrand.Jelmer Vernooij1-220/+0
2008-10-23Import talloc_stack into util library.Jelmer Vernooij1-130/+0
2008-10-23Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2-2/+2