summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 2.0.1 - updated rpm packaging now we can doJeremy Allison1999-02-061-1/+1
* Directory tidyups to help me track any problems.Jeremy Allison1999-02-051-1/+1
* Fixes for HPUX.Jeremy Allison1999-02-043-11/+12
* Fixed bug where cli->timeout was in milliseconds, but open_sockets_outJeremy Allison1999-02-032-4/+4
* Applying Luke's fix for the multiple DCE/RPC PDU problem to 2.0.Jeremy Allison1999-02-031-4/+3
* 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
* Fixed large (>4GB) filesystem size reporting.Jeremy Allison1999-01-291-0/+2
* Added proto for the new cli_set_port() function.Jeremy Allison1999-01-261-0/+1
* Making the -p functionality in smbclient work again!Richard Sharpe1999-01-261-0/+1
* Makefile.in: Removed SMB_PASSGRP_FILE - not used anywhere. Added --with-lockd...Jeremy Allison1999-01-261-0/+6
* 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-212-1/+4
* Changed version to 2.0.0 for official release.Jeremy Allison1999-01-141-1/+1
* 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-072-1/+3
* Fixed the blocking locks and change notify code that got broken inJeremy Allison1999-01-062-10/+5
* Converted the code in smbd/dir.c to use bitmaps instead of a staticJeremy Allison1999-01-062-4/+14
* Added autoconf test for FTRUNCATE_NEEDS_ROOT.Jeremy Allison1999-01-042-0/+11
* acconfig.h configure configure.in include/config.h.in lib/system.c: Fixed --w...Jeremy Allison1999-01-041-0/+5
* WHATSNEW.txt: Updated for beta5.Jeremy Allison1998-12-312-3/+3
* client/client.c: Fixed comment.Jeremy Allison1998-12-302-0/+22
* Added autoconf detect tests for broken Solaris 2.6 NIS+ include files.Jeremy Allison1998-12-291-0/+4
* Makefile.in configure configure.in include/config.h.in: Added -c -o fixes fro...Jeremy Allison1998-12-291-0/+3
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-291-2/+4
* Configure fixes for QNX and NCR.Jeremy Allison1998-12-222-1/+14
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-222-3/+3
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-222-1/+20
* include/nameserv.h nmbd/nmbd_packets.c nmbd/nmbd_responserecordsdb.c:Jeremy Allison1998-12-171-0/+3
* make sure we include sys/mman.h if availableAndrew Tridgell1998-12-172-1/+4
* include/includes.h: Added MAXHOSTNAMELEN in case it wasn't defined.Jeremy Allison1998-12-171-0/+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.in: Added krb5 libs code b...Jeremy Allison1998-12-161-0/+2
* acconfig.h configure configure.in include/config.h.inJeremy Allison1998-12-153-0/+14
* in 2.0 branch:Andrew Tridgell1998-12-151-0/+11
* WHATSNEW.txt source/include/version.h: Updated for beta4.Jeremy Allison1998-12-152-33/+1
* smb.h add new FLAG_SHARE to indicate which parameters are usedHerb Lewis1998-12-141-4/+5
* Added configure fixes for UNIXWare and tidyups for SINIX.Jeremy Allison1998-12-111-0/+2
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-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
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_0'.cvs2svn Import User1998-12-082-0/+279
|\
| * Adding George's Mac extension include files.Jeremy Allison1998-12-082-0/+279
| * ldap_getpw() also needs to be (void)Luke Leighton1998-12-081-1/+1
| * compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1998-12-081-1/+1
| * adding srvsvc pipe.Luke Leighton1998-12-085-5/+143
| * bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-071-1/+1
| * removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-072-82/+83