summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
Commit message (Collapse)AuthorAgeFilesLines
* sync with SAMBA_2_2 for rc4Gerald Carter2002-10-151-2/+4
|
* updating whatsnew and merging from SAMBA_2_2Gerald Carter2002-10-151-4/+0
|
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-9/+37
|
* syncing up for 2.2.6pre2Gerald Carter2002-08-271-9/+9
|
* merging for 2.2.6pre1Gerald Carter2002-07-271-9/+9
|
* more syncs with SAMBA_2_2Gerald Carter2002-06-181-0/+4
|
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-22/+38
|
* syncing up with SAMBA_2_2 treeGerald Carter2002-05-011-5/+4
|
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-44/+117
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-39/+127
| | | | Jeremy.
* nsswitch/winbindd_group.c: Memory leak fixes.Jeremy Allison2001-10-121-4/+4
| | | | | | Changed "nt acl support" to a per-share parameter, fixed profile problem with w2ksp2. Jeremy
* Source directory now in sync.Jeremy Allison2001-10-111-10/+8
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-94/+177
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-182/+142
| | | | Jeremy.
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-4/+0
| | | | | | | - fixed some uninitialised variable warnings - removed smbrun utility (never used) - removed some incorrect varargs usage - removed smbrun smb.conf option
* Fixup warnings about extra ';' from SGI compiler.Jeremy Allison2001-04-091-22/+22
| | | | Jeremy.
* Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-071-0/+9
| | | | | | delete share command". Implemented "delete" - more work to come on add and change. Jeremy.
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and ↵Jeremy Allison2001-03-261-15/+23
| | | | | | | smb.conf file in utf8. Jeremy.
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-0/+3
| | | | | | | First one adds a new info level into the lanman printing and an ioctl to the trans2 code. Andrew - this uses ASCII only. It looks ok to me but please check ! Second one adds a parameter "os2 driver map" that allows OS/2 driver names to be mapped. Jeremy.
* Updated defaults for CUPS printing from Michael Sweet.Jeremy Allison2001-03-161-6/+17
| | | | Jeremy.
* CUPS patches from Michael Sweet to enable CUPS systems to be queried directlyJeremy Allison2001-03-161-10/+16
| | | | | from smbd rather than going through an lpq parse. Jeremy.
* Added ADMIN$ share as an alias for the IPC$ share except refuse guest access.Jeremy Allison2001-03-131-6/+8
| | | | | AS/U wants to do RPC calls down this treeid. Jeremy.
* added 'lanman auth' & 'min protocol' code. See smb.conf(5)Gerald Carter2001-03-081-0/+9
| | | | for details
* lib/debug.c: name clashJean-François Micouleau2001-02-101-1/+1
| | | | | | | | | | | | | | | | | lib/msrpc_use.c,rpc_client/cli_spoolss.c: remove const param/loadparm.c: changed show add printer wizard to true. If you don't want the add printer wizard to display, you can't change the forms nor add/delete/update drivers from an NT box !!! printing/nt_printing.c: more checking and debug in unused code ! rpc_server/srv_spoolss_nt.c: don't save the per-user devmode and explain why. A bit long but I hope it clears confusion. smbd/process.c, smbd/server.c: picky compiler J.F.
* include/debug.h:Jeremy Allison2001-02-091-4/+21
| | | | | | | | | | | lib/debug.c: Fixes from JohnR to implement debug classes. smbd/process.c: smbd/server.c: param/loadparm.c: "max smbd processes" parameter from JohnR. rpc_parse/parse_spoolss.c: Drivername fix from JohnR. rpc_server/srv_spoolss_nt.c: Update from JF. smbd/trans2.c: Revert incorrect wildcard fix. Jeremy.
* Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison2001-01-301-1/+1
| | | | | change to default break response time of 10ms -> 0ms. Jeremy.
* Merges from appliance-head. Added max print jobs parameter that limits totalJeremy Allison2001-01-231-0/+4
| | | | | number of print jobs in the system. Tidyups for messages.c. Jeremy.
* Fixes to sync up with appliance-head. Fix from Kenichi Okuyama for a typoJeremy Allison2001-01-221-1/+1
| | | | | in loadparm.c Removed extra \n in configure. Jeremy.
* Merge with fixes from appliance-head.Jeremy Allison2001-01-181-12/+13
| | | | Jeremy.
* Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison2001-01-091-0/+4
| | | | | | to allow a chmod to be done if the user has write access to a file, just like Windows allows. Off by default (compare with "dos filetimes" parameter). Jeremy.
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-131-1/+1
| | | | | | | | | - trivial typo in definition of enum_printing[] (source/param/loadparm.c) - fixed printer status display bug. When no jobs existed in queue, the clients were not properly notified of printer status. This caused native tools for pausing/unpausing a print queue to not work. (source/printing/printing.c)
* file_lines_load/file_lines_pload can now optionally do a unix_to_dos() on read.Jeremy Allison2000-12-071-2/+2
| | | | | Added calls for smbcacls. Jeremy.
* Turn off APW by default for 2.2alpha1.Jeremy Allison2000-11-231-1/+1
| | | | Jeremy.
* Raft of changes to sync up with most things in appliance head.Jeremy Allison2000-11-171-10/+16
| | | | | | Added "hide local users" option. Added Andrew's changes for message sending. Jeremy.
* Merge of the printing fixes from HEAD to 2.2.Jeremy Allison2000-11-151-0/+16
| | | | Jeremy.
* set default for 'debug timestamp' in 2.2 to be true. Better choiceGerald Carter2000-11-141-1/+1
| | | | | | | | | for a production release. The default is still no in HEAD and should stay that way in development branches probably. -- jerry
* merge of Simo's TDBPWD backend from HEADGerald Carter2000-10-311-0/+19
| | | | jerry
* Added (finally!:-) David Lee's utmp patch for 2.2. Thanks David !Jeremy Allison2000-10-281-0/+13
| | | | Jeremy.
* Yeah - not setting getwd_cache to True as default, that'd do it for a 5xJeremy Allison2000-10-241-1/+1
| | | | | | performance hit..... :-) :-). Jeremy. PS. Yes this was my fault for everyone who wants to throw rotten fruit...
* Fix for growing printing.tdb by adding check on job creation.Jeremy Allison2000-10-111-0/+4
| | | | | This also updates the printing.tdb db version to 2. Jeremy.
* Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-071-0/+4
| | | | | | | | | Jim McDonough Infoprint Manager Development Linux Technology Center IBM Boulder Jeremy.
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-061-0/+4
| | | | | Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk Jeremy.
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-0/+1
| | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy.
* Backport of the HEAD vfs changes....Jeremy Allison2000-09-281-1/+1
| | | | Jeremy.
* Added JF's print spooler notification code. Too good to miss for 2.2.x :-).Jeremy Allison2000-09-261-0/+4
| | | | Jeremy.
* param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ↵Jeremy Allison2000-09-191-87/+97
| | | | | | | | | overwritten. rpc_parse/parse_spoolss.c: Tidyup to call function for relstring arrays. Win2000 now does "Add Printer" successfully !!!!! Jeremy.
* missed removing the static declaration of strwicmp()Gerald Carter2000-08-291-1/+0
| | | | jerry
* needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2000-08-291-31/+0
| | | | | | | | and made it non-static --jerry
* arrgh.Andrew Tridgell2000-08-281-0/+4
| | | | | | | whoever added "auto" parameters in loadparam only supported "True", "False" and "Auto", and did not support "Yes" and "No" like booleans. This means anyone using "preferred master = yes" didn't get what they expected!
* Fix case where volumename could be returned as UNIX charset or DOS codepageJeremy Allison2000-08-111-2/+6
| | | | | depending on where it came from. Jeremy.