summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2003-01-14Merge from HEAD - patch by metze to fill in 'workgroup' etc in testparm output,Andrew Bartlett1-9/+32
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2-65/+65
2002-12-27Add msdfs proxy functionality; a CIFS share can directly be a stand-in forShirish Kalele1-0/+4
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-12-20Merge from HEAD. lp_winbind_separator() is now a const string.Tim Potter1-1/+1
2002-12-12Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison1-0/+4
2002-11-22Restrict anonymous=2 support merged from HEADAndrew Bartlett1-1/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-316/+220
2002-11-04remove 'sam backend'Jelmer Vernooij1-3/+0
2002-11-02Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett1-0/+3
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-0/+2
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-1/+20
2002-10-21Merge mangle prefix code.Jeremy Allison1-1/+5
2002-10-21removed the following parametersGerald Carter1-19/+0
2002-10-15Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison1-1/+3
2002-10-09removed stat() call in lp_add_home()Gerald Carter1-7/+0
2002-10-05Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison1-8/+0
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-1/+13
2002-10-03make the default printed values for boolean the same for all parameters.Herb Lewis1-2/+2
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-3/+23
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-222/+280
2002-08-17sync 3.0 branch with headJelmer Vernooij1-34/+62
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-377/+252
2002-04-12merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell1-0/+3
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-0/+3
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-2/+17
2002-04-02Fix continual scanning of smb.conf if an include file doesn't exist. FoundJeremy Allison1-7/+7
2002-03-27Added sys_adminlog() system for info the appliance admins reallyJeremy Allison1-0/+5
2002-03-23Minor fixes:Andrew Bartlett1-5/+4
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-1/+2
2002-03-13include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison1-0/+8
2002-03-11Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison1-0/+4
2002-03-03make default unix charset UTF8Andrew Tridgell1-0/+3
2002-03-02compile fix from vanceSimo Sorce1-0/+2
2002-03-02Move these inside the #ifdef to fix the compile on non-LDAPsam systems.Andrew Bartlett1-4/+5
2002-03-02This is now unusedAndrew Bartlett1-1/+0
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-7/+94
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison1-0/+4
2002-02-25add required flags to "nt acl support" so it will show up in SWATHerb Lewis1-1/+1
2002-02-20enable large readwrite by defaultAndrew Tridgell1-1/+1
2002-02-16Added comment in lp_string() about debugging memory problems.Tim Potter1-0/+9
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25that's the wins replication daemon !Jean-François Micouleau1-0/+3
2002-01-25Initialise password server to "*" in init_globals()Tim Potter1-0/+1
2002-01-22merge from 2.2. ofGerald Carter1-0/+4
2002-01-20This is another *BIG* change...Andrew Bartlett1-1/+42
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-0/+4
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-37/+29
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-1/+1
2002-01-15Add constness to parametersMartin Pool1-2/+2