summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell3-27/+140
2000-01-10don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell1-1/+2
2000-01-08extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell1-37/+43
2000-01-08fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell1-3/+5
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell5-10/+9
2000-01-08added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell1-2/+86
2000-01-08improved the error checkingAndrew Tridgell3-27/+86
2000-01-08Fix minor typos in the yodl for smb.conf.5 and fix minor English problems :-)Richard Sharpe1-2/+2
2000-01-08smbd/mangle.cJeremy Allison5-7/+15
2000-01-08Fixed deny mode bug :Jeremy Allison1-9/+9
2000-01-07fixed a commentAndrew Tridgell1-1/+1
2000-01-07the -i options are gone from nmbd and smbd - use the smb.confAndrew Tridgell2-18/+2
2000-01-07netbios scope is a DOS_STRINGAndrew Tridgell1-1/+1
2000-01-07always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell1-4/+2
2000-01-07remove scope parameter here tooAndrew Tridgell1-3/+3
2000-01-07added "netbios scope" docsAndrew Tridgell1-0/+8
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell32-121/+90
2000-01-07don't use strcpyAndrew Tridgell1-1/+2
2000-01-07don't require readlineAndrew Tridgell1-1/+13
2000-01-07- patch from Rusty to neaten up the code a bitAndrew Tridgell2-232/+109
2000-01-06Removed unneeded #define.Jeremy Allison1-2/+0
2000-01-06Fixed spurious error message when doing a 'put' of an empty file.Jeremy Allison1-1/+4
2000-01-06Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison1-19/+80
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison3-1/+50
2000-01-06Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison1-1/+1
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison7-45/+54
2000-01-05client/client.c: I18N fixes.Jeremy Allison3-100/+153
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell9-41/+171
2000-01-05lower the default hash size a bitAndrew Tridgell1-1/+1
2000-01-05use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell1-1/+1
2000-01-04Added "crap" fix for rotating string buffers. (Increased to 20, added #define).Jeremy Allison1-4/+5
2000-01-04using read_with_timeout(), min data size 16 bytes (DCE/RPC header), maxLuke Leighton1-1/+5
2000-01-04oops, must use read_data() not read(), as read() may only provideLuke Leighton1-2/+2
2000-01-04Fixed getgrent() recurse problem.Jeremy Allison1-8/+45
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton24-1239/+3542
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell6-333/+329
2000-01-03ignore a few filesAndrew Tridgell3-1/+20
2000-01-03got rid of mem_manAndrew Tridgell7-857/+0
2000-01-03the bulk of the unexpected packet handling code is in hereAndrew Tridgell1-0/+160
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell10-221/+252
2000-01-03drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell1-1/+1
2000-01-03fixed active shares displayAndrew Tridgell1-2/+2
2000-01-03don't close the database after each claim_connection()Andrew Tridgell1-2/+0
2000-01-02updated docsAndrew Tridgell2-3/+7
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell12-67/+72
2000-01-02show test result in ops/secAndrew Tridgell1-2/+2
2000-01-02- optimise tdb_store() a littleAndrew Tridgell1-7/+15
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison8-468/+1388
1999-12-24a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1-0/+117
1999-12-24fixed more locking bugs - all seems OK nowAndrew Tridgell2-42/+67