1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3
Andrew Bartlett 01289b14a7 Make sure that the 'remote' machine name can only be set once. For some weird
reason, during a Win2003 installation, when you select 'domain join' it sends
one machine name in the name exchange, and litraly 'machinename' during the
NTLMSSP login.

Also fix up winbindd's logfile handling, so that it matches smbd and nmbd.

(This helps me, by seperating the logs by pid).

Andrew Bartlett
(This used to be commit afe5a3832f)
2003-03-08 10:22:50 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 2001-09-10 11:08:57 +00:00
auth Make sure that the 'remote' machine name can only be set once. For some weird 2003-03-08 10:22:50 +00:00
bin ignore editreg 2002-12-12 20:52:21 +00:00
client Make sure that the 'remote' machine name can only be set once. For some weird 2003-03-08 10:22:50 +00:00
codepages removed old unused files 2001-10-03 13:05:59 +00:00
groupdb Remove 'unixsam' from the default passdb backends. 2003-02-22 12:01:05 +00:00
include some more code 2003-03-08 00:49:18 +00:00
intl BIG patch... 2003-01-02 09:07:17 +00:00
lib Make sure that the 'remote' machine name can only be set once. For some weird 2003-03-08 10:22:50 +00:00
libads More const fixes. 2003-03-05 01:34:37 +00:00
libsmb Make it clear that this is a fstrcpy(). 2003-03-08 05:18:08 +00:00
locking Fix to allow blocking lock notification to be done rapidly (no wait 2003-02-27 00:43:23 +00:00
modules Fixes to the vfs_fake_perms modules - we only need to specify the VFS 2003-03-03 09:12:40 +00:00
msdfs If it's a pstring, use pstrcpy(). 2003-02-24 09:46:01 +00:00
nmbd Make sure that the 'remote' machine name can only be set once. For some weird 2003-03-08 10:22:50 +00:00
nsswitch Make sure that the 'remote' machine name can only be set once. For some weird 2003-03-08 10:22:50 +00:00
pam_smbpass Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass. 2002-11-24 08:38:53 +00:00
param lp_string: Add note about dodgy StrnCpy use. 2003-03-05 05:19:35 +00:00
passdb - Rename 'modules = ' to 'preload modules = ' 2003-02-27 01:54:41 +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 add #define for the max device name length in a DEVICEMODE 2003-03-06 16:06:12 +00:00
profile More compile warnings. 2002-08-22 17:46:25 +00:00
python Quieten compiler warning. 2003-02-24 04:59:15 +00:00
registry More const fixes. 2003-03-05 01:34:37 +00:00
rpc_client More const fixes and flow on fixes from yesterday's const-fest. 2003-02-25 23:34:57 +00:00
rpc_parse Some progress towards gums and tdbsam2 2003-03-07 18:26:24 +00:00
rpc_server Limit the number of SIDs that may be looked up, in line with existing code 2003-03-07 09:29:56 +00:00
rpcclient safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls the 2003-03-07 09:25:48 +00:00
sam some more code 2003-03-08 00:49:18 +00:00
script Some progress towards gums and tdbsam2 2003-03-07 18:26:24 +00:00
smbd Make sure that the 'remote' machine name can only be set once. For some weird 2003-03-08 10:22:50 +00:00
smbwrapper Finish removing setenv replacements from smbwrapper. 2003-02-24 11:24:27 +00:00
tdb Ensure tdb error code is set for corrupt and i/o errors before calling 2003-02-20 18:54:12 +00:00
tests added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
torture Make smbtorture use the same cli_full_connection() framework as the rest of 2003-03-06 10:37:51 +00:00
ubiqx BIG patch... 2003-01-02 09:07:17 +00:00
utils More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy()) 2003-03-06 07:55:48 +00:00
web Fix HTTP error codes (patch by Vance Lankhaar) 2003-02-28 08:47:22 +00:00
wrepld Make sure that the 'remote' machine name can only be set once. For some weird 2003-03-08 10:22:50 +00:00
.cvsignore also ignore the autom4te-2.53.cache 2003-03-05 08:49:56 +00:00
.dmallocrc Sample configuration for dmalloc. 2002-01-09 06:35:45 +00:00
aclocal.m4 Fixes from Paul Green and vorlon@debian.org for building shared libraries 2003-02-22 12:19:18 +00:00
autogen.sh autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3) 2003-02-10 17:30:20 +00:00
change-log Remove reference to obsolete samba-bugs address. 2003-02-19 00:13:23 +00:00
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 Change ./configure.developer to stay in effect across a 2001-09-25 05:08:05 +00:00
configure.in Add a test for a useful property of the compiler - we can get link-time 2003-03-05 09:33:43 +00:00
Doxyfile Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 03:59:47 +00:00
dynconfig.c Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for instructions. 2003-01-17 20:57:26 +00:00
install-sh merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
Makefile.in Remove 'unixsam' from the default passdb backends. 2003-02-22 12:01:05 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00