summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-09-27wait_keyboard must still be defined if readline is not availableAlexandre Oliva1-3/+3
1998-09-27Fixed up more possibly uninitialized variables.Richard Sharpe4-6/+9
1998-09-26changed the default filesystem type to NTFS (from Samba)Andrew Tridgell1-1/+1
1998-09-26Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison2-11/+10
1998-09-26Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison7-335/+431
1998-09-26Small update to clitar.c to omit warnings about servers notRichard Sharpe3-8/+9
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison27-324/+478
1998-09-25Added missing display enum.Jeremy Allison1-0/+2
1998-09-25Fixed unused variable warning messages.Jeremy Allison3-15/+1
1998-09-25rpcclient: got samr command "enumusers -g -u" workingLuke Leighton4-17/+31
1998-09-25Moved the extra struct definitions Luke added to smb.h into rpcclient.hJeremy Allison2-0/+197
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton10-178/+839
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton9-26/+1067
1998-09-25added rpcclient programLuke Leighton23-89/+2856
1998-09-25not needed.Luke Leighton1-348/+0
1998-09-25I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1-0/+3
1998-09-24Updates to the scripts for the new 14-char space format of accountJeremy Allison2-2/+2
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison10-128/+245
1998-09-24qualifier name in session_enum was being assumed to exist. if NULL, theLuke Leighton1-2/+2
1998-09-24took out #ifdef'd code in make_samr_r_query_usergroups that copiedLuke Leighton1-10/+0
1998-09-24this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE wereLuke Leighton3-35/+41
1998-09-24removed function names printed out in debug statements (duplicated inLuke Leighton1-33/+37
1998-09-24replaced one of the paragraphs describing nmbd problems. could someoneLuke Leighton1-11/+10
1998-09-24Added a minor fix to clitar.c for a bug.Richard Sharpe1-16/+2
1998-09-24check whether system type is the same as stored in the cache (fullAlexandre Oliva4-330/+475
1998-09-24automatically detect changes in the system type and exit, tellingAndrew Tridgell3-297/+318
1998-09-24some changes to the autoconf supportAndrew Tridgell1-7/+5
1998-09-23nttrans.c:Luke Leighton3-6/+35
1998-09-23Hoist by my own petard with warnings (forgot to set strict warningsJeremy Allison1-6/+6
1998-09-23Fixed data corruption bugs in clitar.c with restores.Richard Sharpe1-17/+58
1998-09-23smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison2-3/+3
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison16-498/+805
1998-09-23look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell2-18/+25
1998-09-23Fixed up warnings in new client code.Jeremy Allison2-47/+47
1998-09-21replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva10-76/+135
1998-09-21major autoconf clean-upAlexandre Oliva28-759/+1065
1998-09-21implemented du and tar -nAlexandre Oliva2-5/+141
1998-09-20lp_fstype() protoAndrew Tridgell1-0/+1
1998-09-203 changes:Andrew Tridgell2-11/+16
1998-09-20added a per-share parameter "fstype" that allows you to select theAndrew Tridgell1-0/+5
1998-09-20add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRINGAndrew Tridgell2-2/+5
1998-09-19Fixed changes in clitar.c that Jeremey noted. One change wasRichard Sharpe1-1/+2
1998-09-19Small bit of paranioa. Ensure that if the incoming name toJeremy Allison1-2/+14
1998-09-19Remove some byte-copying code in unix_format() that did nothing exceptJeremy Allison1-8/+0
1998-09-18Now that Alexandre Oliva has explained the use of acconfig.h toJeremy Allison4-134/+133
1998-09-18Fixed position of LARGE_SMB_OFF_T definition. The SOFF_T define wasJeremy Allison1-8/+6
1998-09-18Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1Jeremy Allison1-2/+2
1998-09-18Fixed problems with premature kernel oplock checkin code.Jeremy Allison4-9/+8
1998-09-18configure configure.in include/config.h.in include/includes.hJeremy Allison8-217/+428
1998-09-18Fixed compile errors in new code.Jeremy Allison1-3/+3