summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij4-21/+2
2008-11-01Remove tests for functions provided by libreplace from configure.Jelmer Vernooij1-3/+3
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij3-17/+1
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij4-22/+2
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij3-18/+2
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij2-15/+0
2008-11-01Move sys_link to libreplace.Jelmer Vernooij3-16/+1
2008-11-01Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2-2/+2
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij1-19/+0
2008-11-01Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij9-45/+137
2008-11-01proto.h: Remove prototypes already in other header files.Jelmer Vernooij1-120/+0
2008-11-01Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij3-52/+7
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison6-29/+130
Jeremy.
2008-11-01s3-net: fix build warning.Günther Deschner1-1/+1
Jeremy, please check. Guenther
2008-11-01s3-accessmask: re-run make samba3-idl and remove duplicate copies.Günther Deschner2-15/+6
Guenther
2008-10-31Another unused variable.Jeremy Allison1-1/+0
2008-10-31Remove a pointles call to smb_bufremVolker Lendecke1-2/+1
This call expanded to (smb_buflen(req->inbuf) - PTR_DIFF(smb_buf(req->inbuf) - smb_buf(req->inbuf))) which seems pretty pointless :-)
2008-10-31s3-samr: remove duplicate copies of Alias Object specific access rights.Günther Deschner3-33/+10
Guenther
2008-10-31s3-samr-idl: add Alias Object specific access rights.Günther Deschner1-0/+22
Guenther
2008-10-31s3-samr: remove duplicate copies of Group Object specific access rights.Günther Deschner3-34/+10
Guenther
2008-10-31s3-samr-idl: add Group Object specific access rights.Günther Deschner1-0/+22
Guenther
2008-10-31s3-samr: remove duplicate copies of Domain Object specific access rights.Günther Deschner4-59/+24
Guenther
2008-10-31s3-samr-idl: add Domain Object specific access rights.Günther Deschner1-0/+28
Guenther
2008-10-31s3-samr: remove duplicate copies of SAM user specific access rights.Günther Deschner3-56/+23
Guenther
2008-10-31s3-samr-idl: add User Object specific access rights.Günther Deschner1-0/+29
Guenther
2008-10-31s3-samr: remove duplicate copies of SAM server specific access rights.Günther Deschner3-39/+8
Guenther
2008-10-31s3-samr-idl: add SAM server specific access rights.Günther Deschner1-0/+23
Guenther
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison12-263/+158
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy.
2008-10-31build: re-run make samba3-idl.Günther Deschner2-4/+4
Guenther
2008-10-31errors: share dcerpc error function.Günther Deschner5-60/+5
Guenther
2008-10-31Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij8-1763/+273
2008-10-31s3-build: re-run make samba3-idl.Günther Deschner6-238/+272
Guenther
2008-10-31srvsvc: share srvsvc idl between s3 and s4.Günther Deschner2-1548/+1
Guenther
2008-10-31s4-srvsvc: merge srvsvc_NetTransportEnum from s3 idl.Günther Deschner1-2/+6
Guenther
2008-10-31s4-srvsvc: merge srvsvc_NetTransportDel from s3 idl.Günther Deschner1-2/+2
Guenther
2008-10-31s4-srvsvc: merge srvsvc_NetServerStatisticsGet from s3 idl.Günther Deschner1-1/+1
Guenther
2008-10-31s3-srvsvc-idl: fix srvsvc_NetCharDevQEnum.Günther Deschner1-2/+6
Guenther
2008-10-31s3-srvsvc-idl: fix srvsvc_NetCharDevEnum.Günther Deschner1-2/+6
Guenther
2008-10-31s3-srvsvc-idl: add missing field to srvsvc_SrvInfo402/403.Günther Deschner1-0/+2
Guenther
2008-10-31s3-srvsvc-idl: merge STR_LEN4 removal from s4.Günther Deschner1-1/+10
Guenther
2008-10-31Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij4-1/+62
2008-10-30Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr ↵Jeremy Allison4-1/+62
module. Inheritance fails at the moment though. Jeremy.
2008-10-30mksyms.sh: Fix typo in comment.Jelmer Vernooij1-1/+1
2008-10-30Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij4-18/+64
2008-10-30Fix installation of Samba 4 during merged build.Jelmer Vernooij1-3/+6
2008-10-30Inherit Windows ACLs on a new directory.Jeremy Allison2-16/+58
Jeremy.
2008-10-30use glibc sys/inotify.h headerAndrew Tridgell2-2/+6
when we first added the inotify code glibc didn't have the inotify functions yet. Now that it does we can use the official header and avoid the asm/unistd.h syscall workaround
2008-10-29Fix CID: 456 - resource leak on function exit.Jeremy Allison1-0/+13
Jeremy.
2008-10-29Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison1-0/+1
Jeremy.
2008-10-29Fix CID 574 - tidies up the code expression.Jeremy Allison1-2/+2
Jeremy.