summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-4/+6
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-171-6/+1
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-1/+1
* Added ssize_t to configure code.Jeremy Allison1998-09-111-14/+14
* 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
* 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
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-4/+4
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-8/+14
* 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-011-19/+19
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-6/+6
* 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-301-0/+1
* 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-271-1/+3
* proto changesAndrew Tridgell1998-08-251-1/+5
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-211-1/+2
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-3/+3
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-191-2/+7
* 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-171-8/+12
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-1/+11
* 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-171-3/+3
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-9/+9
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-161-0/+9
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-161-1/+1
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-17/+32
* moved the printing related files to a separate printing/ directory.Andrew Tridgell1998-08-151-24/+24
* configure: Changes for extra headers.Jeremy Allison1998-08-151-2/+2
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-103/+142
* Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1998-08-141-14/+17
* moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1998-08-101-2/+3
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-10/+14
* a few more things compile.Andrew Tridgell1998-08-091-31/+71
* swat compiles, with some even uglier hacks. we really have to doAndrew Tridgell1998-08-091-46/+85
* nmbd compiles and links. I had to do some ugly stuff, putting files inAndrew Tridgell1998-08-091-83/+83
* close to having nmbd linking (just a bit of repository hacking to go)Andrew Tridgell1998-08-091-0/+346
* this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1998-08-091-1110/+692
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-031-0/+5
* This is the checkin of the debug changes.Christopher R. Hertel1998-07-311-5/+9