summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-083-3/+2
* dce/rpcLuke Leighton1998-10-072-241/+12
* return False _and_ a break in a switch statement.Luke Leighton1998-10-071-1/+0
* dce/rpcLuke Leighton1998-10-074-3/+62
* dce/rpcLuke Leighton1998-10-061-20/+60
* using wrong cli_state in "security = domain" call.Luke Leighton1998-10-061-47/+51
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-1/+1
* fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1998-10-052-7/+8
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-27/+8
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-2/+2
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-7/+7
* use O_ACCMODEAndrew Tridgell1998-10-031-1/+1
* got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1998-10-011-106/+4