summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Turns out that Win98 *can* display large volume sizes, even withHerb Lewis1999-02-011-1/+1
* locking/locking_shm.c: Added printf to help track down negative share mode pr...Jeremy Allison1999-02-011-1/+2
* Added proto for the new cli_set_port() function.Jeremy Allison1999-01-261-0/+1
* Added HPUX signal fix for non-restarted waitpid syscall. Fix from Panu Outine...Jeremy Allison1999-01-251-0/+1
* Added code to let NT do a 'delete on close' request on an openJeremy Allison1999-01-211-1/+3
* Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT respondsJeremy Allison1999-01-121-1/+2
* Fixed the 16-bit app directory handle problem (this took *way* longerJeremy Allison1999-01-081-2/+2
* Removed 'counter' from timeout processing. Timeouts now depend on actualJeremy Allison1999-01-071-0/+1
* Fixed the blocking locks and change notify code that got broken inJeremy Allison1999-01-061-9/+4
* Converted the code in smbd/dir.c to use bitmaps instead of a staticJeremy Allison1999-01-061-4/+9
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-291-2/+4
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-221-2/+2
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-221-1/+8
* loadparm.c added function to reset number of services (for swat)Herb Lewis1998-12-161-0/+1
* acconfig.h configure configure.in include/config.h.inJeremy Allison1998-12-151-0/+1
* Makefile.in added PRINTER_OBJ to SWAT_OBJ so swat canHerb Lewis1998-12-101-1/+2
* lib/access.c: Added checks for invalid '*' or '?' characters in hosts allow/d...Jeremy Allison1998-12-091-0/+1
* configure.in: Fixed setresgid check - should use AC_TRY_RUN not AC_TRY_COMPILE.Jeremy Allison1998-12-081-0/+3
* config.guess: UNIXWARE fix.Jeremy Allison1998-12-031-0/+1
* I have done the evil thing :-).Jeremy Allison1998-11-261-2/+5
* In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-251-1/+2
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-241-20/+27
* Changed samba.anu.edu.au -> samba.orgJeremy Allison1998-11-231-1/+2
* smbd/nttrans.c: Added 'only print once' semantics for unimplemented NT SMB ca...Jeremy Allison1998-11-191-0/+1
* Tidied up many string functions with const & size_t.Jeremy Allison1998-11-171-21/+21
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-1/+5
* - new prototypesAndrew Tridgell1998-11-141-1/+1
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* security descriptorsLuke Leighton1998-11-131-1/+3
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-2/+5
* security descriptors.Luke Leighton1998-11-121-5/+15
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-121-2/+3
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-121-6/+18
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+11
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-13/+13
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-121-1/+0
* Added the security changes suggested by Andrew - become theJeremy Allison1998-11-121-0/+1
* changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1998-11-111-1/+1
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-111-0/+2
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-111-1/+1
* clearing up security descriptorLuke Leighton1998-11-111-6/+5
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-6/+8
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+6
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-4/+4
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-8/+11
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+6
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+4
* include/local.h:Jeremy Allison1998-11-101-0/+1
* rpcclient registry commands.Luke Leighton1998-11-101-9/+131