summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* changed the default permissions code to do this:Andrew Tridgell1998-08-251-0/+1
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-2/+2
* resource.h on FreeBSD 2.1 requires sys/time.h to come first.Luke Leighton1998-08-241-11/+11
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-0/+4
* expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)Andrew Tridgell1998-08-221-1/+1
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-212-5/+2
* added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1998-08-211-0/+3
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-3/+3
* added a test for a working setresuidAndrew Tridgell1998-08-191-3/+1
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-192-2/+9