summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented directory-relative opens for NT opens.Jeremy Allison1998-09-301-4/+78
* (Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1998-09-301-22/+44
* libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1998-09-302-4/+6
* Got very strict about the differences and uses ofJeremy Allison1998-09-294-36/+41
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-282-10/+48
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-284-19/+14
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1998-09-262-11/+10
* Small update to clitar.c to omit warnings about servers notRichard Sharpe1998-09-261-3/+3
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-255-40/+50
* added rpcclient programLuke Leighton1998-09-251-2/+13
* I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1998-09-251-0/+3
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-4/+35
* nttrans.c:Luke Leighton1998-09-231-0/+1
* Hoist by my own petard with warnings (forgot to set strict warningsJeremy Allison1998-09-231-6/+6
* smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison1998-09-232-3/+3
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-238-191/+653
* look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1998-09-232-18/+25
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* 3 changes:Andrew Tridgell1998-09-202-11/+16