summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-12s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass ↵Tim Prouty1-2/+13
on more systems I tested on a few different flavors of linux and FreeBSD. I'll keep an eye on the build machine to see if anything breaks.
2008-11-12Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.Jeremy Allison1-0/+1
Jeremy.
2008-11-12s3: Add support for storing dos attributes as st_flags in the stat struct.Tim Prouty2-13/+166
Some filesystems have support for storing dos attributes directly in the inode's st_flags and accessing them through the stat struct. This patch: - Adds a configure check to see if the special flags are available. - Implements getting and setting dos attributes in the stat struct and inode, respectively. This will not change the existing functionality of any system that doesn't have the special flags available.
2008-11-12pam_winbind: fix what data we put into the blobs.Günther Deschner1-16/+20
Guenther
2008-11-12s4-smbtorture: add very basic RPC-NTSVCS test.Günther Deschner4-2/+133
Guenther
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner4-34/+34
Guenther
2008-11-12ntsvcs: fill in some more formerly unknowns in PNP_GetHwProfInfo.Günther Deschner1-5/+5
Guenther
2008-11-12ntsvcs: use both named-pipe endpoints.Günther Deschner2-1/+3
Guenther
2008-11-12s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.Günther Deschner1-4/+4
Guenther
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner5-98/+98
Guenther
2008-11-12ntsvcs: fill in more unknowns in PNP_HwProfFlags IDL.Günther Deschner1-6/+6
Guenther
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner4-10/+12
Guenther
2008-11-12s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client.Günther Deschner1-6/+11
Guenther
2008-11-12ntsvcs: some corrections for the PNP_GetDeviceRegProp IDL.Günther Deschner1-1/+3
Guenther
2008-11-12s3-rpcclient: add ntsvcs_getdevlist command.Günther Deschner1-0/+46
Guenther
2008-11-12s3-rpcclient: add ntsvcs_getdevlistsize command.Günther Deschner1-39/+38
Guenther
2008-11-12errors: add WERR_CM_BUFFER_SMALL.Günther Deschner1-0/+1
Guenther
2008-11-11s3: Add support for make test to use a share dir outside of the prefix dirTim Prouty3-8/+39
Some systems need to have the tdbs (and other files required for samba to run) on a different filesystem than the share directory that samba is exporting. This patch: - Adds an optional "shrdir" argument to selftest.sh - If shrdir is specified it will be used, otherwise the default will be used: "<prefix>/tmp" - Adds a new configure option: --with-selftest-shrdir - Plumbs shrdir through Makefile.in and configure.in
2008-11-11Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ↵Jeremy Allison1-1/+1
list" Don't mix TALLOC and SAFE_FREE(). Jeremy.
2008-11-11Fix bug 5889. "delete veto files = no" seems to break.Jeremy Allison1-4/+11
Jeremy.
2008-11-11Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison339-5812/+7985
2008-11-11Regenerate SWIG output.Jelmer Vernooij1-1/+0
2008-11-11Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij6-50/+915
2008-11-11Remove unused variable, fix return.Jelmer Vernooij1-2/+1
2008-11-11[s3]vfs_acl_tdb: fix the build.Michael Adam1-1/+1
ndr_push_struct_blob has a different signature in master as well. Michael
2008-11-10Fix the build (ndr_pull_struct_blob has a different signature in master).Jeremy Allison1-1/+1
Jeremy.
2008-11-10Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ↵Jeremy Allison4-45/+904
RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow. Jeremy.
2008-11-11[s3]make keytab filename argument mandatory to "net rpc vampire keytab"Michael Adam1-4/+11
This prevents unintended overwriting of the default path /etc/krb5.keytab (e.g.). Michael
2008-11-11It is not valid to talloc_free() ldb_dn_get_linearized()Andrew Bartlett1-1/+0
2008-11-10s3-build: re-run make samba3-idl (rid2sid).Günther Deschner5-7/+28
Guenther
2008-11-10s3-samr: remove old samr.idl file.Günther Deschner2-1551/+1
Guenther
2008-11-10s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner8-96/+126
Guenther
2008-11-10s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python)Günther Deschner5-8/+16
Guenther
2008-11-10s4-samr: merge samr_QueryAliasInfo from s3 idl. (fixme: python)Günther Deschner4-5/+11
Guenther
2008-11-10s4-samr: merge samr_EnumDomainGroups from s3 idl. (fixme: python)Günther Deschner4-23/+42
Guenther
2008-11-10s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)Günther Deschner4-30/+45
Guenther
2008-11-10s4-samr: merge samr_EnumDomains from s3 idl. (fixme: python)Günther Deschner6-20/+38
Guenther
2008-11-10s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner14-26/+53
Guenther
2008-11-10s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner14-51/+103
Guenther
2008-11-10s4-samr: merge samr_EnumDomainAliases from s3 idl. (fixme: python)Günther Deschner3-18/+25
Guenther
2008-11-10s4-samr: merge samr_QueryDisplayInfo from s3 idl. (fixme: python)Günther Deschner3-64/+79
Guenther
2008-11-10s4-samr: merge samr_QueryDisplayInfo2 from s3 idl. (fixme: python)Günther Deschner3-6/+12
Guenther
2008-11-10s4-samr: merge samr_QueryDisplayInfo3 from s3 idl. (fixme: python)Günther Deschner3-6/+12
Guenther
2008-11-10s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)Günther Deschner5-12/+20
Guenther
2008-11-10s4-samr: merge samr_QueryDomainInfo2 from s3 idl. (fixme: python)Günther Deschner2-1/+3
Guenther
2008-11-10s4-samr: merge samr_QueryDomainInfo from s3 idl. (fixme python)Günther Deschner4-53/+65
Guenther
2008-11-10s4-samr: merge samr_QueryGroupMember from s3 idl. (fixme: python)Günther Deschner3-2/+6
Guenther
2008-11-10s4-samr: merge samr_Connect5 from s3 idl. (fixme python)Günther Deschner4-11/+17
Guenther
2008-11-10s4-samr: merge samr_GetBootKeyInformation from s3 idl. (fixme: python)Günther Deschner2-1/+3
Guenther
2008-11-10s4-samr: merge samr_GetDomPwInfo from s3 idl. (fixme: python)Günther Deschner4-6/+15
Guenther