1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

66000 Commits

Author SHA1 Message Date
Nadezhda Ivanova
a571487e6c s4-dsdb: Added utility functions for retrieving dSHeuristics from the module stack
Also a function to check dsHeuristics value to determine of anonymous access should be blocked
2010-08-26 17:18:40 +03:00
Nadezhda Ivanova
0de795414e Added values for the flags in dSHeuristics
These specify the character position, while the character value of that character
controls behavior
2010-08-26 17:08:01 +03:00
Andrew Tridgell
9cb771a4a0 pidl-python: ensure we allocate ref ptrs before use
this fixes a crash on samba4.samr.python in the build farm
2010-08-26 22:50:20 +10:00
Andrew Tridgell
331905216a s4-devel: added enumprivs developer script
this enumerates all LSA privileges on a server

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26 22:50:20 +10:00
Andrew Tridgell
057a47130d s4-net: fixed docstring on spn command
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26 22:50:20 +10:00
Andrew Tridgell
d8f48c7ffc s4-net: added "net rodc preload" command
this command will preload the credentials for an account from the full
domain controller

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26 22:50:20 +10:00
Andrew Tridgell
da366ba221 s4-drs: split out drs utility python functions
these will be re-used by other net commands
2010-08-26 22:50:20 +10:00
Andrew Tridgell
502a5313c4 s4-pyrpc: convert rpc_talloc.py test to unittest framework
This fits in better with our test framework

Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
2010-08-26 22:50:20 +10:00
Andreas Schneider
d132b3fbc0 s3-build: Don't paste the summary.
The buildfarm outputs the summary if it is available and use the exit
status of the filter or subunit formatter as exit code.
2010-08-26 13:42:08 +02:00
Stefan Metzmacher
a701484230 pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function
metze
2010-08-26 13:29:21 +02:00
Jelmer Vernooij
3c7a7bbb9a subunit: Make sure "]" in failure reason ends up on its own line, so the
next subunit parser in the line parses it correctly.
2010-08-26 04:04:37 +02:00
Jelmer Vernooij
e260965929 manpages: Avoid using Samba-Team specific DTD, which requires net access
or modification of /etc/catalogs.
2010-08-26 04:04:37 +02:00
Jelmer Vernooij
64564f7338 subunithelper: Pass along lines as normal output when ignoring them for not containing commands. 2010-08-26 04:04:37 +02:00
Günther Deschner
3aab0c701c s3-build: only include rpc_misc.h where needed.
Guenther
2010-08-26 00:26:01 +02:00
Günther Deschner
8b4f5319ef s3-build: use talloc_dict.h only where needed.
Guenther
2010-08-26 00:25:58 +02:00
Günther Deschner
7a05ca2c9c s3-build: use dbwrap.h only where needed.
Guenther
2010-08-26 00:25:55 +02:00
Günther Deschner
ca765d2f50 s3-build: only include krb5 environment variables where required.
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
c8f8110342 s3-build: only include libnscd.h where needed.
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
184339825d s3-build: include mangle.h only where needed.
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
7b6fc9f414 s3-dcerpc: only include rpc_dce.h where needed.
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
d9a7605431 s3-build: remove unrequired ntlmssp forward declaration.
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
2b41f421fd s3-idmap: only include idmap headers where needed.
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
3ef531ec34 s3-build: no point in including doserr.h, noone uses them.
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
b5bdcdd65e s3-build: only include "fake_file.h" where needed.
Guenther
2010-08-26 00:20:28 +02:00
Günther Deschner
c217790918 s3-nmbd: move nmbd proto out of main proto.h
Guenther
2010-08-26 00:20:28 +02:00
Günther Deschner
7ff7eb0b52 s3-build: only include nsswitch header where needed.
Guenther
2010-08-26 00:20:28 +02:00
Günther Deschner
08eff4d311 s3-build: remove unrequired forward declaration for struct printjob.
Guenther
2010-08-26 00:20:28 +02:00
Günther Deschner
aba1bf4b5e s3-build: only include memcache.h where needed.
Guenther
2010-08-26 00:20:28 +02:00
Günther Deschner
c5ffecb136 s3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ.
Guenther
2010-08-26 00:17:10 +02:00
Günther Deschner
6a795dd146 s3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC.
Guenther
2010-08-26 00:17:10 +02:00
Günther Deschner
d6949f58fa s3-build: remove RPC_CLIENT_OBJ1.
Guenther
2010-08-26 00:17:10 +02:00
Günther Deschner
75e55f9535 s3-waf: remove RPC_CLIENT_SRC1.
Guenther
2010-08-26 00:17:10 +02:00
Günther Deschner
a52fde4f94 s3-build: use LIBMSRPC_OBJ instead of single files.
Guenther
2010-08-26 00:17:10 +02:00
Günther Deschner
1217c4f484 s3-waf: use LIBMSRPC_SRC instead of single files.
Guenther
2010-08-26 00:17:09 +02:00
Günther Deschner
0b05e32f92 s3-waf: only link in samr util code where needed.
Guenther
2010-08-26 00:17:09 +02:00
Günther Deschner
4991af46d7 s3-build: only link in samr util code where needed.
Guenther
2010-08-26 00:17:09 +02:00
Günther Deschner
ecf32c851a s3-build: remove RPC_PARSE_OBJ.
Guenther
2010-08-26 00:17:09 +02:00
Günther Deschner
83dc8314f1 s3-waf: remove RPC_PARSE_SRC.
Guenther
2010-08-26 00:17:09 +02:00
Günther Deschner
88720f80c5 s3-build: only link in epmapper client code where needed.
Guenther
2010-08-26 00:17:08 +02:00
Günther Deschner
4d78984570 s3-waf: only link in epmapper client code where needed.
Guenther
2010-08-26 00:17:08 +02:00
Günther Deschner
ff5ab04882 s3-build: only link in netlogon client code where needed.
Guenther
2010-08-26 00:17:08 +02:00
Günther Deschner
13cff58917 s3-waf: only link in netlogon client code where needed.
Guenther
2010-08-26 00:17:08 +02:00
Günther Deschner
0ed16e94c3 s3: separate out cli schannel functions that depend on cli_netlogon.
Guenther
2010-08-26 00:16:57 +02:00
Günther Deschner
064826c4d1 s3-build: only link in samr client code where needed.
Guenther
2010-08-25 23:07:39 +02:00
Günther Deschner
6810ead40d s3-waf: only link in samr client code where needed.
Guenther
2010-08-25 23:07:29 +02:00
Günther Deschner
1895d669c2 s3-build: only link in lsa client code where needed.
Guenther
2010-08-25 23:07:17 +02:00
Günther Deschner
c107c66203 s3-waf: only link in lsa client code where needed.
Guenther
2010-08-25 23:07:09 +02:00
Günther Deschner
562c5999ec s3-build: only link in srvsvc client code where needed.
Guenther
2010-08-25 23:06:59 +02:00
Günther Deschner
0d0deba7bc s3-waf: only link in srvsvc client code where needed.
Guenther
2010-08-25 23:06:48 +02:00
Günther Deschner
0ae0ca062b s3-build: only link in wkssvc client code where needed.
Guenther
2010-08-25 23:06:37 +02:00