Jeremy Allison
1a89b9f5f3
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
2008-11-12 19:27:50 -08:00
Jeremy Allison
6f0be6c5d5
Pretty print out SD's on get/set.
...
Jeremy.
2008-11-12 19:27:17 -08:00
Tim Prouty
9efed3b936
s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass 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-12 17:16:28 -08:00
Jeremy Allison
d67e7f3e15
Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
...
Jeremy.
2008-11-12 14:06:47 -08:00
Tim Prouty
d38bffd412
s3: Add support for storing dos attributes as st_flags in the stat struct.
...
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-12 09:48:50 -08:00
Günther Deschner
7f36d3b550
pam_winbind: fix what data we put into the blobs.
...
Guenther
2008-11-12 14:45:11 +01:00
Günther Deschner
67018ed8bd
s4-smbtorture: add very basic RPC-NTSVCS test.
...
Guenther
2008-11-12 10:19:53 +01:00
Günther Deschner
92f64d3df5
s3-build: re-run make samba3-idl.
...
Guenther
2008-11-12 10:19:40 +01:00
Günther Deschner
663c1d52f6
ntsvcs: fill in some more formerly unknowns in PNP_GetHwProfInfo.
...
Guenther
2008-11-12 10:19:32 +01:00
Günther Deschner
1f87fc798d
ntsvcs: use both named-pipe endpoints.
...
Guenther
2008-11-12 10:19:25 +01:00
Günther Deschner
0bb8665731
s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.
...
Guenther
2008-11-12 10:19:17 +01:00
Günther Deschner
2ea5e222c5
s3-build: re-run make samba3-idl.
...
Guenther
2008-11-12 10:19:10 +01:00
Günther Deschner
0afcf4d8f7
ntsvcs: fill in more unknowns in PNP_HwProfFlags IDL.
...
Guenther
2008-11-12 10:19:02 +01:00
Günther Deschner
0a77b1827d
s3-build: re-run make samba3-idl.
...
Guenther
2008-11-12 10:18:53 +01:00
Günther Deschner
0241b2cbda
s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client.
...
Guenther
2008-11-12 10:18:46 +01:00
Günther Deschner
8d8386cc4d
ntsvcs: some corrections for the PNP_GetDeviceRegProp IDL.
...
Guenther
2008-11-12 10:18:39 +01:00
Günther Deschner
17fe93f94b
s3-rpcclient: add ntsvcs_getdevlist command.
...
Guenther
2008-11-12 10:18:26 +01:00
Günther Deschner
365a703d13
s3-rpcclient: add ntsvcs_getdevlistsize command.
...
Guenther
2008-11-12 10:18:18 +01:00
Günther Deschner
aa6af1fe26
errors: add WERR_CM_BUFFER_SMALL.
...
Guenther
2008-11-12 10:17:46 +01:00
Tim Prouty
e6f8fd9945
s3: Add support for make test to use a share dir outside of the prefix dir
...
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-11 19:06:50 -08:00
Jeremy Allison
c62427c7fc
Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog list"
...
Don't mix TALLOC and SAFE_FREE().
Jeremy.
2008-11-11 14:38:59 -08:00
Jeremy Allison
0baca66589
Fix bug 5889. "delete veto files = no" seems to break.
...
Jeremy.
2008-11-11 14:21:09 -08:00
Jeremy Allison
4f2635b729
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
2008-11-11 10:20:24 -08:00
Jelmer Vernooij
2e6bf03e51
Regenerate SWIG output.
2008-11-11 17:22:16 +01:00
Jelmer Vernooij
634c87dd77
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-11-11 17:11:57 +01:00
Jelmer Vernooij
2f438b4cde
Remove unused variable, fix return.
2008-11-11 17:10:24 +01:00
Michael Adam
dee2c61ce0
[s3]vfs_acl_tdb: fix the build.
...
ndr_push_struct_blob has a different signature in master as well.
Michael
2008-11-11 10:30:29 +01:00
Jeremy Allison
d6be0ba672
Fix the build (ndr_pull_struct_blob has a different signature in master).
...
Jeremy.
2008-11-10 20:18:01 -08:00
Jeremy Allison
8076e50fad
Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow.
...
Jeremy.
2008-11-10 17:57:22 -08:00
Michael Adam
39d42378b2
[s3]make keytab filename argument mandatory to "net rpc vampire keytab"
...
This prevents unintended overwriting of the default path /etc/krb5.keytab (e.g.).
Michael
2008-11-11 00:32:42 +01:00
Andrew Bartlett
853909bf94
It is not valid to talloc_free() ldb_dn_get_linearized()
2008-11-11 09:47:23 +11:00
Günther Deschner
676f3c1c5c
s3-build: re-run make samba3-idl (rid2sid).
...
Guenther
2008-11-10 21:46:31 +01:00
Günther Deschner
8f23dff45e
s3-samr: remove old samr.idl file.
...
Guenther
2008-11-10 21:46:31 +01:00
Günther Deschner
09998ab89d
s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:31 +01:00
Günther Deschner
15e011564a
s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python)
...
Guenther
2008-11-10 21:46:30 +01:00
Günther Deschner
0548642e5b
s4-samr: merge samr_QueryAliasInfo from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:30 +01:00
Günther Deschner
99c2fac6b2
s4-samr: merge samr_EnumDomainGroups from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:30 +01:00
Günther Deschner
1ea97d76ed
s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:30 +01:00
Günther Deschner
d4d9a73ad1
s4-samr: merge samr_EnumDomains from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:30 +01:00
Günther Deschner
bb1d7684d2
s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:30 +01:00
Günther Deschner
61391d0ade
s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:30 +01:00
Günther Deschner
2efec54b8d
s4-samr: merge samr_EnumDomainAliases from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:29 +01:00
Günther Deschner
aaca059a35
s4-samr: merge samr_QueryDisplayInfo from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:29 +01:00
Günther Deschner
3a9b42fa75
s4-samr: merge samr_QueryDisplayInfo2 from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:29 +01:00
Günther Deschner
bab255f09b
s4-samr: merge samr_QueryDisplayInfo3 from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:29 +01:00
Günther Deschner
68a2ca11dc
s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:29 +01:00
Günther Deschner
f20dd953ef
s4-samr: merge samr_QueryDomainInfo2 from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:29 +01:00
Günther Deschner
f7dfea32fc
s4-samr: merge samr_QueryDomainInfo from s3 idl. (fixme python)
...
Guenther
2008-11-10 21:46:29 +01:00
Günther Deschner
9774927947
s4-samr: merge samr_QueryGroupMember from s3 idl. (fixme: python)
...
Guenther
2008-11-10 21:46:28 +01:00
Günther Deschner
a2a26da899
s4-samr: merge samr_Connect5 from s3 idl. (fixme python)
...
Guenther
2008-11-10 21:46:28 +01:00