summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-10remove autoloaded printers that are no longer in /etc/printcap when weAndrew Tridgell1-9/+27
2000-05-10more mergingAndrew Tridgell1-1/+6
2000-05-06added winbindd options in head branch, so it is possible to combineAndrew Tridgell1-0/+49
2000-05-05Fix for crash bug in OpenConfFile() if no smb.conf exists.Tim Potter1-1/+1
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-1/+1
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele1-0/+1
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2-75/+63
2000-04-12Removed "ole locking compat" parameter (no longer used).Jeremy Allison1-4/+0
2000-04-12Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison1-0/+4
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-0/+9
2000-04-03Fix for compiler warning about invalid structure type.Jeremy Allison1-1/+1
2000-03-30Fix for coredump in testparm.Jeremy Allison1-1/+1
2000-03-27Fixed crash bug in new handle_netbios_name code.Jeremy Allison1-2/+2
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison1-1/+19
2000-03-13include/smb.h:Jeremy Allison1-1/+1
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele1-4/+0
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-2/+37
2000-03-07added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton1-1/+1
2000-02-16Added "source environment" parameter from Nicolas Williams <Nicolas.Williams@...Jeremy Allison1-1/+136
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau1-0/+9
2000-02-03Added 'vfs object' and 'vfs options' smb.conf parameters.Tim Potter1-0/+25
2000-01-30made "enable" and "disable" the default "lpresume" and "lppause" commandsHerb Lewis1-4/+1
2000-01-29Fix from Motonobu TAKAHASHI to sort code page parameters first.Jeremy Allison1-2/+2