summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-26libcli/auth/ntlm_check.c - fix parameter indentationMatthias Dieter Wallnöfer1-3/+3
2010-08-26s4:ntlm/auth.c - add a whitespace in a debug outputMatthias Dieter Wallnöfer1-1/+1
2010-08-26s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit casesMatthias Dieter Wallnöfer1-0/+2
2010-08-26s3-selftest: do not remove nsswrapper environment when running smbtorture4.Günther Deschner1-3/+0
Guenther
2010-08-26winbindd: Add the client status in the clients list outputPierre Carrier1-4/+12
Hello list, Considered relevant by a customer. As I suppose one doesn't send SIGUSR2 very often, I didn't bother adding another DEBUGLEVEL. -- Pierre
2010-08-26winbindd: useless functionPierre Carrier1-8/+1
Hello list, Seems simple enough for my first patch :) -- Pierre
2010-08-26s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()Nadezhda Ivanova1-1/+1
2010-08-26s4-dsdb: Added utility functions for retrieving dSHeuristics from the module ↵Nadezhda Ivanova1-0/+47
stack Also a function to check dsHeuristics value to determine of anonymous access should be blocked
2010-08-26Added values for the flags in dSHeuristicsNadezhda Ivanova1-0/+23
These specify the character position, while the character value of that character controls behavior
2010-08-26pidl-python: ensure we allocate ref ptrs before useAndrew Tridgell1-1/+5
this fixes a crash on samba4.samr.python in the build farm
2010-08-26s4-devel: added enumprivs developer scriptAndrew Tridgell1-0/+58
this enumerates all LSA privileges on a server Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26s4-net: fixed docstring on spn commandAndrew Tridgell1-1/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26s4-net: added "net rodc preload" commandAndrew Tridgell2-0/+125
this command will preload the credentials for an account from the full domain controller Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26s4-drs: split out drs utility python functionsAndrew Tridgell2-135/+167
these will be re-used by other net commands
2010-08-26s4-pyrpc: convert rpc_talloc.py test to unittest frameworkAndrew Tridgell2-46/+60
This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
2010-08-26s3-build: Don't paste the summary.Andreas Schneider1-2/+3
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-26pidl:Samba3/ClientNDR: remove unused ParseOutputArgument functionStefan Metzmacher2-83/+3
metze
2010-08-26subunit: Make sure "]" in failure reason ends up on its own line, so theJelmer Vernooij2-6/+7
next subunit parser in the line parses it correctly.
2010-08-26manpages: Avoid using Samba-Team specific DTD, which requires net accessJelmer Vernooij2-12/+2
or modification of /etc/catalogs.
2010-08-26subunithelper: Pass along lines as normal output when ignoring them for not ↵Jelmer Vernooij1-0/+4
containing commands.
2010-08-26s3-build: only include rpc_misc.h where needed.Günther Deschner5-3/+4
Guenther
2010-08-26s3-build: use talloc_dict.h only where needed.Günther Deschner4-1/+4
Guenther
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner40-39/+75
Guenther
2010-08-26s3-build: only include krb5 environment variables where required.Günther Deschner7-1/+6
Guenther
2010-08-26s3-build: only include libnscd.h where needed.Günther Deschner2-4/+4
Guenther
2010-08-26s3-build: include mangle.h only where needed.Günther Deschner4-1/+3
Guenther
2010-08-26s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner6-1/+5
Guenther
2010-08-26s3-build: remove unrequired ntlmssp forward declaration.Günther Deschner1-2/+0
Guenther
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner33-51/+80
Guenther
2010-08-26s3-build: no point in including doserr.h, noone uses them.Günther Deschner1-2/+0
Guenther
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner9-2/+8
Guenther
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner30-357/+386
Guenther
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner11-3/+11
Guenther
2010-08-26s3-build: remove unrequired forward declaration for struct printjob.Günther Deschner1-5/+0
Guenther
2010-08-26s3-build: only include memcache.h where needed.Günther Deschner13-1/+12
Guenther
2010-08-26s3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ.Günther Deschner1-12/+10
Guenther
2010-08-26s3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC.Günther Deschner1-12/+10
Guenther
2010-08-26s3-build: remove RPC_CLIENT_OBJ1.Günther Deschner1-4/+1
Guenther
2010-08-26s3-waf: remove RPC_CLIENT_SRC1.Günther Deschner1-3/+1
Guenther
2010-08-26s3-build: use LIBMSRPC_OBJ instead of single files.Günther Deschner1-11/+4
Guenther
2010-08-26s3-waf: use LIBMSRPC_SRC instead of single files.Günther Deschner1-3/+3
Guenther
2010-08-26s3-waf: only link in samr util code where needed.Günther Deschner1-1/+1
Guenther
2010-08-26s3-build: only link in samr util code where needed.Günther Deschner1-6/+10
Guenther
2010-08-26s3-build: remove RPC_PARSE_OBJ.Günther Deschner1-26/+30
Guenther
2010-08-26s3-waf: remove RPC_PARSE_SRC.Günther Deschner1-11/+13
Guenther
2010-08-26s3-build: only link in epmapper client code where needed.Günther Deschner1-5/+4
Guenther
2010-08-26s3-waf: only link in epmapper client code where needed.Günther Deschner1-5/+5
Guenther
2010-08-26s3-build: only link in netlogon client code where needed.Günther Deschner1-6/+12
Guenther
2010-08-26s3-waf: only link in netlogon client code where needed.Günther Deschner1-5/+9
Guenther
2010-08-26s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner4-204/+241
Guenther