summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-07-04The big character set handling changeover!Andrew Tridgell25-573/+186
2001-07-04check for bad usernames early in session setupAndrew Tridgell1-0/+6
2001-07-04Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2-9/+46
2001-07-03Remove the exit_server() calls that stop nmbd linking.Jeremy Allison1-3/+5
2001-07-03Fixed incorrect debug parameters for lock_pid.Jeremy Allison1-2/+2
2001-07-02Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel1-2/+2
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison3-16/+36
2001-07-01- fix bug in reply_nt- fix bug in reply_nt1Simo Sorce1-4/+4
2001-06-30Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2-11/+11
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison3-126/+145
2001-06-29Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter1-2/+10
2001-06-26Always use DOMAIN\user first that this is the more specific case.Jeremy Allison1-12/+17
2001-06-26Remove warning about trapdoor systems for non-root mode.Andrew Bartlett1-0/+4
2001-06-25Fixed stupid typo that would stop trusted domains working.Jeremy Allison1-4/+3
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell5-16/+16
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-11/+1
2001-06-23Log debug before and after netbios names copied so we know if they've beenJeremy Allison1-0/+3
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2-4/+4
2001-06-23Better fix for client name vulnarability.Jeremy Allison1-0/+2
2001-06-22Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison1-1/+1
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-0/+2
2001-06-22Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison2-137/+164
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-3/+6
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2-26/+30
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2-8/+7
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-1/+1
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell3-0/+41
2001-06-19Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison2-3/+3
2001-06-19Set support for info levels...Jeremy Allison1-20/+14
2001-06-18Best-effort so far implementation of new W2K info levels.Jeremy Allison1-0/+148
2001-06-15Be sure to not use strlen with NULL pointer.Simo Sorce1-1/+2
2001-06-14Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter1-1/+1
2001-06-12Removed commented out msdfs code that was being called anyway.Tim Potter1-2/+0
2001-06-12lib/util_getent.c: removed debug code.Jeremy Allison1-4/+49
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison10-36/+70
2001-06-08Log tdb failures.Jeremy Allison1-2/+6
2001-06-08Extra stuff for large readwrite support.Jeremy Allison1-1/+2
2001-06-08Correctly make max pathlength 255.Jeremy Allison1-1/+1
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison1-2/+5
2001-06-05Deal with incorrect large writes from old NT4.x clients.Jeremy Allison1-1/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-06-01Added *.po to .cvsignore files.Tim Potter1-0/+1
2001-05-31Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison1-1/+1
2001-05-30use the new tdb_open_log() fn on connections databaseAndrew Tridgell1-1/+1
2001-05-25i18n fix for domain_client_validate()Tim Potter1-1/+1
2001-05-25return an error code on password attack, rather than exiting.Andrew Tridgell1-4/+7
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2-11/+9
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison3-7/+8
2001-05-23Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison1-3/+10
2001-05-23This is *very* cool. I'm pretty convinced we can just set theJeremy Allison1-0/+1