1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/smbd
Andrew Tridgell e9ea36e4d2 tridge the destroyer returns!
prompted by the interpret_security() dead code that Jean-Francois
pointed out I added a make target "finddead" that finds potentially
dead (ie. unused) code. It spat out 304 function names ...

I went through these are deleted many of them, making others static
(finddead also reports functions that are used only in the local
file).

in doing this I have almost certainly deleted some useful code. I may
have even prevented compilation with some compile options. I
apologise. I decided it was better to get rid of this code now and add
back the one or two functions that are needed than to keep all this
baggage.

So, if I have done a bit too much "destroying" then let me know. Keep
the swearing to a minimum :)

One bit I didn't do is the ubibt code. Chris, can you look at that?
Heaps of unused functions there. Can they be made static?
(This used to be commit 2204475c87)
1998-09-05 05:07:05 +00:00
..
.cvsignore added ignore rules for the dummy files 1998-08-09 11:25:49 +00:00
blocking.c Fixes for the problem in blocking locks with file_fsp returning the 1998-08-21 01:30:29 +00:00
chgpasswd.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
close.c Bugfix for leak in reference counted file struct. 1998-09-05 03:14:40 +00:00
conn.c added some optimisation for the case where the number of open files is 1998-08-17 06:47:53 +00:00
connection.c More 64 bit stuff - now the fcntl locks are 64 bit clean. 1998-09-04 00:23:28 +00:00
dfree.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
dir.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
dosmode.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
dummy.in these dummy files are needed for autoconf processing 1998-08-09 11:24:15 +00:00
error.c move soem variables from server.c that don't belong there. 1998-08-17 13:44:05 +00:00
fileio.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
filename.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
files.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
groupname.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
ipc.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
mangle.c fixed a bug in the name mangling code. It implicitly assumed that 1998-09-03 03:14:31 +00:00
message.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
negprot.c Bugfix for leak in reference counted file struct. 1998-09-05 03:14:40 +00:00
nttrans.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
open.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
oplock.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
password.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
pipes.c check that a valid pipe is passed before doing a pipe close. 1998-09-01 01:10:01 +00:00
predict.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
process.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
quotas.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
reply.c Modified dev_t and ino_t code to be 64 bit clean (including changes 1998-09-04 20:53:58 +00:00
server.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
service.c this completes the splitup of server.c. 1998-08-17 13:11:34 +00:00
ssl.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
trans2.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
uid.c moved connection_struct handling code into smbd/conn.c and changed it 1998-08-17 06:13:32 +00:00