summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-18oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1-1/+2
1998-09-18Adding rewritten restore code ... Old code is still thereRichard Sharpe3-69/+496
1998-09-18got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell4-36/+7
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell7-84/+49
1998-09-18added a SMB_OFF_T_BITS define, allowing us to get rid of most of theAndrew Tridgell1-0/+2
1998-09-18fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1-1/+1
1998-09-18removed another use of the LL suffix. Hopefully this is the last oneAndrew Tridgell1-21/+19
1998-09-18fixed a usage of off_t that should have been SMB_OFF_TAndrew Tridgell1-1/+1
1998-09-18got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1-15/+4
1998-09-18include/includes.h:Jeremy Allison3-3/+10
1998-09-18nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison3-2/+3
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison22-98/+206
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison21-91/+100
1998-09-17configure, configure.in: Added fseek64 and ftell64.Jeremy Allison1-2/+2
1998-09-17fixed another potential fork bomb where the wins file becomesAndrew Tridgell2-0/+5
1998-09-17fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1-0/+3
1998-09-17fixed a typo in my last commitAndrew Tridgell1-1/+1
1998-09-17fixed a potential problem with wins_write_database() child processes.Andrew Tridgell4-19/+14
1998-09-15Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1-15/+22
1998-09-14Mapped correct open modes for READ_CONTROL access.Jeremy Allison1-2/+3
1998-09-14Fixed problems people were having with creating profileJeremy Allison2-2/+14
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison7-13/+31
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison7-35/+105
1998-09-11Added ssize_t to configure code.Jeremy Allison15-634/+608
1998-09-10smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison2-30/+109
1998-09-10fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1-3/+11
1998-09-10Improved stat cache code by uppercasing any search name that gets added toJeremy Allison2-19/+17
1998-09-09Copyright notices written to debug logs are now through 1998.Christopher R. Hertel2-2/+2
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison7-33/+69
1998-09-07added 0x10 to the frag length in the "bind ack".Luke Leighton1-1/+1
1998-09-06add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell3-2/+15
1998-09-05fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1-1/+5
1998-09-05added a configuration summary at the end of ./configure. It alsoAndrew Tridgell3-0/+55
1998-09-05expand the sysv shmem test to look for semaphores as well as sharedAndrew Tridgell1-1/+21
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell13-21/+23