summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* removed comment line at end of fileLuke Leighton1998-11-021-1/+0
* Fixed bug (that I introduced when doing the "delete on close" workJeremy Allison1998-10-291-7/+9
* Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1998-10-281-0/+1
* Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1998-10-281-1/+1
* debug string with no %s parameter. oopsLuke Leighton1998-10-271-1/+2
* Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1998-10-261-2/+5
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-0/+1
* Handle the case where multiple smbd have the file open, some of whomJeremy Allison1998-10-232-17/+76
* possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1998-10-231-9/+1
* Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1998-10-231-36/+39
* Fixed debug reporting in the changed code.Jeremy Allison1998-10-231-1/+6
* Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1998-10-231-3/+4
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-235-4/+109
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-236-67/+100
* server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1998-10-221-1/+1
* extern fstring global_myworkgroup should be a pstringLuke Leighton1998-10-221-2/+2
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-223-34/+71
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-212-5/+5
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-214-17/+41
* signed / unsigned issuesLuke Leighton1998-10-212-2/+2
* at the interop Isaac (at least I _think_ it was Isaac) said that if aAndrew Tridgell1998-10-211-1/+14
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-201-1/+1
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-201-19/+8
* smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1998-10-202-12/+76
* - dce/rpc codeLuke Leighton1998-10-194-138/+234
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-184-19/+70
* check for lp_nt_pipe_support() in open callsAndrew Tridgell1998-10-182-2/+2
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-172-0/+2
* !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1998-10-161-2/+2
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-163-28/+37
* cli_nt_session_open() encrypt arg removedLuke Leighton1998-10-161-1/+1
* setup_groups() - code clarification. no functional change.Luke Leighton1998-10-161-13/+19
* only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1998-10-161-6/+10
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-161-5/+15
* trans2.h: Added Thursby MAC extension.Jeremy Allison1998-10-161-0/+7
* trust passwordLuke Leighton1998-10-161-3/+3
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-152-24/+3
* bug-fixing against:Luke Leighton1998-10-151-1/+40
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-154-8/+24
* more warnings...Luke Leighton1998-10-141-1/+1
* unused variable in pipe_smb_write_XLuke Leighton1998-10-141-1/+0
* dce/rpcLuke Leighton1998-10-141-4/+4
* use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1998-10-131-4/+4
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-091-1/+1
* dce/rpcLuke Leighton1998-10-091-1/+1
* Added code to convert empty file names to "." so we avoidRichard Sharpe1998-10-091-0/+12
* Add a DEBUG to unix_convertRichard Sharpe1998-10-091-0/+2
* really fixed the warning this time :)Andrew Tridgell1998-10-081-1/+1
* fixed a warningAndrew Tridgell1998-10-081-1/+1
* - don't generate 0 params in tortureAndrew Tridgell1998-10-081-10/+16