summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fixed error in DEBUG output with -iGerald Carter2002-01-301-1/+8
| |
* | allow smbpasswd -x to delete account even if not in /etc/passwdHerb Lewis2002-01-301-19/+20
| |
* | fix typoHerb Lewis2002-01-291-1/+1
| |
* | Add a new version of smbprint, smbprint-new.sh, with Alfred Perlstien'sRichard Sharpe2002-01-291-0/+141
| | | | | | | | | | | | | | improvements etc ... If, after a couple of releases, this has not generated any problems, we can quietly retire the old one as smbprint.old and make this one the default.
* | Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison2002-01-291-8/+70
| | | | | | | | Jeremy.
* | Only allow ldap connect as root - fix from Andrew Bartlett.Jeremy Allison2002-01-281-17/+5
| | | | | | | | Jeremy.
* | update packaging filesHerb Lewis2002-01-284-10/+18
| |
* | Changed the name of UNIX query to match the revised spec.Jeremy Allison2002-01-282-2/+2
| | | | | | | | Jeremy.
* | WARNING!!! schema changes. rid, pwLastSet, et. al. are now storedGerald Carter2002-01-272-33/+66
| | | | | | | | | | | | | | | | as integers (not strings). This better enforces the schema intent. convert from strtol() to atol() since everything is in base 10. Will merge to HEAD on Monday.
* | document new "deault devmode" parameter and rebuild docsGerald Carter2002-01-273-27/+160
| |
* | fix a few typosGerald Carter2002-01-272-11/+11
| |
* | Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-263-36/+37
| | | | | | | | Jeremy.
* | Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-254-5/+15
| | | | | | | | | | case. Jeremy.
* | Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison2002-01-251-4/+21
| | | | | | | | | | Benjamin (Bj) Kuit bj@it.uts.edu.au. Jeremy.
* | picky about realloc (from jf).Jeremy Allison2002-01-251-4/+5
| | | | | | | | Jeremy.
* | fix segfault reported by Alexander BokovoyGerald Carter2002-01-251-1/+1
| |
* | merge from APPLIANCE_HEAD (remove add_a_printer)Gerald Carter2002-01-253-39/+4
| |
* | Return correct RPC fault PDU's for bad handles.Jeremy Allison2002-01-254-34/+48
| | | | | | | | Jeremy.
* | A double free of mem_ctx spotted by Charlene Zang of PanasasRichard Sharpe2002-01-251-1/+1
| |
* | A *disgusting* hack to make some driver initialisation work. Not as badJeremy Allison2002-01-241-1/+28
| | | | | | | | | | as the older srvsvc hack - but close.... Jeremy.
* | removed ifdef that accidently got checked inGerald Carter2002-01-241-2/+0
| |
* | printing/nt_printing.c: Tidyup debugs.Jeremy Allison2002-01-242-7/+4
| | | | | | | | | | rpc_server/srv_spoolss_nt.c: Don't mix up pointers allocated with malloc and talloc. Jeremy.
* | Improved debugging tracking down handle problems.Jeremy Allison2002-01-242-27/+29
| | | | | | | | Jeremy.
* | generated docsGerald Carter2002-01-2414-819/+830
| |
* | fixed broken links, fixed, typo, and bad SGML syntaxGerald Carter2002-01-243-298/+104
| |
* | updated an old comment so we don't get confused.Gerald Carter2002-01-231-2/+2
| |
* | ChangeID must be set on AddForm(), DeleteForm(), & SetForm()Gerald Carter2002-01-231-1/+67
| |
* | make sure we return the correct error code when the clientGerald Carter2002-01-232-1/+17
| | | | | | | | attempts to add a form that already exists.
* | fixed typo in debug statementGerald Carter2002-01-231-1/+1
| |
* | Sync up with changes to startpageprinter in HEAD.Tim Potter2002-01-231-5/+5
| |
* | bug in processing message for spoolss_notify. We we never using theGerald Carter2002-01-231-1/+2
| | | | | | | | low,high values (didn't read the mesage buffer).
* | fixed inverted logic with the lp_default_devmode() check.Gerald Carter2002-01-231-3/+3
| | | | | | | | Jeremy, you can beat me later for this one.... :-(
* | I know believe the GetPrinter info level 4 and 5 to be correct.Gerald Carter2002-01-231-8/+0
| | | | | | | | | | Although the Win2k spooler seems a little funny at times with these (against both Win2k and Samba print servers).
* | Don't clear a printer handle before passing it to the close fn (D'oh !).Jeremy Allison2002-01-232-5/+5
| | | | | | | | Jeremy.
* | Insure caught memleak.Jeremy Allison2002-01-231-0/+1
| | | | | | | | Jeremy.
* | Insure fixes.Jeremy Allison2002-01-232-12/+8
| | | | | | | | Jeremy.
* | Fixed link list add in wrong place that caused coredump.Jeremy Allison2002-01-231-3/+9
| | | | | | | | Jeremy.
* | Reformatting fix.Jeremy Allison2002-01-221-26/+26
| | | | | | | | Jeremy.
* | Fixed change notify as per app-head.Jeremy Allison2002-01-221-108/+47
| | | | | | | | Jeremy.
* | Updating build file for 2.2.3 release. Update provided by <evanh@caldera.com>.John Terpstra2002-01-2214-1553/+2486
| |
* | Formatting tidyups in printing/nt_printing.c rpc_server/srv_lsa_hnd.c ↵Jeremy Allison2002-01-224-56/+60
| | | | | | | | | | | | | | rpc_server/srv_spoolss_nt.c. Fixed bug in handle check in rpc_server/srv_reg_nt.c. Jeremy.
* | added comment about NT4 spoolsv.exe 12Mb PDU bugGerald Carter2002-01-221-0/+3
| |
* | merge from appliance_headGerald Carter2002-01-221-1/+1
| |
* | add "default devmode" parameter to control the generation ofGerald Carter2002-01-223-675/+682
| | | | | | | | | | default device mode for a printer when info_2.devmode == NULL. Defaults to "no" and is a service level parameter.
* | Oops. Couple of tests that shouldn't have been checked in.Gerald Carter2002-01-222-3/+7
| | | | | | | | Commented out uintil I get them finished.
* | Added in some comments and minor fixes fromGerald Carter2002-01-221-3/+42
| | | | | | | | last week's work.
* | start syncing up9 printing fixes from last week.Gerald Carter2002-01-222-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 3 changes.... * removed a bug I introduced during testing where the setup time for a printer was set to to current_time - 1day * set the printer attributes to PRINTER_ATTRIBUTE_SHARED | PRINTER_ATTRIBUTE_NETWORK. This matches NT and is needed to match the output files generated during testing.... * Respond to the GetPrinterData("W3SvcInstalled") client query. I think this is right (what I saw from NT). My only guess is that the client spooler is looking for IIS.
* | Merged Martin's RAP names.Jeremy Allison2002-01-221-20/+24
| | | | | | | | Jeremy.
* | Ensure fsp->size is up to date.Jeremy Allison2002-01-221-3/+1
| | | | | | | | Jeremy.
* | Ensure fsp->size is up to date so readraw's work.Jeremy Allison2002-01-221-9/+14
| | | | | | | | Jeremy.