1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/auth
Andrew Bartlett e72ecdc862 Merge of server-side authentication changes to 3.0:
- user_ok() and user_in_group() now take a list of groups, instead of
   looking for the user in the members of all groups.

 - The 'server_info' returned from the authentication is now kept around
  - in future we won't copy the sesion key, username etc, we will just
    referece them directly.

 - rhosts upgraded to use the SAM if possible, otherwise fake up based on
   getpwnam().

 - auth_util code to deal with groups upgraded to deal with non-winbind domain
   members again.

Andrew Bartlett
(This used to be commit 74b5436c75)
2003-02-24 02:35:54 +00:00
..
auth_builtin.c Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. 2002-12-11 23:54:46 +00:00
auth_compat.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
auth_domain.c Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD. 2003-01-14 07:26:12 +00:00
auth_ntlmssp.c Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
auth_rhosts.c Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
auth_sam.c Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. Fixes 2003-02-16 22:23:33 +00:00
auth_server.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
auth_unix.c Cleanups: (merge from HEAD) 2003-02-10 11:47:21 +00:00
auth_util.c Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
auth_winbind.c Ensure that only parse_prs.c access internal members of the prs_struct. 2003-02-14 22:55:46 +00:00
auth.c Merge from HEAD: 2003-01-28 12:07:02 +00:00
pampass.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
pass_check.c Cleanups: (merge from HEAD) 2003-02-10 11:47:21 +00:00