summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2002-06-14Merge of csc termination fix.Jeremy Allison1-1/+2
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-187/+7
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-4/+4
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce1-4/+10
2002-05-31Resurrect the 'restrict anonymous' parameter but make it an integer.Tim Potter1-4/+4
2002-05-19Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if aTim Potter1-1/+9
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-3/+2
2002-05-18A few things in this commit:Andrew Bartlett1-10/+12
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-14/+0
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-91/+0
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter1-5/+9
2002-05-08Merge in Jerry's called name fix.Jeremy Allison1-1/+21
2002-04-17libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison1-14/+13
2002-04-13Patch for arbitary smb.conf paramaters (to make the life of plugin maintainersAndrew Bartlett1-4/+112
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-0/+5
2002-04-12set the default hashing scheme in head to "hash2"Andrew 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
2002-01-09For hysterical raisins you must use string_set() to set the value of aTim Potter1-1/+1
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-0/+10
2002-01-03Put a name on lp_talloc poolMartin Pool1-1/+1
2002-01-02sync up ldap defaults with 2.2Gerald Carter1-2/+3
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett1-1/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-0/+9
2001-12-20fixed more warnings on irixAndrew Tridgell1-3/+3
2001-12-20fixed sscanf() of gid_t valuesAndrew Tridgell1-4/+4