summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-9/+4
* Move all other paths into dynconfigMartin Pool2001-11-191-3/+3
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-1/+1
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-5/+5
* old merge from 2.2Gerald Carter2001-11-051-8/+27
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-7/+7
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-5/+3
* fixed typoAndrew Tridgell2001-10-141-1/+1
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-342/+341
* Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2001-10-121-4/+4
* merge from 2.2Gerald Carter2001-10-111-8/+8
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* OpenSSL merge from 2.2Gerald Carter2001-09-261-0/+12
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-0/+9
* Added SWAT i18n feature:Motonobu Takahashi2001-09-241-338/+339
* Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett2001-09-231-3/+0
* *llist being NULL is not an errorAndrew Tridgell2001-09-191-1/+1
* move to SAFE_FREE()Simo Sorce2001-09-172-26/+20
* Kill off the dangerous passwd program default, as its both veryAndrew Bartlett2001-09-161-1/+1
* 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