summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update the manpage to better document the -j FOO -U Administrator%passwordAndrew Bartlett2002-02-021-7/+25
| | | | | | | | | | | | | | | | | | | | syntax. Fix a bit of spelling. Needs autogen. Andrew Bartlett
* | remove leading slash from tdb file nameSimo Sorce2002-02-011-5/+9
| |
* | Merging in JohnR's changes to DEVICEMODE.Jeremy Allison2002-02-012-18/+40
| | | | | | | | Jeremy.
* | Added updates from Don McCall.Jeremy Allison2002-02-015-0/+429
| | | | | | | | Jeremy.
* | Fix the UNIX stat/lstat issue. When changing UNIX mode don't let dosmodeJeremy Allison2002-02-011-10/+24
| | | | | | | | | | overwrite it. Jeremy.
* | Fix the UNIX stat/lstat bug. Factor some code that should have beenJeremy Allison2002-02-015-776/+718
| | | | | | | | | | factored a long time ago. Jeremy.
* | Updated packaging for Caldera OpenServer 5.0.7John Terpstra2002-02-013-10/+98
| |
* | Added HPUX packaging donated by HP.Jeremy Allison2002-01-3112-0/+721
| | | | | | | | Jeremy.
* | Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-3113-696/+730
| | | | | | | | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy.
* | Make revert fix for winbind. Fixups for compiling on HPUX 10.x and AIX.Jeremy Allison2002-01-316-17/+23
| | | | | | | | Jeremy.
* | Fixed missing read error set on return.Jeremy Allison2002-01-311-0/+1
| | | | | | | | Jeremy.
* | Reverted change as Andrew suggested.Jeremy Allison2002-01-312-4/+1
| | | | | | | | Jeremy.
* | Spelling fix.Tim Potter2002-01-311-1/+1
| |
* | 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.