Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | s4:ntlmssp_server: remove unused variable | Stefan Metzmacher | 2009-12-29 | 1 | -7/+0 | |
| | | | | | | | | metze | |||||
| * | s4:auth/ntlmssp: let get_challenge() return a NTSTATUS and fill a stack buffer | Stefan Metzmacher | 2009-12-29 | 2 | -13/+13 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: change get_challange() to return NTSTATUS | Stefan Metzmacher | 2009-12-29 | 3 | -7/+13 | |
| | | | | | | | | metze | |||||
| * | dsdb: Fix dependencies when building against system ldb. | Jelmer Vernooij | 2009-12-29 | 3 | -11/+12 | |
| | | ||||||
| * | net: Make arguments available to python commands as sys.argv. | Jelmer Vernooij | 2009-12-29 | 1 | -0/+1 | |
| | | ||||||
| * | python: When updating sys.path to include the Samba python path, avoid ↵ | Jelmer Vernooij | 2009-12-29 | 2 | -4/+41 | |
| | | | | | | | | throwing away the changes made by site.py. | |||||
| * | s4/net: Allow options before arguments for Python commands. | Jelmer Vernooij | 2009-12-29 | 2 | -3/+4 | |
| | | ||||||
| * | s4/net: Pass all arguments through to the Python commands. | Jelmer Vernooij | 2009-12-29 | 3 | -18/+21 | |
| | | ||||||
| * | s4/net: Add domainlevel subcommand. | Jelmer Vernooij | 2009-12-29 | 5 | -277/+276 | |
| | | ||||||
| * | s4/net: Use d_printf consistently when reporting errors. | Jelmer Vernooij | 2009-12-29 | 1 | -3/+4 | |
| | | ||||||
| * | Use CommandError exception to deal with problems during net commands. | Jelmer Vernooij | 2009-12-29 | 2 | -20/+34 | |
| | | ||||||
| * | s4/net: Make pwsettings a net subcommand. | Jelmer Vernooij | 2009-12-29 | 2 | -198/+187 | |
| | | ||||||
| * | netcmd: Add some basic tests. | Jelmer Vernooij | 2009-12-29 | 2 | -0/+35 | |
| | | ||||||
| * | s4/net: Support parsing arguments in Python commands. | Jelmer Vernooij | 2009-12-29 | 2 | -17/+112 | |
| | | ||||||
| * | net: Support usage/help of subcommands implemented in Python. | Jelmer Vernooij | 2009-12-29 | 2 | -14/+60 | |
| | | ||||||
| * | net: Support implementing subcommands in python. | Jelmer Vernooij | 2009-12-29 | 2 | -3/+101 | |
| | | ||||||
| * | s4:auth: add auth_get_server_info_principal() prototype to auth.h | Stefan Metzmacher | 2009-12-29 | 1 | -0/+5 | |
| | | | | | | | | metze | |||||
| * | s4:auth: make auth_challenge_may_be_modified() public | Stefan Metzmacher | 2009-12-29 | 2 | -2/+2 | |
| | | | | | | | | metze | |||||
| * | s4:auth: remove autogenerated auth/ntlm/auth_proto.h | Stefan Metzmacher | 2009-12-29 | 2 | -51/+1 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: remove unused p24 variable from ntlmssp_sign_init() | Stefan Metzmacher | 2009-12-29 | 1 | -2/+0 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: move some indentation in ntlmssp_sign.c | Stefan Metzmacher | 2009-12-29 | 1 | -19/+19 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: remove unused ntlmssp_stored_response() | Stefan Metzmacher | 2009-12-29 | 3 | -32/+1 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: remove unused ref_count from ntlmssp_state | Stefan Metzmacher | 2009-12-29 | 2 | -13/+4 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: fix whitespace in ntlmssp.h | Stefan Metzmacher | 2009-12-29 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: fix spelling | Stefan Metzmacher | 2009-12-29 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_type | Stefan Metzmacher | 2009-12-29 | 2 | -2/+2 | |
| | | | | | | | | metze | |||||
| * | s4:ntlmssp: fix whitespaces in ntlmssp.h | Stefan Metzmacher | 2009-12-29 | 1 | -16/+16 | |
| | | | | | | | | metze | |||||
| * | s3: Check for lp_winbind_trusted_domains_only in wb_gettoken() | Volker Lendecke | 2009-12-28 | 2 | -24/+7 | |
| | | | | | | | | This avoids one walk of the domain list | |||||
| * | s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid() | Volker Lendecke | 2009-12-28 | 2 | -22/+12 | |
| | | | | | | | | winbindd_getgrgid was not protected by this. | |||||
| * | s3: Pass netr_DomainTrustList instead of names and sids through ↵ | Volker Lendecke | 2009-12-28 | 7 | -182/+98 | |
| | | | | | | | | (*trusted_domains) | |||||
| * | s3: Simplify winbindd_ads.c:trusted_domains() | Volker Lendecke | 2009-12-28 | 1 | -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 code | Volker Lendecke | 2009-12-28 | 1 | -101/+0 | |
| | | | | | | | | Watch the #if 0 -- we never stored this in the cache anymore | |||||
| * | s3: Simplify winbindd_list_trusted_domains() slightly | Volker Lendecke | 2009-12-28 | 1 | -31/+23 | |
| | | ||||||
| * | s3: Simplify "setup_domain_child" slightly | Volker Lendecke | 2009-12-28 | 2 | -3/+1 | |
| | | ||||||
| * | python: Remove sys.path line rather than updating it when installing to ↵ | Jelmer Vernooij | 2009-12-27 | 2 | -14/+28 | |
| | | | | | | | | python system path. | |||||
| * | s3:winbind Make the normal client exit message a bit more understandable | Volker Lendecke | 2009-12-26 | 1 | -2/+7 | |
| | | ||||||
| * | s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw@samba.org> -- thanks :-) | Volker Lendecke | 2009-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | s3: Fix a bogus uninitialized variable warning | Volker Lendecke | 2009-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | s3: Replace IS_DOMAIN_OFFLINE by a function | Volker Lendecke | 2009-12-26 | 6 | -9/+16 | |
| | | ||||||
| * | s3: Fix some nonempty blank lines | Volker Lendecke | 2009-12-26 | 2 | -5/+5 | |
| | | ||||||
| * | s3: winbindd_cli_state->getgrent_state is no longer used | Volker Lendecke | 2009-12-26 | 4 | -39/+0 | |
| | | ||||||
| * | s3: getgrent_state has been replaced by grent_state | Volker Lendecke | 2009-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | py_net/libnet: Remove C++-style comments, add more error checking, move | Jelmer Vernooij | 2009-12-25 | 2 | -5/+12 | |
| | | | | | | | | initialization of dcerpc subsystem to libnet. | |||||
| * | s4-libnet: Simple test for net.SetPassword() python binding | Kamen Mazdrashki | 2009-12-25 | 1 | -0/+62 | |
| | | | | | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
| * | s4-libnet: Python binding for libnet_SetPassword() | Kamen Mazdrashki | 2009-12-25 | 1 | -6/+66 | |
| | | | | | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
| * | s4-net: Fix 'talloc_free with references ...' error | Kamen Mazdrashki | 2009-12-25 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
| * | s4:auth: change auth_check_password_send/recv to tevent_req | Stefan Metzmacher | 2009-12-24 | 4 | -126/+169 | |
| | | | | | | | | metze | |||||
| * | s4:gensec: change gensec_update_send/recv to tevent_req | Stefan Metzmacher | 2009-12-24 | 5 | -68/+110 | |
| | | | | | | | | metze | |||||
| * | s4:kdc: use the remote and local address from the stream_connection struct | Stefan Metzmacher | 2009-12-24 | 1 | -41/+2 | |
| | | | | | | | | metze | |||||
| * | s4:smbd: hold tsocket_addresses on the stream_connection | Stefan Metzmacher | 2009-12-24 | 3 | -10/+27 | |
| | | | | | | | | metze |