1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/smbd
Gerald Carter df6d2db4ce merge from old APP_HEAD
* remove corrupt tdb and shutdown (only for printing tdbs, connections,
  sessionid & locking)
* decrement smbd counter in connections.tdb in smb_panic()
* various Makefile hack to get things to link

'max smbd processes' looks like it might be broken.  The counter KEY is not
being set.  Will look into that tomorrow.
(This used to be commit 6e22c5da92)
2004-02-12 05:24:02 +00:00
..
.cvsignore Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the 2003-04-23 14:19:03 +00:00
blocking.c Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems 2003-10-21 21:19:00 +00:00
change_trust_pw.c Fix for bug #273 - smbd crash on machine account change. 2003-09-10 18:34:57 +00:00
chgpasswd.c remerge andrew's cracklib patch from HEAD and fix a compile warnings 2004-02-02 00:08:35 +00:00
close.c More printf portability fixes. Got caught out by some gcc'isms last 2003-07-25 04:24:40 +00:00
conn.c Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit 2003-12-11 20:00:16 +00:00
connection.c merge from old APP_HEAD 2004-02-12 05:24:02 +00:00
dfree.c Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
dir.c Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.elektra.ru> 2003-12-23 07:33:42 +00:00
dosmode.c Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits 2003-11-25 23:25:42 +00:00
error.c Correct fix for excel read-only bug. Add panic for logic error in developer mode. 2003-10-02 17:26:42 +00:00
fake_file.c Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
fileio.c remove unused seek_file(); don't hardcode '\' when printing the auth-user 2004-01-06 19:57:14 +00:00
filename.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 2003-09-05 19:59:55 +00:00
files.c Fix coredump from Samba4 torture suite. 2003-09-17 19:36:38 +00:00
ipc.c Ensure the server can cope with multiple secondary trans 2003-12-01 06:53:10 +00:00
lanman.c Merge of Chris's fix. 2004-01-28 23:41:55 +00:00
mangle_hash2.c Ensure we mangle names ending in '.' in hash2 mangling method. 2003-11-18 01:47:27 +00:00
mangle_hash.c Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <fwc@mt.net> 2003-12-03 23:16:27 +00:00
mangle_map.c Merge from HEAD: 2003-03-17 22:56:13 +00:00
mangle.c Merge from HEAD: 2003-03-17 22:56:13 +00:00
message.c Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed 2003-08-20 22:06:19 +00:00
negprot.c Signing so far... the client code fails on a SMBtrans2 secondary transaction 2003-07-18 00:53:34 +00:00
noquotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_hash.c Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com. 2003-10-06 21:49:40 +00:00
notify_kernel.c Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on 2003-05-15 17:37:52 +00:00
notify.c Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> 2003-10-21 17:40:58 +00:00
ntquotas.c * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA 2004-01-15 08:49:30 +00:00
nttrans.c Make more functions static, and remove duplication in the use of functions 2004-02-08 08:38:42 +00:00
open.c Remove unneeded second open for filename ending in '.' now we know it's 2003-11-18 02:06:41 +00:00
oplock_irix.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
oplock_linux.c Fix more 64-bit printf warnings. 2003-11-03 14:34:25 +00:00
oplock.c An oplock break reply from the client causes the sequence number to be 2003-08-07 05:36:08 +00:00
password.c cleanup patch for bug 977 so we don't display incorrect debug messages 2004-01-31 14:44:27 +00:00
pipes.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
posix_acls.c Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits 2003-11-25 23:25:42 +00:00
process.c Subtract NT_STATUS from common flag, don't add it... 2003-12-01 06:19:17 +00:00
quotas.c * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA 2004-01-15 08:49:30 +00:00
reply.c * BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER; 2004-01-31 18:25:57 +00:00
sec_ctx.c fix for BUG #267 (problem with supplementary groups). 2003-08-09 23:12:35 +00:00
server.c merge from old APP_HEAD 2004-02-12 05:24:02 +00:00
service.c cleaning out patch list; patch from Steve L. to change the cwd before the postexec script 2003-10-03 15:11:24 +00:00
session.c merge from old APP_HEAD 2004-02-12 05:24:02 +00:00
sesssetup.c Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we always 2004-01-26 02:19:44 +00:00
srvstr.c (merge from HEAD) 2003-03-22 13:47:42 +00:00
statcache.c Fix more 64-bit printf warnings. 2003-11-03 14:34:25 +00:00
tdbutil.c merge from old APP_HEAD 2004-02-12 05:24:02 +00:00
trans2.c Ensure the server can cope with multiple secondary trans 2003-12-01 06:53:10 +00:00
uid.c nsswitch/winbindd_util.c: 2004-02-08 11:26:46 +00:00
utmp.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 2003-09-05 19:59:55 +00:00
vfs-wrap.c Patch based on work from James Peach <jpeach@sgi.com> to convert over to 2004-01-06 01:22:14 +00:00
vfs.c Patch based on work from James Peach <jpeach@sgi.com> to convert over to 2004-01-06 01:22:14 +00:00