summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison2-0/+2
1998-10-16!pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1-2/+2
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton3-28/+37
1998-10-16cli_nt_session_open() encrypt arg removedLuke Leighton1-1/+1
1998-10-16setup_groups() - code clarification. no functional change.Luke Leighton1-13/+19
1998-10-16only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1-6/+10
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-5/+15
1998-10-16trans2.h: Added Thursby MAC extension.Jeremy Allison1-0/+7
1998-10-16trust passwordLuke Leighton1-3/+3
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton2-24/+3
1998-10-15bug-fixing against:Luke Leighton1-1/+40
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison4-8/+24
1998-10-14more warnings...Luke Leighton1-1/+1
1998-10-14unused variable in pipe_smb_write_XLuke Leighton1-1/+0
1998-10-14dce/rpcLuke Leighton1-4/+4
1998-10-13use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1-4/+4
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-1/+1
1998-10-09dce/rpcLuke Leighton1-1/+1
1998-10-09Added code to convert empty file names to "." so we avoidRichard Sharpe1-0/+12
1998-10-09Add a DEBUG to unix_convertRichard Sharpe1-0/+2
1998-10-08really fixed the warning this time :)Andrew Tridgell1-1/+1
1998-10-08fixed a warningAndrew Tridgell1-1/+1
1998-10-08- don't generate 0 params in tortureAndrew Tridgell1-10/+16
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell3-3/+2
1998-10-07dce/rpcLuke Leighton2-241/+12
1998-10-07return False _and_ a break in a switch statement.Luke Leighton1-1/+0
1998-10-07dce/rpcLuke Leighton4-3/+62
1998-10-06dce/rpcLuke Leighton1-20/+60
1998-10-06using wrong cli_state in "security = domain" call.Luke Leighton1-47/+51
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell1-1/+1
1998-10-05fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell2-7/+8
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-27/+8
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+2
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-7/+7
1998-10-03use O_ACCMODEAndrew Tridgell1-1/+1
1998-10-01got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1-106/+4
1998-09-30Implemented directory-relative opens for NT opens.Jeremy Allison1-4/+78
1998-09-30(Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1-22/+44
1998-09-30libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison2-4/+6
1998-09-29Got very strict about the differences and uses ofJeremy Allison4-36/+41
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison2-10/+48
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison4-19/+14
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-26Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison2-11/+10
1998-09-26Small update to clitar.c to omit warnings about servers notRichard Sharpe1-3/+3
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison5-40/+50
1998-09-25added rpcclient programLuke Leighton1-2/+13
1998-09-25I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1-0/+3
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-4/+35