summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-5/+3
2001-10-14fixed typoAndrew Tridgell1-1/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-342/+341
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison1-4/+4
2001-10-11merge from 2.2Gerald Carter1-8/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-26OpenSSL merge from 2.2Gerald Carter1-0/+12
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-0/+9
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-338/+339
2001-09-23Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett1-3/+0
2001-09-19*llist being NULL is not an errorAndrew Tridgell1-1/+1
2001-09-17move to SAFE_FREE()Simo Sorce2-26/+20
2001-09-16Kill off the dangerous passwd program default, as its both veryAndrew Bartlett1-1/+1
2001-09-13added a new global option "hostname lookups = yes/no"Andrew Tridgell1-0/+7
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell1-1/+6
2001-09-06Fixed O(N^2) talloc loop when allocating printer name memory - fix fromJeremy Allison1-2/+2
2001-09-06enable strict locking by default. This will be slow, so now we justAndrew Tridgell1-1/+1
2001-08-29lp_wins_server() is now lp_wins_server_list().Christopher R. Hertel1-1/+1
2001-08-26Change default 'name resolve order' to WINS before DNS.Volker Lendecke1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce1-0/+3
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce1-0/+4
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-2/+2
2001-08-22A few changes:Andrew Bartlett1-10/+0
2001-08-22Remove unneeded lp_talloc_free().Jeremy Allison1-3/+0
2001-08-22merge from 2.2Gerald Carter1-0/+3
2001-08-21Add a new option to disable our paranoid server check.Andrew Bartlett1-0/+4
2001-08-13merge from 2.2Gerald Carter1-0/+4
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2-16/+34
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-11/+9
2001-08-10merge from 2.2Gerald Carter1-4/+4
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-25/+13
2001-08-06Added Gerald's lanman printing only change to HEAD.Jeremy Allison1-0/+4
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+8
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison1-0/+4
2001-08-01Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison1-0/+4
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-0/+4
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce1-39/+112
2001-07-08Fix the loading of configuration files using the include syntax.Andrew Bartlett1-15/+19
2001-07-07Add a new paramater: add machine scriptAndrew Bartlett1-0/+4
2001-07-05removed an unreachable statementAndrew Tridgell1-1/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell2-200/+59
2001-07-01"netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce1-6/+6
2001-06-28param/loadparm.c: Fix for bad volume label, found by TAKAHASHI MotonobuJeremy Allison1-12/+6
2001-06-24fixed errorSimo Sorce1-5/+5
2001-06-23fix compiler warningsSimo Sorce1-1/+0
2001-06-22Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba Us...Jeremy Allison1-2/+2
2001-06-21use next_token instead of strtok.Simo Sorce1-6/+7
2001-06-20initial support for paramter type P_LISTSimo Sorce1-16/+182
2001-06-08Extra stuff for large readwrite support.Jeremy Allison1-0/+4