summaryrefslogtreecommitdiffstats
path: root/source/param
Commit message (Expand)AuthorAgeFilesLines
* 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
* hide unreadable patch from idraAndrew Tridgell2001-04-161-0/+4
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-2/+0
* Fixup warnings about extra ';' from SGI compiler.Jeremy Allison2001-04-091-22/+22
* Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-071-0/+9
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-15/+23
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-0/+3
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-0/+15
* added option "enhanced browsing"Andrew Tridgell2001-03-211-0/+4
* Updated defaults for CUPS printing from Michael Sweet.Jeremy Allison2001-03-161-6/+17
* fixed volume_name(). It used dos_to_unix() which uses a static buffer,Andrew Tridgell2001-03-161-1/+4
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-10/+16
* enable unicode on the wire by default in smbdAndrew Tridgell2001-03-161-0/+4
* Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison2001-03-131-5/+7