Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-20 | auth: Split out make_user_info_SamBaseInfo and add authenticated argument | Andrew Bartlett | 1 | -2/+5 | |
This will allow the source3 auth code to call this without needing to double-parse the SIDs Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-05-08 | s4-auth Rename auth -> auth4 to avoid conflict with s3 auth | Andrew Bartlett | 1 | -2/+2 | |
2011-03-19 | source4/auth/ntlm: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+2 | |
2011-02-09 | s4-auth Rework auth subsystem to remove struct auth_serversupplied_info | Andrew Bartlett | 1 | -6/+6 | |
This changes auth_serversupplied_info into the IDL-defined struct auth_user_info_dc. This then in turn contains a struct auth_user_info, which is the only part of the structure that is mainted into the struct session_info. The idea here is to avoid keeping the incomplete results of the authentication (such as session keys, lists of SID memberships etc) in a namespace where it may be confused for the finalised results. Andrew Barltett | |||||
2010-10-12 | libcli/security Use common security.h | Andrew Bartlett | 1 | -1/+1 | |
This includes dom_sid.h and security_token.h and will be moved to the top level shortly. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 03:35:36 UTC 2010 on sn-devel-104 | |||||
2010-09-03 | s4:auth_winbind: use irpc_binding_handle_by_name() | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2010-09-03 | s4:auth_winbind: remove unused winbind_samba3 backend | Stefan Metzmacher | 1 | -121/+0 | |
This uses the winbind protocol directly, which needs to be avoided! metze | |||||
2010-09-03 | s4:auth_winbind: fix segfault in winbind_check_password_wbclient() | Stefan Metzmacher | 1 | -1/+5 | |
We should only look at err if WBC_ERR_AUTH_ERROR is returned. metze | |||||
2010-09-03 | s4:auth_winbind: fix compiler warnings | Stefan Metzmacher | 1 | -4/+11 | |
metze | |||||
2010-05-20 | s4:auth Push check for messaging context into winbind backend | Andrew Bartlett | 1 | -0/+5 | |
If we don't use the winbind backend, we don't (for now) need a messaging context- and we don't have one in LDB at the moment. Andrew Bartlett | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -7/+4 | |
2009-12-22 | s4:auth Change 'get_challenge' API to be more like Samba3 | Andrew Bartlett | 1 | -3/+3 | |
It is just easier to fill in the known to be 8 byte challenge than stuff about with allocated pointers. Andrew Bartlett | |||||
2009-06-25 | s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers. | Kai Blin | 1 | -63/+16 | |
Thanks to gd for the catch. | |||||
2009-06-25 | s4 auth_winbind: Don't allocate the rids for the info3 structure within the loop | Kai Blin | 1 | -4/+4 | |
2009-06-25 | s4: Add libwbclient backend to auth_winbind | Kai Blin | 1 | -0/+215 | |
2009-01-21 | s4:auth: move make_server_info_netlogon_validation() function arround | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-05-05 | Fix the build after the auth/ -> auth/ntlm/ rename | Andrew Bartlett | 1 | -1/+1 | |
I need to fix up the header inclusion, but this fixes things for now. Andrew Bartlett (This used to be commit 7c07edb24b31e7dc3e9b836ec4a6680ee2b04276) | |||||
2008-05-05 | Move NTLM authentication details into auth/ntlm | Andrew Bartlett | 1 | -0/+282 | |
This should help clarify the role of the various files around here (done on Jelmer's request). Andrew Bartlett (This used to be commit efa399037511ced8978f2e7661a71aac7a384883) |