Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync with SAMBA_2_2 for rc4 | Gerald Carter | 2002-10-15 | 1 | -2/+4 |
| | |||||
* | updating whatsnew and merging from SAMBA_2_2 | Gerald Carter | 2002-10-15 | 1 | -4/+0 |
| | |||||
* | sync with SAMBA_2_2 for 2.2.6rc1 | Gerald Carter | 2002-10-09 | 1 | -9/+37 |
| | |||||
* | syncing up for 2.2.6pre2 | Gerald Carter | 2002-08-27 | 1 | -9/+9 |
| | |||||
* | merging for 2.2.6pre1 | Gerald Carter | 2002-07-27 | 1 | -9/+9 |
| | |||||
* | more syncs with SAMBA_2_2 | Gerald Carter | 2002-06-18 | 1 | -0/+4 |
| | |||||
* | beginning to sync up for 2.2.5 release.... | Gerald Carter | 2002-06-17 | 1 | -22/+38 |
| | |||||
* | syncing up with SAMBA_2_2 tree | Gerald Carter | 2002-05-01 | 1 | -5/+4 |
| | |||||
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 2 | -45/+118 |
| | | | | Jeremy. | ||||
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 2 | -47/+133 |
| | | | | Jeremy. | ||||
* | nsswitch/winbindd_group.c: Memory leak fixes. | Jeremy Allison | 2001-10-12 | 1 | -4/+4 |
| | | | | | | Changed "nt acl support" to a per-share parameter, fixed profile problem with w2ksp2. Jeremy | ||||
* | Source directory now in sync. | Jeremy Allison | 2001-10-11 | 1 | -10/+8 |
| | | | | Jeremy. | ||||
* | Sync-up with SAMBA_2_2 branch. | Jeremy Allison | 2001-10-11 | 2 | -100/+189 |
| | | | | Jeremy. | ||||
* | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 1 | -182/+142 |
| | | | | Jeremy. | ||||
* | - remove template from smbrun(). Now uses /tmp and mkstemp | Andrew Tridgell | 2001-04-13 | 1 | -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 Allison | 2001-04-09 | 1 | -22/+22 |
| | | | | Jeremy. | ||||
* | Added 3 params to manipulate shares. "add share command/change share command/ | Jeremy Allison | 2001-04-07 | 1 | -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 Allison | 2001-03-26 | 1 | -15/+23 |
| | | | | | | | smb.conf file in utf8. Jeremy. | ||||
* | Two OS/2 printer fixes from Jim McDonough @ IBM. | Jeremy Allison | 2001-03-23 | 1 | -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 Allison | 2001-03-16 | 1 | -6/+17 |
| | | | | Jeremy. | ||||
* | CUPS patches from Michael Sweet to enable CUPS systems to be queried directly | Jeremy Allison | 2001-03-16 | 1 | -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 Allison | 2001-03-13 | 1 | -6/+8 |
| | | | | | AS/U wants to do RPC calls down this treeid. Jeremy. | ||||
* | added 'lanman auth' & 'min protocol' code. See smb.conf(5) | Gerald Carter | 2001-03-08 | 1 | -0/+9 |
| | | | | for details | ||||
* | lib/debug.c: name clash | Jean-François Micouleau | 2001-02-10 | 1 | -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 Allison | 2001-02-09 | 1 | -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 this | Jeremy Allison | 2001-01-30 | 1 | -1/+1 |
| | | | | | change to default break response time of 10ms -> 0ms. Jeremy. | ||||
* | Merges from appliance-head. Added max print jobs parameter that limits total | Jeremy Allison | 2001-01-23 | 1 | -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 typo | Jeremy Allison | 2001-01-22 | 1 | -1/+1 |
| | | | | | in loadparm.c Removed extra \n in configure. Jeremy. | ||||
* | Merge with fixes from appliance-head. | Jeremy Allison | 2001-01-18 | 2 | -13/+14 |
| | | | | Jeremy. | ||||
* | Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter | Jeremy Allison | 2001-01-09 | 1 | -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'Neill | 2000-12-13 | 1 | -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 Allison | 2000-12-07 | 1 | -2/+2 |
| | | | | | Added calls for smbcacls. Jeremy. | ||||
* | Turn off APW by default for 2.2alpha1. | Jeremy Allison | 2000-11-23 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Raft of changes to sync up with most things in appliance head. | Jeremy Allison | 2000-11-17 | 1 | -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 Allison | 2000-11-15 | 1 | -0/+16 |
| | | | | Jeremy. | ||||
* | set default for 'debug timestamp' in 2.2 to be true. Better choice | Gerald Carter | 2000-11-14 | 1 | -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 HEAD | Gerald Carter | 2000-10-31 | 1 | -0/+19 |
| | | | | jerry | ||||
* | Added (finally!:-) David Lee's utmp patch for 2.2. Thanks David ! | Jeremy Allison | 2000-10-28 | 1 | -0/+13 |
| | | | | Jeremy. | ||||
* | Yeah - not setting getwd_cache to True as default, that'd do it for a 5x | Jeremy Allison | 2000-10-24 | 1 | -1/+1 |
| | | | | | | performance hit..... :-) :-). Jeremy. PS. Yes this was my fault for everyone who wants to throw rotten fruit... | ||||
* | Fix from Christopher Hertel: | David O'Neill | 2000-10-18 | 1 | -1/+2 |
| | | | | | | | Bug report that on some systems extended characters are being returned as negative values from the mygetc() function. I've modified the return line so that it should return values in the 0..255 range for legitimate characters. | ||||
* | Fix for growing printing.tdb by adding check on job creation. | Jeremy Allison | 2000-10-11 | 1 | -0/+4 |
| | | | | | This also updates the printing.tdb db version to 2. Jeremy. | ||||
* | Integrated support for NT and OS/2 lpq parsing. Code from | Jeremy Allison | 2000-10-07 | 1 | -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 Allison | 2000-10-06 | 1 | -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 Allison | 2000-10-03 | 1 | -0/+1 |
| | | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy. | ||||
* | Backport of the HEAD vfs changes.... | Jeremy Allison | 2000-09-28 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Added JF's print spooler notification code. Too good to miss for 2.2.x :-). | Jeremy Allison | 2000-09-26 | 1 | -0/+4 |
| | | | | Jeremy. | ||||
* | param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ↵ | Jeremy Allison | 2000-09-19 | 1 | -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 Carter | 2000-08-29 | 1 | -1/+0 |
| | | | | jerry | ||||
* | needed to use strwicmp() in smbclient code, so I moved it to util_str.c | Gerald Carter | 2000-08-29 | 1 | -31/+0 |
| | | | | | | | | and made it non-static --jerry | ||||
* | arrgh. | Andrew Tridgell | 2000-08-28 | 1 | -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! |