Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added vfs_unlink call to ensure vfs is used on unlink from client. | Jeremy Allison | 2000-08-30 | 3 | -2/+12 | |
| | | | | Jeremy. | |||||
* | Fix for bind interfaces only sometimes picking the wrong IP address | Jeremy Allison | 2000-08-30 | 1 | -2/+24 | |
| | | | | | for a name query. From Steve Langasek <vorlon@netexpress.net>. Jeremy. | |||||
* | Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all | Jeremy Allison | 2000-08-30 | 8 | -13/+112 | |
| | | | | | | possible printjobs from that printer (I think this is correct). Added error code returns for print_queue_XXX() functions. Jeremy. | |||||
* | missed removing the static declaration of strwicmp() | Gerald Carter | 2000-08-29 | 1 | -1/+0 | |
| | | | | jerry | |||||
* | make proto | Gerald Carter | 2000-08-29 | 1 | -0/+2 | |
| | ||||||
* | added -P (for no prompt) and -A <authfile> options | Gerald Carter | 2000-08-29 | 3 | -33/+103 | |
| | | | | jerry | |||||
* | added a #define for SPOOLSSGETPRINTERDATAEX. Although we do not | Gerald Carter | 2000-08-29 | 1 | -0/+1 | |
| | | | | | | | | | support the RPC yte (win2k specific), I added it for documentation purposes. jerry | |||||
* | fixed previous bug spotted by Elrond in get_printerdrivernumber(). | Gerald Carter | 2000-08-29 | 1 | -16/+17 | |
| | | | | | | | | | | Thought I had already committed this. jerry | |||||
* | added -A <authfile> option to smbclient for the reading of username / | Gerald Carter | 2000-08-29 | 1 | -9/+71 | |
| | | | | | | | | password credentials from a file. --jerry | |||||
* | needed to use strwicmp() in smbclient code, so I moved it to util_str.c | Gerald Carter | 2000-08-29 | 2 | -31/+30 | |
| | | | | | | | | and made it non-static --jerry | |||||
* | make rpcclent by default. | Gerald Carter | 2000-08-29 | 1 | -1/+1 | |
| | | | | --jerry | |||||
* | added the -A <authfile> option for allowing the reading of user | Gerald Carter | 2000-08-29 | 3 | -213/+265 | |
| | | | | | | | | name and password credentials from a file. Designed for use when needed to passwd credentials between scripts --jerry | |||||
* | first draft at rpcclient man page for HEAD branch. Taken heavily | Gerald Carter | 2000-08-29 | 3 | -0/+744 | |
| | | | | | | | | from the man page in TNG. Updated for newer spoolss commands. jerry | |||||
* | This doesn't compile but is a placeholder for moving the UNIX | Jeremy Allison | 2000-08-29 | 1 | -0/+618 | |
| | | | | | acl code over to POSIX acls. Jeremy. | |||||
* | smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error. | Jeremy Allison | 2000-08-28 | 2 | -3/+2 | |
| | | | | | smbd/reply.c: Fixed lowercasing UNIX character set problem. Jeremy. | |||||
* | added a little description of useage and output format since this gives | Herb Lewis | 2000-08-28 | 1 | -1/+27 | |
| | | | | more info than just what parameters are not supported by SWAT. | |||||
* | fixed typos spotted by Ron Alexander <rcalex@home.com> | Gerald Carter | 2000-08-28 | 2 | -2/+2 | |
| | | | | --jerry | |||||
* | script written by herb for reporting which smb.conf parameters | Gerald Carter | 2000-08-28 | 1 | -0/+96 | |
| | | | | | | | | | are in loarparm.c but not supported by SWAT. I just thought it looked fun. :-) --jerry | |||||
* | Merge bug - still getting used to dirdiff. | Tim Potter | 2000-08-28 | 1 | -1/+0 | |
| | ||||||
* | Oops - missed a file. | Tim Potter | 2000-08-28 | 1 | -0/+42 | |
| | ||||||
* | Merge from appliance branch. | Tim Potter | 2000-08-28 | 3 | -0/+12 | |
| | ||||||
* | yipee! | Andrew Tridgell | 2000-08-28 | 5 | -6/+24 | |
| | | | | | | | | | | | | The spoolss AddJob function has an [in,out] buffer not an [in] buffer (despite the comment in the code to the contrary). Also, we must fail this function - not just blindly reply "no problem" as AddJob should always fail on non-local printers. This fixes a bug where the "print test page" failed about half the time. I suspect it will also fix a bunch of other intermittent spoolss bugs where the client (incorrectly) tries to use the AddJob printing interface. | |||||
* | made reopen_logs() always re-open logs, not try and be smart about not | Andrew Tridgell | 2000-08-28 | 1 | -37/+34 | |
| | | | | | re-opening in some circumstances. This fixes a problem where a HUP does not re-open logs and leaves the log open on a unlinked file. | |||||
* | 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! | |||||
* | vfs write data fix. Fix for name matching in addtosmbpass | Jeremy Allison | 2000-08-25 | 2 | -3/+3 | |
| | | | | Jeremy. | |||||
* | Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant. | Tim Potter | 2000-08-25 | 1 | -1/+1 | |
| | ||||||
* | - fixed the %U macro so that the old (and documented) semantics work | Andrew Tridgell | 2000-08-25 | 1 | -2/+13 | |
| | | | | | | | | | again. This got broken with one of the substitute.c updates a couple of months ago. - also fixed %u to return the username from the current_user structure when called via a method that does not have direct access to the username. I cache the uidtoname() result to prevent thrashing nss. | |||||
* | Updated file with version in TNG. | Tim Potter | 2000-08-25 | 1 | -2/+3 | |
| | ||||||
* | Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACL | Jeremy Allison | 2000-08-24 | 1 | -8/+9 | |
| | | | | | code.... Jeremy. | |||||
* | Tidied up some error returns from printing calls. Still need to map UNIX | Jeremy Allison | 2000-08-23 | 3 | -10/+16 | |
| | | | | | errors to NT error for print job failure returns. Patch from John Reilly at HP. Jeremy. | |||||
* | Documentation on NT_USER_TOKEN. Requested by Sander. | Jeremy Allison | 2000-08-23 | 1 | -0/+5 | |
| | | | | Jeremy. | |||||
* | Added code to do SID to uid/gid conversion. Needed for ACL support. | Jeremy Allison | 2000-08-23 | 5 | -26/+266 | |
| | | | | Jeremy. | |||||
* | Patch from John Reilly <jreilly@hp.com> for not processing duplicate files | Tim Potter | 2000-08-22 | 1 | -0/+8 | |
| | | | | when moving printer driver to download area. | |||||
* | Fix for safe_free freeing static strings. From Robert August Vincent, II. | Jeremy Allison | 2000-08-21 | 1 | -5/+6 | |
| | | | | Jeremy. | |||||
* | oops. must return "" string and length zero when strlen(filebuf) == 0 | Luke Leighton | 2000-08-18 | 1 | -13/+16 | |
| | ||||||
* | fixed an off by one error where I was tromping on memory | Gerald Carter | 2000-08-18 | 1 | -1/+1 | |
| | | | | | | | | when initializing a driver_info_3 struct. See spoolss_addprinterdriver() jerry | |||||
* | fixed initialization errors (again!) I must have forgot to | Gerald Carter | 2000-08-18 | 1 | -0/+6 | |
| | | | | | | | | | check these in before. jerry | |||||
* | getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1] | Luke Leighton | 2000-08-18 | 1 | -10/+13 | |
| | | | | is NOT ok. | |||||
* | changing some debug message levels | Gerald Carter | 2000-08-18 | 1 | -12/+12 | |
| | | | | j- | |||||
* | Fix for Win9x driver downloads when information is | Gerald Carter | 2000-08-17 | 1 | -83/+153 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stored in the TDB. See the message I posted about this on samba-technical * If the admin does not desire the new NT print driver support, nothing needs to be done. All existing parameters work the same. * If the admin wants to take advantage of NT printer driver support but does not want to migrate the 9x drivers to the new setup, the leave the existing printers.def file. When smbd attempts to locate a 9x driver for the printer in the TDB and fails it will drop down to using the printers.def (and all associated parameters). The make_printerdef tool will also remain for backwards compatibility but will be moved to the "this tool is the old way of doing it" pile. * If the admin installs a 9x driver for a printer on a Samba host (in the printing TDB), this information will take precedence and the three old printing parameters will be ignored (including print driver location). * If an admin wants to migrate the printers.def file into the new setup, I can write a script to do this using rpcclient. The main problem is the driver namespace (we need the NT driver name first in order to be consistent). jerry | |||||
* | added comment for my own memory purposes | Gerald Carter | 2000-08-17 | 1 | -0/+1 | |
| | | | | jerry | |||||
* | hack for unmarshalling unistr's on machines with BIG_ENDIAN arch | Gerald Carter | 2000-08-16 | 1 | -2/+19 | |
| | | | | | | | | | | I think we have a lot more of these bugs lurking (i'm fairly confident of it). jerry | |||||
* | - fixed memcpy bug in copy_unistr2() | Gerald Carter | 2000-08-16 | 1 | -7/+21 | |
| | | | | | | | | | - init_unistr2_from_unistr() does not NULL terminate the buffer --jerry | |||||
* | fixed unitialized struct bug in enum_users (whatever it is called) | Gerald Carter | 2000-08-16 | 1 | -1/+5 | |
| | | | | jerry | |||||
* | fixed typo. | Gerald Carter | 2000-08-16 | 1 | -1/+1 | |
| | | | | jerry | |||||
* | fixed error in [public] spotted by Ron Alexander <rcalex@home.com> | Gerald Carter | 2000-08-15 | 1 | -2/+1 | |
| | | | | | | | | changed to read only = yes jerry | |||||
* | Merge of uninitialised variable fix from APPLIANCE_HEAD. | Tim Potter | 2000-08-15 | 1 | -4/+1 | |
| | ||||||
* | Tidied up extra ()'s. | Jeremy Allison | 2000-08-15 | 1 | -12/+12 | |
| | | | | Jeremy | |||||
* | Reverted the change Luke made. Removed IS_BITS_SET_XX macros. | Jeremy Allison | 2000-08-14 | 2 | -18/+7 | |
| | | | | | | | | Do not re-add them. These macros are unsafe as they are not understood. Change all TNG code using them to correct '&' and '|' please. IS_BITS_SET_ALL was being used in cmd_interp.c when IS_BITS_SET_SOME should have been used. Jeremy. | |||||
* | Merge. | Tim Potter | 2000-08-14 | 1 | -2/+2 | |
| |