summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* fix directory creation mechanism; the optimized version would not work :-(Alexandre Oliva1998-09-291-25/+44
* optimize creation of directories in build treeAlexandre Oliva1998-09-291-20/+25
* get away with dummy and .dummy filesAlexandre Oliva1998-09-2920-45/+14
* added WITH_SMBMOUNTAlexandre Oliva1998-09-293-1/+3
* Now have a better solution to the need to have smblcient findRichard Sharpe1998-09-292-0/+13
* Fixed stupid bug with "cd /" appending a "/" character to the path forever....Jeremy Allison1998-09-291-0/+2
* got rid of the memcpy() prototype and used includes.h instead.Andrew Tridgell1998-09-291-3/+1
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-286-20/+100
* Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1998-09-281-1/+5
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-2838-787/+1150
* Two changes in this ball...Michael Warfield1998-09-286-1026/+656
* made bad boolean values stand out a little betterAndrew Tridgell1998-09-281-1/+1
* Backed out that just as ill-considered change :-(Richard Sharpe1998-09-281-9/+0
* The previous fix for WINS on the WINS server was wrong. ItRichard Sharpe1998-09-281-3/+10
* Make sure that WINS Server = 127.0.0.1 in case weRichard Sharpe1998-09-281-1/+3
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-2824-39/+29
* wait_keyboard must still be defined if readline is not availableAlexandre Oliva1998-09-271-3/+3
* Fixed up more possibly uninitialized variables.Richard Sharpe1998-09-274-6/+9
* changed the default filesystem type to NTFS (from Samba)Andrew Tridgell1998-09-261-1/+1
* Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1998-09-262-11/+10
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-267-335/+431
* Small update to clitar.c to omit warnings about servers notRichard Sharpe1998-09-263-8/+9
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-2527-324/+478
* Added missing display enum.Jeremy Allison1998-09-251-0/+2
* Fixed unused variable warning messages.Jeremy Allison1998-09-253-15/+1
* rpcclient: got samr command "enumusers -g -u" workingLuke Leighton1998-09-254-17/+31
* Moved the extra struct definitions Luke added to smb.h into rpcclient.hJeremy Allison1998-09-252-0/+197
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-2510-178/+839
* added wksinfo command to rpcclient, which don't work too good.Luke Leighton1998-09-259-26/+1067
* added rpcclient programLuke Leighton1998-09-2523-89/+2856
* not needed.Luke Leighton1998-09-251-348/+0
* I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1998-09-251-0/+3
* Updates to the scripts for the new 14-char space format of accountJeremy Allison1998-09-242-2/+2
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-2410-128/+245
* qualifier name in session_enum was being assumed to exist. if NULL, theLuke Leighton1998-09-241-2/+2
* took out #ifdef'd code in make_samr_r_query_usergroups that copiedLuke Leighton1998-09-241-10/+0
* this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE wereLuke Leighton1998-09-243-35/+41
* removed function names printed out in debug statements (duplicated inLuke Leighton1998-09-241-33/+37
* replaced one of the paragraphs describing nmbd problems. could someoneLuke Leighton1998-09-241-11/+10
* Added a minor fix to clitar.c for a bug.Richard Sharpe1998-09-241-16/+2
* check whether system type is the same as stored in the cache (fullAlexandre Oliva1998-09-244-330/+475
* automatically detect changes in the system type and exit, tellingAndrew Tridgell1998-09-243-297/+318
* some changes to the autoconf supportAndrew Tridgell1998-09-241-7/+5
* nttrans.c:Luke Leighton1998-09-233-6/+35
* Hoist by my own petard with warnings (forgot to set strict warningsJeremy Allison1998-09-231-6/+6
* Fixed data corruption bugs in clitar.c with restores.Richard Sharpe1998-09-231-17/+58
* 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-2316-498/+805
* look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1998-09-232-18/+25
* Fixed up warnings in new client code.Jeremy Allison1998-09-232-47/+47