summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1998-09-2110-76/+135
* major autoconf clean-upAlexandre Oliva1998-09-2128-759/+1065
* implemented du and tar -nAlexandre Oliva1998-09-212-5/+141
* lp_fstype() protoAndrew Tridgell1998-09-201-0/+1
* 3 changes:Andrew Tridgell1998-09-202-11/+16
* added a per-share parameter "fstype" that allows you to select theAndrew Tridgell1998-09-201-0/+5
* add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRINGAndrew Tridgell1998-09-202-2/+5
* Fixed changes in clitar.c that Jeremey noted. One change wasRichard Sharpe1998-09-191-1/+2
* Small bit of paranioa. Ensure that if the incoming name toJeremy Allison1998-09-191-2/+14
* Remove some byte-copying code in unix_format() that did nothing exceptJeremy Allison1998-09-191-8/+0
* Now that Alexandre Oliva has explained the use of acconfig.h toJeremy Allison1998-09-184-134/+133
* Fixed position of LARGE_SMB_OFF_T definition. The SOFF_T define wasJeremy Allison1998-09-181-8/+6
* Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1Jeremy Allison1998-09-181-2/+2
* Fixed problems with premature kernel oplock checkin code.Jeremy Allison1998-09-184-9/+8
* configure configure.in include/config.h.in include/includes.hJeremy Allison1998-09-188-217/+428
* Fixed compile errors in new code.Jeremy Allison1998-09-181-3/+3
* preparing for release of 2.0.0 alpha 6Samba Release Account1998-09-1853-53/+53
* oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1998-09-181-1/+2
* Adding rewritten restore code ... Old code is still thereRichard Sharpe1998-09-183-69/+496
* got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-184-36/+7
* gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1998-09-187-84/+49
* added a SMB_OFF_T_BITS define, allowing us to get rid of most of theAndrew Tridgell1998-09-181-0/+2
* fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1998-09-181-1/+1
* removed another use of the LL suffix. Hopefully this is the last oneAndrew Tridgell1998-09-181-21/+19
* fixed a usage of off_t that should have been SMB_OFF_TAndrew Tridgell1998-09-181-1/+1
* got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1998-09-181-15/+4
* include/includes.h:Jeremy Allison1998-09-183-3/+10
* nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1998-09-183-2/+3
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-1722-98/+206