summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-1721-91/+100
* | configure, configure.in: Added fseek64 and ftell64.Jeremy Allison1998-09-171-2/+2
* | preparing for release of 2.0.0 alpha 5Samba Release Account1998-09-1753-53/+53
* | fixed another potential fork bomb where the wins file becomesAndrew Tridgell1998-09-172-0/+5
* | fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1998-09-171-0/+3
* | fixed a typo in my last commitAndrew Tridgell1998-09-171-1/+1
* | fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-174-19/+14
* | Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1998-09-151-15/+22
* | Mapped correct open modes for READ_CONTROL access.Jeremy Allison1998-09-141-2/+3
* | Fixed problems people were having with creating profileJeremy Allison1998-09-142-2/+14
* | Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-117-13/+31
* | Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-117-35/+105
* | Added ssize_t to configure code.Jeremy Allison1998-09-1115-634/+608
* | smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1998-09-102-30/+109
* | fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1998-09-101-3/+11
* | Improved stat cache code by uppercasing any search name that gets added toJeremy Allison1998-09-102-19/+17
* | Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1998-09-092-2/+2
* | Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-087-33/+69