summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-233-12/+30
* replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1998-09-214-9/+9
* major autoconf clean-upAlexandre Oliva1998-09-213-6/+14
* lp_fstype() protoAndrew Tridgell1998-09-201-0/+1
* add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRINGAndrew Tridgell1998-09-202-2/+5
* Now that Alexandre Oliva has explained the use of acconfig.h toJeremy Allison1998-09-181-4/+5
* Fixed position of LARGE_SMB_OFF_T definition. The SOFF_T define wasJeremy Allison1998-09-181-8/+6
* Fixed problems with premature kernel oplock checkin code.Jeremy Allison1998-09-181-1/+1
* configure configure.in include/config.h.in include/includes.hJeremy Allison1998-09-183-9/+25
* Adding rewritten restore code ... Old code is still thereRichard Sharpe1998-09-181-0/+25
* got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-182-18/+0
* gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1998-09-182-0/+13
* added a SMB_OFF_T_BITS define, allowing us to get rid of most of theAndrew Tridgell1998-09-181-0/+2
* include/includes.h:Jeremy Allison1998-09-181-1/+6
* nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1998-09-181-0/+1
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-174-8/+33
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-174-6/+20
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-171-6/+1
* Fixed problems people were having with creating profileJeremy Allison1998-09-141-0/+10
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-1/+1
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-111-0/+1
* Added ssize_t to configure code.Jeremy Allison1998-09-113-15/+20
* smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1998-09-101-1/+0
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-1/+8
* add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1998-09-061-0/+1
* some people are foolishly running ./configure from other than theAndrew Tridgell1998-09-051-22/+22
* tridge the destroyer returns!Andrew Tridgell1998-09-051-322/+0
* Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-051-0/+2
* got rid of interpret_security(). Thanks to Jean-Francois for pointingAndrew Tridgell1998-09-051-1/+0
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-042-2/+18
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-043-16/+53
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-034-19/+61
* fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1998-09-031-5/+3
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-012-19/+30
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-314-47/+69
* fixed a commentAndrew Tridgell1998-08-311-1/+1
* set a maximum name refresh time of 20 minutes.Andrew Tridgell1998-08-311-0/+4
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-1/+1
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-301-1/+2
* finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1998-08-301-0/+8
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-301-0/+1
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-301-0/+1
* changed the size of a char array in the userdata_struct from 1 to 16Andrew Tridgell1998-08-303-1/+11
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-2/+3
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-273-1/+15
* use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1998-08-261-0/+1
* get includes right for systems that use getpwanam()Andrew Tridgell1998-08-261-0/+6
* took all the rpc includes back out until we can work out _why_ freebsdAndrew Tridgell1998-08-261-24/+0
* added loads of pointless rpcsvc/ and rpc/ include files, all becauseLuke Leighton1998-08-252-0/+35
* proto changesAndrew Tridgell1998-08-251-1/+5