summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* make browseable and available BASIC parameters for swatHerb Lewis1998-12-181-2/+2
* Fixed tar recursion bug (it was a *.* mask instead of * being used, youJeremy Allison1998-12-171-1/+1
* include/nameserv.h nmbd/nmbd_packets.c nmbd/nmbd_responserecordsdb.c:Jeremy Allison1998-12-174-12/+76
* make sure we include sys/mman.h if availableAndrew Tridgell1998-12-174-3/+6
* include/includes.h: Added MAXHOSTNAMELEN in case it wasn't defined.Jeremy Allison1998-12-172-9/+17
* loadparm.c added function to reset number of services (for swat)Herb Lewis1998-12-163-4/+18
* acconfig.h configure configure.in include/config.h.in: Added krb5 libs code b...Jeremy Allison1998-12-168-526/+666
* acconfig.h configure configure.in include/config.h.inJeremy Allison1998-12-159-134/+209
* fix globals page broken by my last checkinHerb Lewis1998-12-151-2/+4
* in 2.0 branch:Andrew Tridgell1998-12-151-0/+11
* WHATSNEW.txt source/include/version.h: Updated for beta4.Jeremy Allison1998-12-153-173/+1
* smb.h add new FLAG_SHARE to indicate which parameters are usedHerb Lewis1998-12-143-82/+85
* Fixed debug statements so the name type being looked up is printed.Jeremy Allison1998-12-141-7/+6
* Makefile.in: script install fix from Tim Rice.Jeremy Allison1998-12-142-3/+3
* Added testparm scripts for invalid unix password sync problems.Jeremy Allison1998-12-121-0/+38
* Fixed bug in smbpasswd where adding a user and mis-typing the newJeremy Allison1998-12-121-2/+7
* need to reload auto printer services on a save_reloadHerb Lewis1998-12-111-0/+2
* Fixed file descriptor limit code for AIX 4.x. AIX doesn't support theJeremy Allison1998-12-111-6/+22
* Fixed missing include of smbw.h.Jeremy Allison1998-12-113-4/+4
* Added configure fixes for UNIXWare and tidyups for SINIX.Jeremy Allison1998-12-114-289/+286
* Added fixes from Jasper van der Neut <jasper@Cal005208.student.utwente.nl>Jeremy Allison1998-12-112-1/+9
* Fixed name magle bug (PR#11883 based on a patch from xactdata@hotmail.com).Jeremy Allison1998-12-111-6/+16
* Fixed configure bug with RedHat 5.1 where it uses setresgid even thoughJeremy Allison1998-12-112-2/+2
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-1060-730/+814
* Makefile.in added PRINTER_OBJ to SWAT_OBJ so swat canHerb Lewis1998-12-106-23/+38
* Added defines for HPUX large file support.Jeremy Allison1998-12-102-497/+517
* allow smbd to be started without a STATUS..LCK fileAndrew Tridgell1998-12-101-5/+4
* allow initial creation of smb.conf with SWATAndrew Tridgell1998-12-101-6/+13
* Added check for invalid wildcard characters '*' and '?'Jeremy Allison1998-12-101-0/+24
* don't allow users to view the smb.conf unless they have read accessAndrew Tridgell1998-12-101-15/+21
* lib/access.c: Added checks for invalid '*' or '?' characters in hosts allow/d...Jeremy Allison1998-12-095-33/+41
* I got sick of the debate with luke about the SID and nmbd so I justAndrew Tridgell1998-12-093-27/+6
* Fixed cases where NT clients may send 64 bit requests even if 64 bitJeremy Allison1998-12-091-10/+54
* configure.in: Fixed setresgid check - should use AC_TRY_RUN not AC_TRY_COMPILE.Jeremy Allison1998-12-086-432/+507
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_0'.cvs2svn Import User1998-12-081-0/+140
|\
| * Adding George's Mac extension code.Jeremy Allison1998-12-081-0/+140
* | 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-082-4/+3
| * compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1998-12-082-3/+7
| * adding srvsvc pipe.Luke Leighton1998-12-0815-11/+519
| * added ldap files by Matthew Chapman.Luke Leighton1998-12-075-0/+1574
| * Matthew Chapman spotted that smbpasschange was assuming the existenceLuke Leighton1998-12-071-29/+0
| * fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1998-12-072-3/+5
| * updated for Matt Chapman's ldap codeLuke Leighton1998-12-071-31/+32
| * issues spotted by herb.Luke Leighton1998-12-072-3/+3
| * matthew chapman's ldap code, to date. plus docs!Luke Leighton1998-12-076-828/+301
| * bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-073-12/+12
| * first attempt at making unix setuid/setgid code that is independent ofLuke Leighton1998-12-071-0/+303
| * removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-0720-568/+608