summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-1/+1
2000-01-20Moved Herb's global -> local changes to HEAD.Jeremy Allison1-2/+2
2000-01-18Added Herb's swat fixes.Jeremy Allison1-2/+2
2000-01-16use string_set() instead of string_init()Andrew Tridgell1-36/+26
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-0/+4
2000-01-13Added missing #ifdef for WITH_UTMP.Jeremy Allison1-0/+2
2000-01-12Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison1-0/+23
2000-01-07netbios scope is a DOS_STRINGAndrew Tridgell1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-0/+2
2000-01-06Removed unneeded #define.Jeremy Allison1-2/+0
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison1-0/+1
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-39/+27
2000-01-04Added "crap" fix for rotating string buffers. (Increased to 20, added #define).Jeremy Allison1-4/+5
1999-12-21Fix based on code from monyo@home.monyo.com to fix multibyte continuationJeremy Allison1-17/+31