summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* fixed bug where we looked at the first byte of a password to determineAndrew Tridgell2001-07-061-12/+2
* Fix race where wrong action (created or opened) could be returned.Jeremy Allison2001-07-051-0/+8
* Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CBJeremy Allison2001-07-051-0/+6
* this fixes the failure of MS office on VFAT partitions on LinuxAndrew Tridgell2001-07-051-30/+29
* fixed a bug in the parameters SMBctemp uses in open_file_shared()Andrew Tridgell2001-07-051-8/+7
* use alpha_strcpy on the domain as it comes off the wireAndrew Tridgell2001-07-051-8/+3
* allow to use usrmgr/svrmgr tools in win95Jean-François Micouleau2001-07-041-5/+7
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-0416-49/+49
* The big character set handling changeover!Andrew Tridgell2001-07-0425-573/+186
* check for bad usernames early in session setupAndrew Tridgell2001-07-041-0/+6
* Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2001-07-042-9/+46
* Remove the exit_server() calls that stop nmbd linking.Jeremy Allison2001-07-031-3/+5
* Fixed incorrect debug parameters for lock_pid.Jeremy Allison2001-07-031-2/+2
* Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel2001-07-021-2/+2
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-023-16/+36
* - fix bug in reply_nt- fix bug in reply_nt1Simo Sorce2001-07-011-4/+4
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-302-11/+11
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-293-126/+145
* Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter2001-06-291-2/+10
* Always use DOMAIN\user first that this is the more specific case.Jeremy Allison2001-06-261-12/+17
* Remove warning about trapdoor systems for non-root mode.Andrew Bartlett2001-06-261-0/+4
* Fixed stupid typo that would stop trusted domains working.Jeremy Allison2001-06-251-4/+3
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-255-16/+16
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-11/+1
* Log debug before and after netbios names copied so we know if they've beenJeremy Allison2001-06-231-0/+3
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-232-4/+4
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
* Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison2001-06-221-1/+1
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-0/+2
* Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison2001-06-222-137/+164
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-3/+6
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-212-26/+30
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-212-8/+7
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-1/+1
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-203-0/+41
* Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison2001-06-192-3/+3
* Set support for info levels...Jeremy Allison2001-06-191-20/+14
* Best-effort so far implementation of new W2K info levels.Jeremy Allison2001-06-181-0/+148
* Be sure to not use strlen with NULL pointer.Simo Sorce2001-06-151-1/+2
* Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter2001-06-141-1/+1
* Removed commented out msdfs code that was being called anyway.Tim Potter2001-06-121-2/+0
* lib/util_getent.c: removed debug code.Jeremy Allison2001-06-121-4/+49
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-0910-36/+70
* Log tdb failures.Jeremy Allison2001-06-081-2/+6
* Extra stuff for large readwrite support.Jeremy Allison2001-06-081-1/+2
* Correctly make max pathlength 255.Jeremy Allison2001-06-081-1/+1
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-2/+5
* Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Added *.po to .cvsignore files.Tim Potter2001-06-011-0/+1