summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-0/+1
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-1/+1
* Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison2000-09-261-0/+4
* param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison2000-09-191-87/+97
* missed removing the static declaration of strwicmp()Gerald Carter2000-08-291-1/+0
* needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2000-08-291-31/+0
* arrgh.Andrew Tridgell2000-08-281-0/+4
* Fix case where volumename could be returned as UNIX charset or DOS codepageJeremy Allison2000-08-111-2/+6
* added printer admin optionAndrew Tridgell2000-08-091-0/+4
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-0/+22
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-191-1/+15
* don't need shmem any moreAndrew Tridgell2000-07-061-4/+0
* Changed enumports to show printernames as ports. In line with 'the grand plan...Jeremy Allison2000-06-221-4/+15
* Changed default printer driver to "" from NULL.Jeremy Allison2000-06-211-1/+1
* reverted lukes changes in param/Andrew Tridgell2000-06-162-0/+139
* more update.Luke Leighton2000-06-162-139/+0
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+0
* a first pass at Linux kernel oplocks supportAndrew Tridgell2000-06-101-6/+3
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-101-31/+1
* Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison2000-06-081-4/+6
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-529/+293
* space in front of lp_preexec() causing make proto to not detect this fn.Luke Leighton2000-05-311-1/+1
* make protoLuke Leighton2000-05-291-39/+32
* lp_server_role() + use in srv_reg.Luke Leighton2000-05-281-2102/+2701
* TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!!Luke Leighton2000-05-271-1/+1
* removed lp_revalidate()Andrew Tridgell2000-05-241-4/+0
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-161-26/+6
* use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-121-1/+6
* I found a better way of handling deleted auto printersAndrew Tridgell2000-05-101-13/+2
* remove autoloaded printers that are no longer in /etc/printcap when weAndrew Tridgell2000-05-101-9/+27
* more mergingAndrew Tridgell2000-05-101-1/+6
* added winbindd options in head branch, so it is possible to combineAndrew Tridgell2000-05-061-0/+49
* Fix for crash bug in OpenConfFile() if no smb.conf exists.Tim Potter2000-05-051-1/+1
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-1/+1
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-281-0/+1
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-162-75/+63
* Removed "ole locking compat" parameter (no longer used).Jeremy Allison2000-04-121-4/+0
* Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2000-04-121-0/+4
* changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-051-0/+9
* Fix for compiler warning about invalid structure type.Jeremy Allison2000-04-031-1/+1
* Fix for coredump in testparm.Jeremy Allison2000-03-301-1/+1
* Fixed crash bug in new handle_netbios_name code.Jeremy Allison2000-03-271-2/+2
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+19
* include/smb.h:Jeremy Allison2000-03-131-1/+1
* Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-101-4/+0
* dded Microsoft Dfs services.Shirish Kalele2000-03-081-2/+37
* added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton2000-03-071-1/+1
* Added "source environment" parameter from Nicolas Williams <Nicolas.Williams@...Jeremy Allison2000-02-161-1/+136
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-071-0/+9
* Added 'vfs object' and 'vfs options' smb.conf parameters.Tim Potter2000-02-031-0/+25