1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00
samba-mirror/source3
Andrew Bartlett c3221b8377 Found by my new checking code (yet to be commited):
Allow a service longer than 4 characters in CORE tcon.

Andrew Bartlett
(This used to be commit b56613c1cc)
2003-03-15 06:34:32 +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 Now that mimir has done the grunt work, I'll fix up the comment 2003-03-15 06:10:48 +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 Fresh meat in trusted domains code: 2003-03-14 17:12:40 +00:00
intl BIG patch... 2003-01-02 09:07:17 +00:00
lib fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before dereferencing 2003-03-14 23:11:19 +00:00
libads - Fix a double-free (I can't say I understand the code, but it matches the other 2003-03-12 10:56:55 +00:00
libsmb We haven't implemented The Singing Contexts so far. 2003-03-14 17:20:13 +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 check a pointer before dereferencing it; not sure why userdata == NULL though 2003-03-10 15:05:06 +00:00
nsswitch This patch attemptes to clean up winbindd's mutex locking. 2003-03-11 11:28:59 +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 fixed a strcat noticed by metze 2003-03-12 21:01:25 +00:00
passdb Fresh meat in trusted domains code: 2003-03-14 17:12:40 +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 Added chainlock, chainunlock, lock_bystring and unlock_bystring methods. 2003-03-13 06:09:18 +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 fixed the unmarshalling of the queryaliasmem SAMR call 2003-03-13 04:35:15 +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 Patch from Ronan Waide: 2003-03-11 00:14:55 +00:00
sam more on idmap 2003-03-08 17:29:40 +00:00
script Some progress towards gums and tdbsam2 2003-03-07 18:26:24 +00:00
smbd Found by my new checking code (yet to be commited): 2003-03-15 06:34:32 +00:00
smbwrapper Finish removing setenv replacements from smbwrapper. 2003-02-24 11:24:27 +00:00
stf Add examples of ComfyChair 2003-03-14 04:54:10 +00:00
tdb strictly, you can't #if on somthing that may or may not be defined. 2003-03-15 06:31:23 +00:00
tests added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
torture show which files we fail to create in the casetable test 2003-03-13 04:36:32 +00:00
ubiqx BIG patch... 2003-01-02 09:07:17 +00:00
utils Patch from Ken Cross <kcross@nssolutions.com> to take a username in the form 2003-03-12 10:36:14 +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 Use "$@" to preserve shell quoting in case somebody passes an escaped 2003-03-10 03:04:47 +00:00
configure.in In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, 2003-03-13 06:16:51 +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
Makefile.in fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before dereferencing 2003-03-14 23:11:19 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00