summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1998-08-171-1/+3
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-26/+49
* more splitting of server.cAndrew Tridgell1998-08-171-6/+15
* now that we have no global arrays we can start to split up the monsterAndrew Tridgell1998-08-172-8/+19
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-172-0/+54
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-173-11/+14
* converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1998-08-171-1/+1
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-172-8/+3
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-173-13/+12
* I think it is pretty much decided that the next major version will beAndrew Tridgell1998-08-161-1/+1
* added include of sys/resource.hAndrew Tridgell1998-08-162-0/+8
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-162-1/+9
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-162-12/+19
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-153-42/+59
* moved the printing related files to a separate printing/ directory.Andrew Tridgell1998-08-152-27/+27
* configure: Changes for extra headers.Jeremy Allison1998-08-154-3/+34
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-145-189/+251