1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3
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
..
aparser
auth Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
bin sync up ignored files from HEAD 2003-01-15 17:40:09 +00:00
client The cli_send_tconX code already determines to send \\server\share to port 139 2003-02-18 00:36:37 +00:00
codepages
groupdb Check return code of string_to_sid. (Merge from HEAD) 2003-02-18 07:05:02 +00:00
include Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
intl Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
lib Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
libads Sync with HEAD for verifying kerberos tickets. 2003-02-19 15:48:12 +00:00
libsmb Fix IRIX build...void fn can't return another void fn 2003-02-21 14:38:14 +00:00
locking When checking is_locked() new WRITE locks conflict with existing READ locks even 2003-02-22 01:09:57 +00:00
modules patch from Hal Roberts check for a valid [f]chmod_acl function pointer before calling it. Fixes seg fault in audit VFS module 2003-02-21 16:15:44 +00:00
msdfs Fix the msdfs proxy handling code in dfsenum to return the cumulative number of 2003-02-11 01:45:48 +00:00
nmbd Merge from HEAD: 2003-01-28 12:07:02 +00:00
nsswitch Merge some random looking setenv related kerberos stuff that makes 2003-02-19 22:50:05 +00:00
pam_smbpass Merge from HEAD - remove silly 'NT or LM# as password' stuff from pam_smbpass. 2003-01-03 01:40:13 +00:00
param (only for HEAD at the moment). 2003-02-09 12:26:58 +00:00
passdb This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit c31455779d) 2003-02-18 05:05:16 +00:00
po added fr.msg from Fanch 2001-12-09 17:06:45 +00:00
popt stop popt from doing its own intl stuff 2001-11-25 00:10:28 +00:00
printing Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the 2003-02-19 01:43:33 +00:00
profile sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
python (Merge from APPLIANCE_HEAD) 2003-02-20 03:35:11 +00:00
registry reverted this patch till I sort out the craziness with UNIHDR 2003-01-17 06:15:18 +00:00
rpc_client Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info() 2003-02-19 22:52:50 +00:00
rpc_parse couple of merges from APP_HEAD 2003-02-21 17:04:01 +00:00
rpc_server Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
rpcclient Remove obsolete files 2003-02-20 19:13:37 +00:00
script autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3) 2003-02-10 17:31:25 +00:00
smbd Merge of server-side authentication changes to 3.0: 2003-02-24 02:35:54 +00:00
smbwrapper Merge minor library fixes from HEAD to 3.0. 2003-02-19 12:31:16 +00:00
tdb Ensure tdb error code is set for corrupt and i/o errors before calling 2003-02-20 19:03:11 +00:00
tests added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
torture correct init, tx Stefan 2003-02-19 22:26:54 +00:00
ubiqx Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
utils Added Volkers "print server role" patch. 2003-02-20 22:09:54 +00:00
web base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). 2003-02-18 23:17:59 +00:00
wrepld Merge from HEAD: 2003-01-14 08:53:59 +00:00
.cvsignore .cvsignore for configure and config.h.in 2003-02-06 10:40:51 +00:00
.dmallocrc Sample configuration for dmalloc. 2002-01-09 06:35:45 +00:00
aclocal.m4 Merge from head CFLAGS/CPPFLAGS and LIBS/LDFLAGS sanitizing 2003-02-15 23:07:59 +00:00
autogen.sh autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3) 2003-02-10 17:31:25 +00:00
change-log
config.guess Update config.guess, config.sub to the versions from the GNU autotools 2003-02-17 23:49:01 +00:00
config.sub Update config.guess, config.sub to the versions from the GNU autotools 2003-02-17 23:49:01 +00:00
configure.developer
configure.in Sync with HEAD for verifying kerberos tickets. 2003-02-19 15:48:12 +00:00
configure.nodebug.developer
Doxyfile Merge from HEAD to allow automatic Doxygen generation. 2003-02-13 01:47:03 +00:00
dynconfig.c merge from HEAD - enable dynamic RPC modules 2003-02-14 00:48:28 +00:00
install-sh
mainpage.dox Make CodingSuggestions show up in the Doxygen pages. 2001-11-16 07:28:23 +00:00
Makefile.in Ignore errors on python_clean target. 2003-02-21 05:51:37 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00