1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/auth/ntlm
Andrew Tridgell fd43e0ee09 added a uid_wrapper library
This library intercepts seteuid and related calls, and simulates them
in a manner similar to the nss_wrapper and socket_wrapper
libraries. This allows us to enable the vfs_unixuid NTVFS module in
the build farm, which means we are more likely to catch errors in the
token manipulation.

The simulation is not complete, but it is enough for Samba4 for
now. The major areas of incompleteness are:

 - no emulation of setreuid, setresuid or saved uids. These would be
   needed for use in Samba3

 - no emulation of ruid changing. That would also be needed for Samba3

 - no attempt to emulate file ownership changing, so code that (for
   example) tests whether st.st_uid matches geteuid() needs special
   handling
2009-08-05 10:51:00 +10:00
..
auth_anonymous.c
auth_developer.c
auth_proto.h
auth_sam.c s4:kerberos Add support for user principal names in certificates 2009-07-28 14:10:47 +10:00
auth_server.c Remove another use of global_loadparm. 2008-11-02 16:07:28 +01:00
auth_simple.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
auth_unix.c
auth_util.c Remove iconv_convenience parameter from simple string push/pull 2008-10-24 03:40:09 +02:00
auth_winbind.c s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers. 2009-06-25 21:36:49 +02:00
auth.c Push sam_get_server_info_principal into the auth subsystem 2009-02-13 14:02:49 +11:00
config.mk added a uid_wrapper library 2009-08-05 10:51:00 +10:00
pam_errors.c Make sure prototypes are always included, make some functions static and 2008-10-20 18:59:51 +02:00
pam_errors.h Make sure prototypes are always included, make some functions static and 2008-10-20 18:59:51 +02:00