Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-24 | s3-libsmb: Remove unused ntlmssp_server_start() | Andrew Bartlett | 1 | -121/+0 | |
2012-02-24 | s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-side | Andrew Bartlett | 1 | -99/+327 | |
This uses the common gensec_ntlmssp server code for ntlm_auth, removing the last non-gensec use of the NTLMSSP server. Andrew Bartlett | |||||
2012-02-24 | s3-auth: Provide helper routine to check password and return session_info | Andrew Bartlett | 2 | -0/+31 | |
2012-02-24 | auth: Rename some elements of auth4_context | Andrew Bartlett | 1 | -3/+3 | |
These operate on NTLM authentication, so make that clear. Andrew Bartlett | |||||
2012-02-24 | s3-auth: Add a way to get an auth4_context from the auth stack | Andrew Bartlett | 5 | -12/+114 | |
This will allow us to use the same layer that auth_ntlmssp does in the non-SPNEGO session setup, which will in turn make the authentication code more consistent in the AD server case. Andrew Bartlett | |||||
2012-02-23 | s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
https://bugzilla.samba.org/show_bug.cgi?id=8709 Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Feb 23 19:17:25 CET 2012 on sn-devel-104 | |||||
2012-02-23 | s3: smb_request->vwv can be const | Volker Lendecke | 2 | -2/+2 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Thu Feb 23 12:37:23 CET 2012 on sn-devel-104 | |||||
2012-02-23 | s3-libads: Remove unused ads_set_machine_password() | Andrew Bartlett | 2 | -33/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-23 | s3-libads: Remove unused ads_pull_sids_from_extendeddn() | Andrew Bartlett | 2 | -62/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-23 | s3-utils: Remove unused connect_to_ipc_krb5() | Andrew Bartlett | 2 | -57/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-23 | s3-libsmb: Remove unused spnego functions | Andrew Bartlett | 2 | -120/+0 | |
2012-02-23 | s3-rpc_server Remove unused function auth_generic_server_start() | Andrew Bartlett | 2 | -63/+0 | |
2012-02-23 | s3:wscript_build - fix TDB dependency for source3/lib/util.c | Matthias Dieter Wallnöfer | 1 | -3/+1 | |
https://bugzilla.samba.org/show_bug.cgi?id=8708 Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 23 01:43:04 CET 2012 on sn-devel-104 | |||||
2012-02-22 | s3-vfstest: Return an error code if cmd failed | Volker Lendecke | 1 | -4/+5 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 22 23:56:18 CET 2012 on sn-devel-104 | |||||
2012-02-22 | s3-vfstest: Fake smb_requests | Volker Lendecke | 2 | -0/+28 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 22 17:32:28 CET 2012 on sn-devel-104 | |||||
2012-02-22 | s3-vfstest: Initialize some more | Volker Lendecke | 1 | -0/+4 | |
2012-02-22 | s3: Add an error msg when a share mode entry is discarded | Volker Lendecke | 1 | -0/+2 | |
2012-02-21 | s3: Fix smbd -i | Volker Lendecke | 1 | -0/+1 | |
We end up in a nested event loop without this. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Feb 21 17:24:28 CET 2012 on sn-devel-104 | |||||
2012-02-21 | s3: Fix typos | Volker Lendecke | 1 | -2/+2 | |
2012-02-20 | s3: Fix bug 8567 -- segfault in dom_sid_compare | Volker Lendecke | 1 | -0/+1 | |
The underlying problem was that with ldapsam:trusted we require the a group mapping for the primary group of every user, including root. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 20 22:36:23 CET 2012 on sn-devel-104 | |||||
2012-02-20 | s3-vfstest: Remove an unused variable | Volker Lendecke | 1 | -2/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 20 17:01:11 CET 2012 on sn-devel-104 | |||||
2012-02-20 | selftest: test member server tests in security=ads | Andrew Bartlett | 1 | -13/+13 | |
By testing more things against s3member (which is security=ads against samba4) we can improve our test coverage. Andrew Bartlett | |||||
2012-02-20 | s3-selftest: Add test for ntlm_auth --diagnostics | Andrew Bartlett | 2 | -0/+26 | |
2012-02-20 | s3-ntlm_auth: allow ntlm_auth --diagnostics to pass again | Andrew Bartlett | 3 | -8/+12 | |
This still requires that the server permit LM passwords, but our s3dc test environment has this enabled. Andrew Bartlett | |||||
2012-02-20 | s3-winbindd: pass logon parmeters down to check_sam_security() | Andrew Bartlett | 1 | -2/+6 | |
This allows ntlm_auth --diagnostics to work against the local DC, just as it works against a member server. Andrew Bartlett | |||||
2012-02-19 | s3: Remove a pointless else branch | Volker Lendecke | 1 | -2/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 19 23:14:15 CET 2012 on sn-devel-104 | |||||
2012-02-19 | s3: Fix some blank line endings | Volker Lendecke | 1 | -3/+3 | |
2012-02-19 | s3-vfstest: Initialize some more | Volker Lendecke | 1 | -0/+12 | |
2012-02-19 | s3: get_share_mode_lock_fresh->get_share_mode_lock | Volker Lendecke | 4 | -12/+12 | |
get_share_mode_lock_fresh is just a confusing name Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 19 19:16:41 CET 2012 on sn-devel-104 | |||||
2012-02-19 | s3: get_share_mode_lock->get_existing_share_mode_lock | Volker Lendecke | 7 | -16/+17 | |
2012-02-18 | s3-secrets: Remove unused secrets_delete_generic() | Andrew Bartlett | 2 | -17/+0 | |
Found by callcatcher. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Feb 18 09:01:15 CET 2012 on sn-devel-104 | |||||
2012-02-18 | s3-secrets: Remove unused secrets_delete_machine_password() | Andrew Bartlett | 2 | -14/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-18 | s3-build: allow gcov testing by linking timelimit with --coverage | Andrew Bartlett | 1 | -1/+1 | |
2012-02-18 | Fix a bunch of "unused variable" warnings. | Jeremy Allison | 19 | -133/+11 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 18 06:22:40 CET 2012 on sn-devel-104 | |||||
2012-02-18 | auth: Reorder arguments to generate_session_info | Andrew Bartlett | 2 | -4/+4 | |
This matches check_ntlm_password() and generate_session_info_pac() Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Feb 18 02:19:35 CET 2012 on sn-devel-104 | |||||
2012-02-17 | lib/util: Remove unused sys_sendto() | Andrew Bartlett | 2 | -19/+0 | |
Found by callcatcher. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 17 13:48:05 CET 2012 on sn-devel-104 | |||||
2012-02-17 | lib/util: Remove unused sys_recv() | Andrew Bartlett | 2 | -19/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-17 | s3-lib: Remove unused standard_sub_conn() | Andrew Bartlett | 2 | -20/+0 | |
2012-02-17 | s3-lib Remove unused sys_fcntl_long() | Andrew Bartlett | 2 | -15/+0 | |
2012-02-17 | s3-lib Remove unused sys_fseek() | Andrew Bartlett | 2 | -18/+0 | |
2012-02-17 | s3-registry Remove unused dup_registry_value() and free_registry_value() | Andrew Bartlett | 2 | -56/+0 | |
2012-02-17 | auth: Make more of the ntlmssp code private or static | Andrew Bartlett | 1 | -0/+1 | |
Now that there is only one gensec_ntlmssp server, some of these functions can be static For the rest, put the implemtnation of the gensec_ntlmssp code into ntlmssp_private.h Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-17 | s3-auth: Use common gensec_ntlmssp | Andrew Bartlett | 3 | -40/+5 | |
There is no longer any samba3-specific code left here. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-17 | s3-auth: Use common gensec_ntlmssp_server_start | Andrew Bartlett | 1 | -127/+1 | |
This is now identical code, so there is no need to duplicate it. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-17 | s3-auth: Use the gensec-supplied DNS domain name and hostname. | Andrew Bartlett | 2 | -28/+76 | |
Also have a reasonable fallback for when it is not set. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-17 | s3-auth: Allow NTLMSSP features to be disabled with smb.conf options for testing | Andrew Bartlett | 1 | -9/+23 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-17 | s3-auth: Use the lpcfg_ wrapper calls to set some variables | Andrew Bartlett | 1 | -31/+10 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-17 | s3-auth: Remove a layer of indirection and reorder to match ↵ | Andrew Bartlett | 1 | -18/+15 | |
gensec_ntlmssp_server_start() | |||||
2012-02-17 | s3-auth: Only allow LM_KEY cryptography when extra options are set | Andrew Bartlett | 1 | -1/+6 | |
This crypto is incredibly poor, and can technically be enabled on an otherwise more secure connection that uses NTLM for the actual authentication leg. Therefore disable it by default. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-17 | s3-auth: Inline ntlmssp_server_start() into gensec_ntlmssp3_server_start() | Andrew Bartlett | 1 | -9/+60 | |
This will help syncing this rotuine up with gensec_ntlmssp_server_start(). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |