summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-301-2/+3
* updated prototypesAndrew Tridgell1998-07-291-0/+1
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-291-3/+2
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-24/+15
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-291-0/+1
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-281-1/+2
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-2/+1
* Converted the browser database to a ubi_dLinkList. This should reduce codeChristopher R. Hertel1998-07-241-6/+6
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-231-2/+4
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-171-0/+2
* Makefile: Added nttrans.oJeremy Allison1998-07-161-0/+7
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-0/+3
* util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1998-07-151-1/+2
* nntrans.c: Fully implemented transact rename.Jeremy Allison1998-07-111-1/+1
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-111-0/+1
* Fix for pidfile startup message.Jeremy Allison1998-07-021-1/+1
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-021-1/+0
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-4/+2
* clientgen: Added USE_SSL for client shutdown.Jeremy Allison1998-06-161-1/+0
* Damn, forgot the proto file againRichard Sharpe1998-06-161-0/+1
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-161-0/+14
* client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1998-06-151-0/+1
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-1/+6
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-121-1/+2