summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* added a new global option "hostname lookups = yes/no"Andrew Tridgell2001-09-131-0/+7
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-071-1/+6
* Fixed O(N^2) talloc loop when allocating printer name memory - fix fromJeremy Allison2001-09-061-2/+2
* enable strict locking by default. This will be slow, so now we justAndrew Tridgell2001-09-061-1/+1
* lp_wins_server() is now lp_wins_server_list().Christopher R. Hertel2001-08-291-1/+1
* Change default 'name resolve order' to WINS before DNS.Volker Lendecke2001-08-261-1/+1
* let admins also abort a shutdownSimo Sorce2001-08-241-0/+3
* so let admins shutdown their samba servers remotely if they want :-)Simo Sorce2001-08-231-0/+4
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-231-2/+2
* A few changes:Andrew Bartlett2001-08-221-10/+0
* Remove unneeded lp_talloc_free().Jeremy Allison2001-08-221-3/+0
* merge from 2.2Gerald Carter2001-08-221-0/+3
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-211-0/+4
* merge from 2.2Gerald Carter2001-08-131-0/+4
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-122-16/+34
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-11/+9
* merge from 2.2Gerald Carter2001-08-101-4/+4
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-25/+13
* Added Gerald's lanman printing only change to HEAD.Jeremy Allison2001-08-061-0/+4
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+8
* Put HPUX on mmap blacklist.Jeremy Allison2001-08-021-0/+4
* Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison2001-08-011-0/+4
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-0/+4
* Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2001-07-241-39/+112
* Fix the loading of configuration files using the include syntax.Andrew Bartlett2001-07-081-15/+19
* Add a new paramater: add machine scriptAndrew Bartlett2001-07-071-0/+4
* removed an unreachable statementAndrew Tridgell2001-07-051-1/+0
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-042-200/+59
* "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-011-6/+6
* param/loadparm.c: Fix for bad volume label, found by TAKAHASHI MotonobuJeremy Allison2001-06-281-12/+6
* fixed errorSimo Sorce2001-06-241-5/+5
* fix compiler warningsSimo Sorce2001-06-231-1/+0
* Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba Us...Jeremy Allison2001-06-221-2/+2
* use next_token instead of strtok.Simo Sorce2001-06-211-6/+7
* initial support for paramter type P_LISTSimo Sorce2001-06-201-16/+182
* Extra stuff for large readwrite support.Jeremy Allison2001-06-081-0/+4
* Removed extraneous semicolons from some lp_ parameter definitions.Tim Potter2001-05-151-2/+2
* Stupidity by me..... 777 != 0777Jeremy Allison2001-05-141-1/+1
* Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now useJeremy Allison2001-05-101-84/+80
* free_service() was never setting the valid field to False. This is a bugJeremy Allison2001-05-101-0/+2
* Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison2001-05-101-49/+8
* merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-8/+1
* Added some missing winbind parameters. Yes they're already documented.Tim Potter2001-05-041-0/+9
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-0/+4
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-0/+4
* removed references to SMBRUNGerald Carter2001-04-261-2/+0
* set "vfs object" and "vfs options" to be setable by SWAT on advanced pageHerb Lewis2001-04-241-4/+4
* Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-231-0/+4
* merge from 2.2Andrew Tridgell2001-04-181-28/+9