Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update the manpage to better document the -j FOO -U Administrator%password | Andrew Bartlett | 2002-02-02 | 1 | -7/+25 | |
| | | | | | | | | | | | | | | | | | | | | syntax. Fix a bit of spelling. Needs autogen. Andrew Bartlett | |||||
* | | remove leading slash from tdb file name | Simo Sorce | 2002-02-01 | 1 | -5/+9 | |
| | | ||||||
* | | Merging in JohnR's changes to DEVICEMODE. | Jeremy Allison | 2002-02-01 | 2 | -18/+40 | |
| | | | | | | | | Jeremy. | |||||
* | | Added updates from Don McCall. | Jeremy Allison | 2002-02-01 | 5 | -0/+429 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix the UNIX stat/lstat issue. When changing UNIX mode don't let dosmode | Jeremy Allison | 2002-02-01 | 1 | -10/+24 | |
| | | | | | | | | | | overwrite it. Jeremy. | |||||
* | | Fix the UNIX stat/lstat bug. Factor some code that should have been | Jeremy Allison | 2002-02-01 | 5 | -776/+718 | |
| | | | | | | | | | | factored a long time ago. Jeremy. | |||||
* | | Updated packaging for Caldera OpenServer 5.0.7 | John Terpstra | 2002-02-01 | 3 | -10/+98 | |
| | | ||||||
* | | Added HPUX packaging donated by HP. | Jeremy Allison | 2002-01-31 | 12 | -0/+721 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 13 | -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 Allison | 2002-01-31 | 6 | -17/+23 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed missing read error set on return. | Jeremy Allison | 2002-01-31 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Reverted change as Andrew suggested. | Jeremy Allison | 2002-01-31 | 2 | -4/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Spelling fix. | Tim Potter | 2002-01-31 | 1 | -1/+1 | |
| | | ||||||
* | | fixed error in DEBUG output with -i | Gerald Carter | 2002-01-30 | 1 | -1/+8 | |
| | | ||||||
* | | allow smbpasswd -x to delete account even if not in /etc/passwd | Herb Lewis | 2002-01-30 | 1 | -19/+20 | |
| | | ||||||
* | | fix typo | Herb Lewis | 2002-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Add a new version of smbprint, smbprint-new.sh, with Alfred Perlstien's | Richard Sharpe | 2002-01-29 | 1 | -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 Allison | 2002-01-29 | 1 | -8/+70 | |
| | | | | | | | | Jeremy. | |||||
* | | Only allow ldap connect as root - fix from Andrew Bartlett. | Jeremy Allison | 2002-01-28 | 1 | -17/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | update packaging files | Herb Lewis | 2002-01-28 | 4 | -10/+18 | |
| | | ||||||
* | | Changed the name of UNIX query to match the revised spec. | Jeremy Allison | 2002-01-28 | 2 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | WARNING!!! schema changes. rid, pwLastSet, et. al. are now stored | Gerald Carter | 2002-01-27 | 2 | -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 docs | Gerald Carter | 2002-01-27 | 3 | -27/+160 | |
| | | ||||||
* | | fix a few typos | Gerald Carter | 2002-01-27 | 2 | -11/+11 | |
| | | ||||||
* | | Fixed ADDPRINTEREX to take a devmode and a security descriptor... | Jeremy Allison | 2002-01-26 | 3 | -36/+37 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed display of "remote downlevel document" in old print job submission | Jeremy Allison | 2002-01-25 | 4 | -5/+15 | |
| | | | | | | | | | | case. Jeremy. | |||||
* | | Make systemtime work for spooling on bigendian systems. Fix from | Jeremy Allison | 2002-01-25 | 1 | -4/+21 | |
| | | | | | | | | | | Benjamin (Bj) Kuit bj@it.uts.edu.au. Jeremy. | |||||
* | | picky about realloc (from jf). | Jeremy Allison | 2002-01-25 | 1 | -4/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | fix segfault reported by Alexander Bokovoy | Gerald Carter | 2002-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | merge from APPLIANCE_HEAD (remove add_a_printer) | Gerald Carter | 2002-01-25 | 3 | -39/+4 | |
| | | ||||||
* | | Return correct RPC fault PDU's for bad handles. | Jeremy Allison | 2002-01-25 | 4 | -34/+48 | |
| | | | | | | | | Jeremy. | |||||
* | | A double free of mem_ctx spotted by Charlene Zang of Panasas | Richard Sharpe | 2002-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | A *disgusting* hack to make some driver initialisation work. Not as bad | Jeremy Allison | 2002-01-24 | 1 | -1/+28 | |
| | | | | | | | | | | as the older srvsvc hack - but close.... Jeremy. | |||||
* | | removed ifdef that accidently got checked in | Gerald Carter | 2002-01-24 | 1 | -2/+0 | |
| | | ||||||
* | | printing/nt_printing.c: Tidyup debugs. | Jeremy Allison | 2002-01-24 | 2 | -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 Allison | 2002-01-24 | 2 | -27/+29 | |
| | | | | | | | | Jeremy. | |||||
* | | generated docs | Gerald Carter | 2002-01-24 | 14 | -819/+830 | |
| | | ||||||
* | | fixed broken links, fixed, typo, and bad SGML syntax | Gerald Carter | 2002-01-24 | 3 | -298/+104 | |
| | | ||||||
* | | updated an old comment so we don't get confused. | Gerald Carter | 2002-01-23 | 1 | -2/+2 | |
| | | ||||||
* | | ChangeID must be set on AddForm(), DeleteForm(), & SetForm() | Gerald Carter | 2002-01-23 | 1 | -1/+67 | |
| | | ||||||
* | | make sure we return the correct error code when the client | Gerald Carter | 2002-01-23 | 2 | -1/+17 | |
| | | | | | | | | attempts to add a form that already exists. | |||||
* | | fixed typo in debug statement | Gerald Carter | 2002-01-23 | 1 | -1/+1 | |
| | | ||||||
* | | Sync up with changes to startpageprinter in HEAD. | Tim Potter | 2002-01-23 | 1 | -5/+5 | |
| | | ||||||
* | | bug in processing message for spoolss_notify. We we never using the | Gerald Carter | 2002-01-23 | 1 | -1/+2 | |
| | | | | | | | | low,high values (didn't read the mesage buffer). | |||||
* | | fixed inverted logic with the lp_default_devmode() check. | Gerald Carter | 2002-01-23 | 1 | -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 Carter | 2002-01-23 | 1 | -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 Allison | 2002-01-23 | 2 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Insure caught memleak. | Jeremy Allison | 2002-01-23 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Insure fixes. | Jeremy Allison | 2002-01-23 | 2 | -12/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed link list add in wrong place that caused coredump. | Jeremy Allison | 2002-01-23 | 1 | -3/+9 | |
| | | | | | | | | Jeremy. |