summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in :Luke Leighton1998-10-021-1/+48
* a couple of mode for smbwrapperAndrew Tridgell1998-10-021-2/+6
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-301-4/+18
* (Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1998-09-301-1/+3
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-9/+10
* missed the pdb_sam_to_smb function needed by nispass.cLuke Leighton1998-09-291-0/+1
* added in some pdb_xxx routines that are needed by nispass.cLuke Leighton1998-09-291-1/+9
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-7/+7
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+4
* rpcclient: got samr command "enumusers -g -u" workingLuke Leighton1998-09-251-1/+1
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-251-0/+143
* added wksinfo command to rpcclient, which don't work too good.Luke Leighton1998-09-251-0/+12
* added rpcclient programLuke Leighton1998-09-251-2/+50
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-1/+1
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-8/+7
* replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1998-09-211-2/+0
* lp_fstype() protoAndrew Tridgell1998-09-201-0/+1
* 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-181-1/+9
* got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-181-1/+0
* 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-171-2/+2
* 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