1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3
Andrew Bartlett 61116049ca This patch takes the work the jerry did for beta2, and generalises it:
- The 'not implmented' checks are now done by all auth modules
 - the ntdomain/trustdomain/winbind modules are more presise as to
   what domain names they can and cannot handle
 - The become_root() calls are now around the winbind pipe opening only,
   not the entire auth call
 - The unix username is kept seperate from the NT username, removing the
   need for 'clean off the domain\' in parse_net.c
 - All sid->uid translations are now validated with getpwuid() to put a very
   basic stop to logins with 'half deleted' accounts.

Andrew Bartlett
(This used to be commit 85f88191b9)
2003-07-03 14:36:42 +00:00
..
aparser
auth This patch takes the work the jerry did for beta2, and generalises it: 2003-07-03 14:36:42 +00:00
bin Ignore t_stringoverflow binary. 2003-05-26 23:52:48 +00:00
client Suggest the user runs kinit if smbclient -k returns NT_STATUS_MORE_PROCESSING_REQUIRED. 2003-07-02 03:01:27 +00:00
codepages
groupdb Ok, this patch removes the privilege stuff we had in, unused, for some time. 2003-06-18 15:24:10 +00:00
include This patch takes the work the jerry did for beta2, and generalises it: 2003-07-03 14:36:42 +00:00
intl Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
lib Added fix for Japanese case names in statcache - these can change 2003-07-02 20:01:51 +00:00
libads Implemented 'net ads printer search' which searches the directory for 2003-07-03 05:08:51 +00:00
libsmb fix bug #190; WINS server was getting marked as dead when it was not. 2003-07-03 04:54:49 +00:00
locking More fixes for debug log to catch logic error. 2003-05-22 18:56:51 +00:00
modules Found out a good number of NT_STATUS_IS_ERR used the wrong way. 2003-06-22 10:09:52 +00:00
msdfs Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
nmbd Merge from 3.0: remove bogus static initialisers. 2003-05-27 00:22:29 +00:00
nsswitch * fix the trustdom_cache to work when winbindd is not running. 2003-07-01 03:49:41 +00:00
pam_smbpass Found out a good number of NT_STATUS_IS_ERR used the wrong way. 2003-06-22 10:09:52 +00:00
param Add the 'guest' passdb backend automatically if 2003-06-30 14:55:45 +00:00
passdb Uppercase first letter of debug level 0 statements. 2003-07-02 01:23:13 +00:00
po
popt
printing fix typos in log messages and comments. 2003-07-01 05:45:16 +00:00
profile sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
python Delete outdated file. 2003-06-13 00:07:59 +00:00
registry Fix broken regexp in cvsignore for *.po{,32} files. 2003-04-14 05:38:48 +00:00
rpc_client Fix for bug#3. Show comments when doing 'net group -l'. 2003-06-12 16:21:22 +00:00
rpc_parse This patch takes the work the jerry did for beta2, and generalises it: 2003-07-03 14:36:42 +00:00
rpc_server This patch takes the work the jerry did for beta2, and generalises it: 2003-07-03 14:36:42 +00:00
rpcclient * s/get_dc_name/rpc_dc_name/g (revert a previous change) 2003-06-23 19:05:23 +00:00
sam Fix for idmap startup bug with remote ldap backend. 2003-07-02 22:32:05 +00:00
script merge of the netsamlogon caching code from APPLIANCE_HEAD 2003-06-21 04:05:01 +00:00
smbd Fixing problems in the iconv discovery stuff in configure.in. 2003-07-02 21:15:59 +00:00
smbwrapper Patch from Guenther Deschner to fix build with gcc 3.2 2003-04-24 03:55:22 +00:00
stf Add pythoncheck to make check target. 2003-05-13 04:38:09 +00:00
tdb Different fix for memleak just committed. This belongs into 2003-07-01 13:04:50 +00:00
tests
torture Move up intialisation of logging, so we catch errors in handling 'preload modules' 2003-06-26 17:29:09 +00:00
ubiqx Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
utils Some fixes for ads printer publish: 2003-07-03 05:58:55 +00:00
web Metze's patches: 2003-05-26 16:54:39 +00:00
wrepld Reverse previous patch from Stefan and me after comments by Andrew Bartlett 2003-05-10 11:49:51 +00:00
.cvsignore syncup with head 2003-04-02 06:00:22 +00:00
.dmallocrc
aclocal.m4 Remove the MODULES_CLEAN variable. It's no longer necessary since 2003-06-26 17:33:58 +00:00
autogen.sh Merge of head(1) portability patch. 2003-05-22 00:49:24 +00:00
change-log Remove reference to obsolete samba-bugs address. 2003-02-19 00:13:23 +00:00
config.guess Syncup with version of config.guess from HEAD. 2003-04-14 02:12:02 +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 Use "$@" to preserve shell quoting in case somebody passes an escaped 2003-03-10 03:05:20 +00:00
configure.in Fixing problems in the iconv discovery stuff in configure.in. 2003-07-02 21:15:59 +00:00
Doxyfile Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 04:02:16 +00:00
dynconfig.c merge from HEAD - enable dynamic RPC modules 2003-02-14 00:48:28 +00:00
install-sh
mainpage.dox Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 03:59:47 +00:00
Makefile.in removing nisplussam 2003-07-01 18:08:11 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00