summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij2009-12-315-42/+46
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Support 'super' commands implemented in Python.Jelmer Vernooij2009-12-311-14/+15
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Move 'newuser' to 'net newuser'Jelmer Vernooij2009-12-318-86/+95
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Fix tests and documentation of setexpiry.Jelmer Vernooij2009-12-316-67/+69
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Move setexpiry to 'net setexpiry'Jelmer Vernooij2009-12-314-73/+74
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Move 'setpassword' to 'net setpassword'.Jelmer Vernooij2009-12-315-79/+88
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Allow Python commands to return None instead of 0.Jelmer Vernooij2009-12-311-1/+8
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* blackbox.passwords: Use convenience variable for net.Jelmer Vernooij2009-12-311-5/+5
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Fix commands in password tests.Jelmer Vernooij2009-12-311-6/+6
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Allow python subcommands to provide commands that are not recognized byJelmer Vernooij2009-12-311-22/+27
| | | | | | net itself. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Prevent NULL dereference if group has no membersJim McDonough2009-12-301-4/+4
|
* s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer2009-12-301-0/+2
| | | | Jelmer suggested to put them in again.
* net: Add some German translationAndré Hentschel2009-12-301-198/+522
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* s4:ntlmssp: remove mem_ctx from check_password() callback to match s3Stefan Metzmacher2009-12-292-5/+2
| | | | metze
* s4:ntlmssp_server: always call ntlmssp_server_postauth() and decide there if ↵Stefan Metzmacher2009-12-291-5/+11
| | | | | | it's a noop metze
* s4:ntlmssp_server: don't use a mem_ctx for ntlmssp_server_auth()Stefan Metzmacher2009-12-291-13/+7
| | | | metze
* s4:ntlmssp_server: don't use mem_ctx in auth_ntlmssp_check_password()Stefan Metzmacher2009-12-291-16/+8
| | | | metze
* s4:ntlmssp_server: clear session key in ntlmssp_server_preauth()Stefan Metzmacher2009-12-291-3/+1
| | | | metze
* s4:ntlmssp: use data_blob_null in ntlmssp_server_auth()Stefan Metzmacher2009-12-291-4/+6
| | | | metze
* s4:ntlmssp_server: remove unused variableStefan Metzmacher2009-12-291-7/+0
| | | | metze
* s4:auth/ntlmssp: let get_challenge() return a NTSTATUS and fill a stack bufferStefan Metzmacher2009-12-292-13/+13
| | | | metze
* s3:ntlmssp: change get_challange() to return NTSTATUSStefan Metzmacher2009-12-293-7/+13
| | | | metze
* dsdb: Fix dependencies when building against system ldb.Jelmer Vernooij2009-12-293-11/+12
|
* net: Make arguments available to python commands as sys.argv.Jelmer Vernooij2009-12-291-0/+1
|
* python: When updating sys.path to include the Samba python path, avoid ↵Jelmer Vernooij2009-12-292-4/+41
| | | | throwing away the changes made by site.py.
* s4/net: Allow options before arguments for Python commands.Jelmer Vernooij2009-12-292-3/+4
|
* s4/net: Pass all arguments through to the Python commands.Jelmer Vernooij2009-12-293-18/+21
|
* s4/net: Add domainlevel subcommand.Jelmer Vernooij2009-12-295-277/+276
|
* s4/net: Use d_printf consistently when reporting errors.Jelmer Vernooij2009-12-291-3/+4
|
* Use CommandError exception to deal with problems during net commands.Jelmer Vernooij2009-12-292-20/+34
|
* s4/net: Make pwsettings a net subcommand.Jelmer Vernooij2009-12-292-198/+187
|
* netcmd: Add some basic tests.Jelmer Vernooij2009-12-292-0/+35
|
* s4/net: Support parsing arguments in Python commands.Jelmer Vernooij2009-12-292-17/+112
|
* net: Support usage/help of subcommands implemented in Python.Jelmer Vernooij2009-12-292-14/+60
|
* net: Support implementing subcommands in python.Jelmer Vernooij2009-12-292-3/+101
|
* s4:auth: add auth_get_server_info_principal() prototype to auth.hStefan Metzmacher2009-12-291-0/+5
| | | | metze
* s4:auth: make auth_challenge_may_be_modified() publicStefan Metzmacher2009-12-292-2/+2
| | | | metze
* s4:auth: remove autogenerated auth/ntlm/auth_proto.hStefan Metzmacher2009-12-292-51/+1
| | | | metze
* s3:ntlmssp: remove unused p24 variable from ntlmssp_sign_init()Stefan Metzmacher2009-12-291-2/+0
| | | | metze
* s3:ntlmssp: move some indentation in ntlmssp_sign.cStefan Metzmacher2009-12-291-19/+19
| | | | metze
* s3:ntlmssp: remove unused ntlmssp_stored_response()Stefan Metzmacher2009-12-293-32/+1
| | | | metze
* s3:ntlmssp: remove unused ref_count from ntlmssp_stateStefan Metzmacher2009-12-292-13/+4
| | | | metze
* s3:ntlmssp: fix whitespace in ntlmssp.hStefan Metzmacher2009-12-291-1/+1
| | | | metze
* s3:ntlmssp: fix spellingStefan Metzmacher2009-12-291-1/+1
| | | | metze
* s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_typeStefan Metzmacher2009-12-292-2/+2
| | | | metze
* s4:ntlmssp: fix whitespaces in ntlmssp.hStefan Metzmacher2009-12-291-16/+16
| | | | metze
* s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()Volker Lendecke2009-12-282-24/+7
| | | | This avoids one walk of the domain list
* s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()Volker Lendecke2009-12-282-22/+12
| | | | winbindd_getgrgid was not protected by this.
* s3: Pass netr_DomainTrustList instead of names and sids through ↵Volker Lendecke2009-12-287-182/+98
| | | | (*trusted_domains)
* s3: Simplify winbindd_ads.c:trusted_domains()Volker Lendecke2009-12-281-110/+123
| | | | | | | | | | | | | | | No real code change, this just removes an indentation by turning if ( NT_STATUS_IS_OK(result) && trusts.count) { into if (!NT_STATUS_IS_OK(result)) { return result; } if (trusts.count == 0) { return NT_STATUS_OK; }