summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2010-03-16s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test.Günther Deschner1-1/+101
Thanks Simo for providing the data and pointing out the IDL failure. Guenther
2010-03-16kerberos - set the memory to "0"s before freeing the password to prevent ↵Matthias Dieter Wallnöfer1-2/+6
security issues
2010-03-16heimdal - remove unused variableMatthias Dieter Wallnöfer1-1/+0
2010-03-16heimdal - fix overlapped identifiers in the "krb5" libraryMatthias Dieter Wallnöfer3-11/+11
2010-03-16heimdal - free always "ctx->password" when it isn't needed anymoreMatthias Dieter Wallnöfer1-1/+3
"strdup" does always create a new object in the memory (through "malloc") which needs to be freed if it isn't used anymore.
2010-03-16s4:auth/kerberos/kerberos.c - fix also here a memory leakMatthias Dieter Wallnöfer1-0/+1
The options need to be freed also on this error case.
2010-03-16s4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups"Matthias Dieter Wallnöfer1-1/+1
2010-03-16s4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG.Günther Deschner1-6/+11
Guenther
2010-03-16s4:torture/rpc/winreg.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-145/+174
metze
2010-03-16s4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-86/+89
metze
2010-03-16s4:torture/rpc/spoolss_notify.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-15/+19
metze
2010-03-16s4:torture/rpc/spoolss_notify.c: fix compiler warningsStefan Metzmacher1-1/+5
metze
2010-03-16s4:torture/rpc/spoolss.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2-314/+342
metze
2010-03-16s4:tortore/rpc/spoolss.c: fix compiler warningStefan Metzmacher1-1/+0
metze
2010-03-16s4:torture/rpc/autoidl.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-6/+7
metze
2010-03-16s4:torture/rpc/mgmt.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2-16/+20
metze
2010-03-16s4:torture/rpc/remact.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-2/+3
metze
2010-03-16s4:torture/rpc/oxidresolve.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-7/+15
metze
2010-03-16s4:torture/rpc/initshutdown.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-3/+6
metze
2010-03-16s4:torture/rpc/epmapper.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-12/+18
metze
2010-03-16s4:torture/rpc/eventlog.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-33/+41
metze
2010-03-16s4:tortore/rpc/eventlog.c: rename variable 'b' => 'br'Stefan Metzmacher1-7/+7
metze
2010-03-16s4:torture/rpc/svcctl.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-63/+80
metze
2010-03-16s4:torture/rpc/atsvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-4/+8
metze
2010-03-16s4:torture/rpc/wkssvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-32/+63
metze
2010-03-16s4:torture/rpc/srvsvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-23/+42
metze
2010-03-16s4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-3/+6
metze
2010-03-16s4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-6/+8
metze
2010-03-16s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubsStefan Metzmacher2-24/+25
metze
2010-03-16s4:torture/rpc/unixinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-5/+10
metze
2010-03-16s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG:Günther Deschner1-4/+0
Guenther
2010-03-16s4-smbtorture: make it a bit easier to track failures in RPC-SPOOLSS-PRINTER.Günther Deschner1-5/+15
Guenther
2010-03-16s4:torture-ndr add lsarSetForestTrustInformation ndr testSimo Sorce1-0/+51
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-16s4-lsa: fix dcesrv_lsa_lsaRSetForestTrustInformation server stub.Günther Deschner1-3/+3
Guenther Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-16Revert "Revert "s4-smbtorture: skip extended SetValue test against Samba ↵Stefan Metzmacher1-9/+5
(both dont survive)."" This reverts commit 508c218eb2f4bf8c45dc9d481576c87ed4fecbd3. This lets make test fail. Matthias: please make sure make test still passes when you change things like this...(maybe add something to knownfail or so) metze
2010-03-16s4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_urlStefan Metzmacher1-1/+6
metze
2010-03-16s4:resolve_oids LDB module - not really a change but a nicer method to call ↵Matthias Dieter Wallnöfer1-1/+2
"talloc_reference"
2010-03-16s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce1-2/+2
2010-03-16s4-smbtorture: avoid printf calls in RPC-WINREG test.Günther Deschner1-41/+33
Guenther
2010-03-16Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova6-2/+242
At present the command supports only addition of control access rigts, done so DRS access checks can be tested. It will be expanded to deal with most ways to modify and view a DS ACL. Shifted commands a bit. What used to be net acl is now "net acl nt" as apposed to this, which is "net acl ds" ./bin/net acl ds set --help Usage: set --objectdn=objectdn --car=control right --action=[deny|allow] --trusteedn=trustee-dn Options: -h, --help show this help message and exit --host=HOST LDB URL for database or target server --car=CAR The access control right to allow or deny --action=ACTION Deny or allow access --objectdn=OBJECTDN DN of the object whose SD to modify --trusteedn=TRUSTEEDN DN of the entity that gets access Samba Common Options: -s FILE, --configfile=FILE Configuration file Credentials Options: --simple-bind-dn=DN DN to use for a simple bind --password=PASSWORD Password -U USERNAME, --username=USERNAME Username -W WORKGROUP, --workgroup=WORKGROUP Workgroup -N, --no-pass Don't ask for a password -k KERBEROS, --kerberos=KERBEROS Use Kerberos
2010-03-16s3-spoolss: be very strict on OpenPrinter{Ex} failures for bad names.Günther Deschner1-8/+4
Guenther
2010-03-16s4:dsdb - fix up warningsMatthias Dieter Wallnöfer2-4/+8
2010-03-16s4:registry - use a macro for reverse byte orderMatthias Dieter Wallnöfer2-10/+4
2010-03-16s4:dsdb Show more detail in failure to compute the aggregate DN.Andrew Bartlett1-1/+1
Andrew Bartlett
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett22-52/+125
This choses an appropriate talloc context to attach the schema too, long enough lived to ensure it does not go away before the operation compleates. Andrew Bartlett
2010-03-16s4:dsdb Fix warnings in DEBUG() by casting to unsigned long intAndrew Bartlett1-4/+4
2010-03-16s4:dsdb/acl Reduce calls to dsdb_get_schema() and add memory contextAndrew Bartlett1-24/+46
dsdb_get_schema() isn't a very cheap call, due to the use of LDB opaque pointers. We need to call it less, and instead pass it as a parameter where possible. This also changes to the new API with a talloc context. Andrew Bartlett
2010-03-16s4:dsdb Add a memory context for dsdb_get_schema()Andrew Bartlett1-3/+9
When specified, we talloc_reference onto this context to ensure that pointers found in it are valid for the life of the objects they are placed into. (Such as the string form of LDAP attributes). Andrew Bartlett
2010-03-16s4:dsdb Don't error out if we can't get the Aggregate schema DN yetAndrew Bartlett1-9/+16
It's easier to just set it up when we can, then to deal with the ordering issues in ldb startup. As long as we have it ready if a real client ever asks for it, then we should be happy. Andrew Bartlett
2010-03-16s4:registry - check also for other registry value types in the generic testMatthias Dieter Wallnöfer1-0/+16