summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-3/+20
2001-01-30Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison1-1/+1
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-0/+4
2001-01-22Small bugfix from Kenichi Okuyama <okuyamak@dd.iij4u.or.jp>:David O'Neill1-1/+1
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill2-16/+15
2001-01-16Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-0/+6
2001-01-09Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison1-0/+4
2000-12-13Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-2/+2
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-16/+4
2000-11-15Tuyrn debug timestamps on by default.Jeremy Allison1-1/+1
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill1-0/+16
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-12/+14
2000-10-28David Lee's utmp patch (finally). Thanks David !Jeremy Allison1-0/+13
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter1-0/+19
2000-10-24Yeah - not setting getwd_cache to True as default, that'd do it for a 5xJeremy Allison1-1/+1
2000-10-18Bug report that on some systems extended characters are being returned asChristopher R. Hertel1-1/+2
2000-10-11Fix for growing printing.tdb by adding check on job creation.Jeremy Allison1-0/+4
2000-10-07Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison1-0/+4
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison1-0/+4
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-0/+1
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-1/+1
2000-09-26Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison1-0/+4
2000-09-19param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison1-87/+97
2000-08-29missed removing the static declaration of strwicmp()Gerald Carter1-1/+0
2000-08-29needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter1-31/+0
2000-08-28arrgh.Andrew Tridgell1-0/+4
2000-08-11Fix case where volumename could be returned as UNIX charset or DOS codepageJeremy Allison1-2/+6
2000-08-09added printer admin optionAndrew Tridgell1-0/+4
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison1-0/+22
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-1/+15
2000-07-06don't need shmem any moreAndrew Tridgell1-4/+0
2000-06-22Changed enumports to show printernames as ports. In line with 'the grand plan...Jeremy Allison1-4/+15
2000-06-21Changed default printer driver to "" from NULL.Jeremy Allison1-1/+1
2000-06-16reverted lukes changes in param/Andrew Tridgell2-0/+139
2000-06-16more update.Luke Leighton2-139/+0
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+0
2000-06-10a first pass at Linux kernel oplocks supportAndrew Tridgell1-6/+3
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell1-31/+1
2000-06-08Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison1-4/+6
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-529/+293
2000-05-31space in front of lp_preexec() causing make proto to not detect this fn.Luke Leighton1-1/+1
2000-05-29make protoLuke Leighton1-39/+32
2000-05-28lp_server_role() + use in srv_reg.Luke Leighton1-2102/+2701
2000-05-27TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!!Luke Leighton1-1/+1
2000-05-24removed lp_revalidate()Andrew Tridgell1-4/+0
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele1-26/+6
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell1-1/+6
2000-05-10I found a better way of handling deleted auto printersAndrew Tridgell1-13/+2