1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source3
Simo Sorce e87f9a29b7 shouldn't wellknown group be well.. ..WKN_GRP ?
make a new sam_Account contain our domain by default, windows will complain
on logon otherwise.
fix stupid typo in idmap_util.c
(This used to be commit 21701876dc)
2003-05-02 08:03:25 +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 *id_to_*id call reshape to return NTSTATUS errors 2003-05-01 11:47:48 +00:00
bin Build and run the lib/snprintf.c test cases from "make check". 2003-04-14 06:07:25 +00:00
client Merge of -W fixes for bug #39: 2003-04-28 06:59:08 +00:00
codepages removed old unused files 2001-10-03 13:05:59 +00:00
groupdb shouldn't wellknown group be well.. ..WKN_GRP ? 2003-05-02 08:03:25 +00:00
include This is a nice rewrite: 2003-04-29 22:06:16 +00:00
intl BIG patch... 2003-01-02 09:07:17 +00:00
lib Refactor existing sock_exec() and socketpair_tcp() functions into their own 2003-04-30 17:35:56 +00:00
libads Store the type of 'sec channel' that we establish to the DC. If we are a 2003-04-16 10:20:14 +00:00
libsmb For NTLM2 (not yet even close to real implementation) we must use the 2003-04-21 12:17:02 +00:00
locking Fix for very subtle POSIX lock interaction race condition found by 2003-04-04 20:38:25 +00:00
modules Use NTSTATUS as return value for smb_register_*() functions and init_module() 2003-04-28 18:33:25 +00:00
msdfs For deep referrals, track consumed path using a counter, and calculate the 2003-04-23 19:05:47 +00:00
nmbd Typo in error message 2003-04-28 12:29:25 +00:00
nsswitch proper wellknown sids initialization at startup 2003-05-01 14:08:00 +00:00
pam_smbpass *id_to_*id call reshape to return NTSTATUS errors 2003-05-01 11:47:48 +00:00
param removing printing = SOFTQ since no one knows what it is 2003-04-29 05:30:42 +00:00
passdb shouldn't wellknown group be well.. ..WKN_GRP ? 2003-05-02 08:03:25 +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 removing printing = SOFTQ since no one knows what it is 2003-04-29 05:30:42 +00:00
profile More compile warnings. 2002-08-22 17:46:25 +00:00
python smbcquota patch from metze 2003-04-11 23:32:00 +00:00
registry Fix broken regexp in cvsignore for *.po{,32} files. 2003-04-14 05:38:48 +00:00
rpc_client Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. 2003-04-28 18:43:46 +00:00
rpc_parse parse_string is only used for the authentication negotiators. 2003-04-22 15:55:07 +00:00
rpc_server *id_to_*id call reshape to return NTSTATUS errors 2003-05-01 11:47:48 +00:00
rpcclient Perform lp_load() before popt to fix -W option. 2003-04-28 07:03:08 +00:00
sam shouldn't wellknown group be well.. ..WKN_GRP ? 2003-05-02 08:03:25 +00:00
script remove convert_smbpasswd and addtosmbpass from tree; people can get them from 2.2. if they still need them 2003-04-29 15:24:52 +00:00
smbd Fix uninitialized blobs reported by Luke Howard. 2003-05-01 18:11:59 +00:00
smbwrapper Patch from Guenther Deschner to fix build with gcc 3.2 2003-04-24 03:55:22 +00:00
stf Build and run the lib/snprintf.c test cases from "make check". 2003-04-14 06:07:25 +00:00
tdb Multi-line string constants have been deprecated in newer versions of gcc. 2003-04-14 01:41:53 +00:00
tests added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
torture Merge compile and other fixes from 3.0 to HEAD. 2003-04-28 08:54:51 +00:00
ubiqx BIG patch... 2003-01-02 09:07:17 +00:00
utils init wellknown in pdbedit too 2003-05-01 14:32:24 +00:00
web Added patch from Stephen Roylance. 2003-04-24 02:34:27 +00:00
wrepld Don't use old usage() function, but the one from popt. 2003-03-24 14:32:11 +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 Always rebuild modules after running ./configure (to prevent 2003-03-25 22:37:43 +00:00
autogen.sh Make autogen.sh more portable by having it work on both Linux and FreeBSD 2003-04-06 02:46:10 +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 Fix the 'weird' charset module. Also, built it by default for 2003-04-26 11:38:42 +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 Refactor existing sock_exec() and socketpair_tcp() functions into their own 2003-04-30 17:35:56 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00