summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Use slprintf not snprintf.Jeremy Allison2000-01-121-1/+1
* Fix problems with broken libc fvct returns.Jeremy Allison2000-01-121-1/+8
* Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison2000-01-111-1/+1
* Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison2000-01-111-31/+9
* modified smbd/msrpc credential transfer system. user session keyLuke Leighton2000-01-113-1/+32
* I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-103-27/+140
* don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell2000-01-101-1/+2
* extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell2000-01-081-37/+43
* fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell2000-01-081-3/+5
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-085-10/+9
* added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell2000-01-081-2/+86
* improved the error checkingAndrew Tridgell2000-01-083-27/+86
* smbd/mangle.cJeremy Allison2000-01-085-7/+15
* Fixed deny mode bug :Jeremy Allison2000-01-081-9/+9
* fixed a commentAndrew Tridgell2000-01-071-1/+1
* netbios scope is a DOS_STRINGAndrew Tridgell2000-01-071-1/+1
* always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell2000-01-071-4/+2
* remove scope parameter here tooAndrew Tridgell2000-01-071-3/+3
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-0732-121/+90
* don't use strcpyAndrew Tridgell2000-01-071-1/+2
* don't require readlineAndrew Tridgell2000-01-071-1/+13
* - patch from Rusty to neaten up the code a bitAndrew Tridgell2000-01-072-232/+109
* Removed unneeded #define.Jeremy Allison2000-01-061-2/+0
* Fixed spurious error message when doing a 'put' of an empty file.Jeremy Allison2000-01-061-1/+4
* Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison2000-01-061-19/+80
* Re-added "dfree command" functionality that was described in the man pagesJeremy Allison2000-01-063-1/+50
* Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison2000-01-061-1/+1
* Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2000-01-057-45/+54
* client/client.c: I18N fixes.Jeremy Allison2000-01-053-100/+153
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-059-41/+171
* lower the default hash size a bitAndrew Tridgell2000-01-051-1/+1
* use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell2000-01-051-1/+1
* Added "crap" fix for rotating string buffers. (Increased to 20, added #define).Jeremy Allison2000-01-041-4/+5
* using read_with_timeout(), min data size 16 bytes (DCE/RPC header), maxLuke Leighton2000-01-041-1/+5
* oops, must use read_data() not read(), as read() may only provideLuke Leighton2000-01-041-2/+2
* Fixed getgrent() recurse problem.Jeremy Allison2000-01-041-8/+45
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-0324-1239/+3542
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-036-333/+329
* ignore a few filesAndrew Tridgell2000-01-033-1/+20
* got rid of mem_manAndrew Tridgell2000-01-037-857/+0
* the bulk of the unexpected packet handling code is in hereAndrew Tridgell2000-01-031-0/+160
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-0310-221/+252
* drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell2000-01-031-1/+1
* fixed active shares displayAndrew Tridgell2000-01-031-2/+2
* don't close the database after each claim_connection()Andrew Tridgell2000-01-031-2/+0
* updated docsAndrew Tridgell2000-01-022-3/+7
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-0212-67/+72
* show test result in ops/secAndrew Tridgell2000-01-021-2/+2
* - optimise tdb_store() a littleAndrew Tridgell2000-01-021-7/+15
* Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1999-12-298-468/+1388