1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/libsmb
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
clientgen.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
credentials.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
dummy.in these dummy files are needed for autoconf processing 1998-08-09 11:24:15 +00:00
namequery.c bounds check next_token() to prevent possible buffer overflows 1998-08-31 03:11:42 +00:00
nmblib.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
nterr.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
smbdes.c reduced the memory footprint a bit by changing some large static int 1998-08-17 06:14:52 +00:00
smbencrypt.c tridge the destroyer returns! 1998-09-05 05:07:05 +00:00
smberr.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00