summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* r4312: Marking "min password length" as depreciated (to be removed in one ofGünther Deschner2007-10-101-2/+2
* r4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' te...Volker Lendecke2007-10-101-0/+8
* r4143: Make strict locking an enum. Auto means use oplock optimization.Jeremy Allison2007-10-101-4/+4
* r4094: BUG 2107: fix memory bloating caused by large numbers of print_queue_u...Gerald Carter2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-21/+18
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2007-10-101-1/+1
* r3923: BUG 2073: fall back to smb_name if current_user_info is not available ...Gerald Carter2007-10-101-1/+1
* r3873: The semantics of the parameter 'printcap name' are a bit tricky. I had...Volker Lendecke2007-10-101-5/+20
* r3326: BUG 1782: reorder loadparm.c to prevent testparm from displaying synon...Gerald Carter2007-10-101-5/+5
* r3298: turning sendfile back off by defaultGerald Carter2007-10-101-1/+1
* r3069: add 'force printername' service parameter for people that want to enfo...Gerald Carter2007-10-101-0/+4
* r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter2007-10-101-22/+0
* r2331: check password script code and example from trunkSimo Sorce2007-10-101-0/+4
* r2190: disable 'winbind enable local accounts' by default (had to be done doc...Gerald Carter2007-10-101-1/+1
* r2157: This parameter in loadparm appears compleatly unused.Andrew Bartlett2007-10-101-2/+0
* r2135: BUG 1464: make sure that printing commands are initialized even if the...Gerald Carter2007-10-101-3/+2
* r2090: fix formatting that was bugging meGerald Carter2007-10-101-36/+18
* r2077: fix logic bug in the check for creating a user's home directory in reg...Gerald Carter2007-10-101-1/+5
* r1841: Fix for #1606, can't launch dos exe's.Jeremy Allison2007-10-101-0/+5
* r1665: Patch from James Peach @ SGI to stop using sendfile if it isn'tJeremy Allison2007-10-101-0/+12
* r1638: Dont always uppercase "afs username map"Volker Lendecke2007-10-101-1/+1
* r1468: Dump the parametrical options only once at the end of the service.Simo Sorce2007-10-101-7/+7
* r1430: Although prepared for only one remote backend, make the 'idmap backend'Volker Lendecke2007-10-101-3/+3
* r1386: We can't use sendfile for Win9x. It causes oplock failures (who knew.....Jeremy Allison2007-10-101-1/+1
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-7/+11
* r1314: Restore the 2.2 'force unknown acl user' parameter. When getting a sec...Volker Lendecke2007-10-101-0/+4
* r1311: Turn on sendfile for non-oplocked files. tridge provedJeremy Allison2007-10-101-1/+1
* r1263: Make "defer sharing violations" a global parameter.Jeremy Allison2007-10-101-4/+4
* r1260: Added new parameter in the protocol section. "defer sharing violations",Jeremy Allison2007-10-101-0/+4
* r1224: Fix longstanding memleak bug with logfile name being set before lp_load()Jeremy Allison2007-10-101-0/+7
* r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison2007-10-101-0/+3
* r1212: small change to prevent home directories added during the SMBsesssetup...Gerald Carter2007-10-101-0/+6
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-14/+12
* r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2007-10-101-1/+4
* r1087: BUG 1221: revert old change that used single and double quotes as deli...Gerald Carter2007-10-101-2/+2
* r979: Implement the 'cups server' option. This makes it possible to have virtualVolker Lendecke2007-10-101-0/+4
* r971: Auto remove store dos attributes if underlying filesystemJeremy Allison2007-10-101-0/+11
* r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter2007-10-101-0/+4
* r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2007-10-101-0/+3
* r647: fix for setting the called name to by our IP if the called name was *SM...Gerald Carter2007-10-101-1/+1
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-4/+0
* r283: removing --with-cracklib after discussion with abartklet @ sambaXPGerald Carter2007-10-101-4/+0
* r242: adding 'cups options' parameter to allow raw printing without changing ...Gerald Carter2007-10-101-0/+4
* r155: real for for BUG 761 -- allow printing parameter to set defaults on a p...Gerald Carter2007-10-101-49/+85
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+4
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-0/+4
* Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison2004-03-311-0/+4
* As I raised (without objection) on the mailing list a while back, thisAndrew Bartlett2004-03-271-4/+0
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-191-2/+20
* BUG 761: read the config file before initialized default values for printing ...Gerald Carter2004-03-021-46/+50