summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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; }
* s3: Remove some unused codeVolker Lendecke2009-12-281-101/+0
| | | | Watch the #if 0 -- we never stored this in the cache anymore
* s3: Simplify winbindd_list_trusted_domains() slightlyVolker Lendecke2009-12-281-31/+23
|
* s3: Simplify "setup_domain_child" slightlyVolker Lendecke2009-12-282-3/+1
|
* python: Remove sys.path line rather than updating it when installing to ↵Jelmer Vernooij2009-12-272-14/+28
| | | | python system path.
* s3:winbind Make the normal client exit message a bit more understandableVolker Lendecke2009-12-261-2/+7
|
* s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw@samba.org> -- thanks :-)Volker Lendecke2009-12-261-1/+1
|
* s3: Fix a bogus uninitialized variable warningVolker Lendecke2009-12-261-1/+1
|
* s3: Replace IS_DOMAIN_OFFLINE by a functionVolker Lendecke2009-12-266-9/+16
|
* s3: Fix some nonempty blank linesVolker Lendecke2009-12-262-5/+5
|
* s3: winbindd_cli_state->getgrent_state is no longer usedVolker Lendecke2009-12-264-39/+0
|
* s3: getgrent_state has been replaced by grent_stateVolker Lendecke2009-12-261-1/+1
|
* py_net/libnet: Remove C++-style comments, add more error checking, moveJelmer Vernooij2009-12-252-5/+12
| | | | initialization of dcerpc subsystem to libnet.
* s4-libnet: Simple test for net.SetPassword() python bindingKamen Mazdrashki2009-12-251-0/+62
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-libnet: Python binding for libnet_SetPassword()Kamen Mazdrashki2009-12-251-6/+66
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-net: Fix 'talloc_free with references ...' errorKamen Mazdrashki2009-12-251-4/+4
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher2009-12-244-126/+169
| | | | metze
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-245-68/+110
| | | | metze
* s4:kdc: use the remote and local address from the stream_connection structStefan Metzmacher2009-12-241-41/+2
| | | | metze
* s4:smbd: hold tsocket_addresses on the stream_connectionStefan Metzmacher2009-12-243-10/+27
| | | | metze
* s4:smb_server: fix mixing socket_address and tsocket_addressStefan Metzmacher2009-12-241-6/+9
| | | | metze
* s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ↵Stefan Metzmacher2009-12-242-0/+32
| | | | | | instead of a socket_address metze
* s4:lib/socket: add helpers functions to convert between socket_address and ↵Stefan Metzmacher2009-12-243-1/+48
| | | | | | tsocket_address metze
* tsocket: only copy the specific part of sockaddr*Stefan Metzmacher2009-12-241-0/+5
| | | | | | | This makes sure we fill the unspefic bytes with 0 and have zero termination for sockaddr_un. metze
* tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher2009-12-241-4/+5
| | | | | | | This is needed as getpeername() truncates the length to 2 if the peer socket has no name. metze
* s3: Remove unused delete_negative_conn_cache()Volker Lendecke2009-12-242-24/+0
|
* s3: Remove unused flush_negative_conn_cache()Volker Lendecke2009-12-242-10/+0
|
* s3: Remove some unnecessary variables from libsmb/conn_cache.cVolker Lendecke2009-12-241-9/+4
|
* s3: Fix a comment in conn_cache.cVolker Lendecke2009-12-241-1/+1
|
* s3: Fix a 64-bit errorVolker Lendecke2009-12-241-4/+5
|