summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge mangle prefix code.Jeremy Allison2002-10-211-1/+5
* removed the following parametersGerald Carter2002-10-211-19/+0
* Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison2002-10-151-1/+3
* removed stat() call in lp_add_home()Gerald Carter2002-10-091-7/+0
* Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison2002-10-051-8/+0
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+13
* make the default printed values for boolean the same for all parameters.Herb Lewis2002-10-031-2/+2
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-3/+23
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-222/+280
* sync 3.0 branch with headJelmer Vernooij2002-08-171-34/+62
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-377/+252
* merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-121-0/+3
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-0/+3
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-2/+17
* Fix continual scanning of smb.conf if an include file doesn't exist. FoundJeremy Allison2002-04-021-7/+7
* Added sys_adminlog() system for info the appliance admins reallyJeremy Allison2002-03-271-0/+5
* Minor fixes:Andrew Bartlett2002-03-231-5/+4
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-191-1/+2
* include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2002-03-131-0/+8
* Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison2002-03-111-0/+4
* make default unix charset UTF8Andrew Tridgell2002-03-031-0/+3
* compile fix from vanceSimo Sorce2002-03-021-0/+2
* Move these inside the #ifdef to fix the compile on non-LDAPsam systems.Andrew Bartlett2002-03-021-4/+5
* This is now unusedAndrew Bartlett2002-03-021-1/+0
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-7/+94
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-271-0/+4
* add required flags to "nt acl support" so it will show up in SWATHerb Lewis2002-02-251-1/+1
* enable large readwrite by defaultAndrew Tridgell2002-02-201-1/+1
* Added comment in lp_string() about debugging memory problems.Tim Potter2002-02-161-0/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* that's the wins replication daemon !Jean-François Micouleau2002-01-251-0/+3
* Initialise password server to "*" in init_globals()Tim Potter2002-01-251-0/+1
* merge from 2.2. ofGerald Carter2002-01-221-0/+4
* This is another *BIG* change...Andrew Bartlett2002-01-201-1/+42
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-0/+4
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-161-37/+29
* Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-161-1/+1
* Add constness to parametersMartin Pool2002-01-151-2/+2
* For hysterical raisins you must use string_set() to set the value of aTim Potter2002-01-091-1/+1
* Added get_called_name() function, which replaces global_myname in printingJeremy Allison2002-01-081-0/+10
* Put a name on lp_talloc poolMartin Pool2002-01-031-1/+1
* sync up ldap defaults with 2.2Gerald Carter2002-01-021-2/+3
* Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-301-1/+1
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-0/+9
* fixed sscanf() of gid_t valuesAndrew Tridgell2001-12-201-4/+4
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-21/+37
* added a "use spnego" optionAndrew Tridgell2001-12-071-0/+6
* again an intrusive patch:Jean-François Micouleau2001-12-061-15/+9
* removed the #ifdef USING_GROUPNAME_MAP/#endif blocksJean-François Micouleau2001-12-011-10/+0
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-261-1/+27