Age | Commit message (Expand) | Author | Files | Lines |
2001-07-30 | Fixup error returns in updating driver db version. | Jeremy Allison | 1 | -22/+40 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -3/+3 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -4/+4 |
2001-07-23 | Same fix for resume as for pause. | Jeremy Allison | 1 | -1/+2 |
2001-07-23 | Fix for CUPS pause/restart code. | Jeremy Allison | 1 | -2/+2 |
2001-07-23 | Fix for cups compile. | Jeremy Allison | 1 | -16/+17 |
2001-07-17 | iFix from "Shahms E. King" <shahms@shahms.com> to get cups user name | Jeremy Allison | 1 | -6/+6 |
2001-07-16 | Fix for incorrect creation of print job names, based on a patch by | Jeremy Allison | 1 | -2/+2 |
2001-07-16 | Fix from Jim Vopni - muliple definitions of "letter". | Jeremy Allison | 1 | -2/+0 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 1 | -1/+1 |
2001-07-10 | Removed unused local variables. | Tim Potter | 1 | -8/+0 |
2001-07-09 | split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookups | Jean-François Micouleau | 1 | -32/+114 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 5 | -40/+40 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 6 | -35/+13 |
2001-07-02 | Fixed extra file_free calls - my fault :-(. | Jeremy Allison | 1 | -14/+4 |
2001-06-28 | Properly instrument print_job_start()/print_job_end() so every fail case | Jeremy Allison | 1 | -4/+20 |
2001-06-26 | SGI compiler fixes. | Herb Lewis | 1 | -0/+6 |
2001-06-22 | Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(), | Jeremy Allison | 1 | -5/+5 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2 | -2/+2 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -0/+101 |
2001-05-10 | Replaced a whole bunch of lookup_name() requests in | Tim Potter | 1 | -8/+11 |
2001-05-03 | Merging Gerald's "no printer driver" fix from 2.2. | Jeremy Allison | 1 | -0/+10 |
2001-04-27 | More debug %d -> %u issues. | Jeremy Allison | 1 | -6/+6 |
2001-04-18 | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 2 | -18/+9 |
2001-04-14 | configure: | Jeremy Allison | 2 | -16/+8 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -23/+4 |
2001-04-13 | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 1 | -11/+20 |
2001-04-10 | Fixed missing HAVE_STDARG_H. | Jeremy Allison | 1 | -4/+20 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -10/+10 |
2001-04-08 | Added per-share security tdb. Tidied up many slprintfs (need -1 on length). | Jeremy Allison | 1 | -38/+39 |
2001-04-03 | Sync up with new NT forms code. | Jeremy Allison | 1 | -20/+155 |
2001-03-28 | Fixed typo bug spotted by Jim Vopni jimv@metrics.com. Caused no status to | Jeremy Allison | 1 | -1/+1 |
2001-03-27 | Patch from itegem <J.P.M.v.Itegem@ele.tue.nl> to handle LPRng v3.16 and above. | Jeremy Allison | 1 | -11/+30 |
2001-03-26 | Fix from Dave Collier Brown to log a debug at level zero on common misconfigure. | Jeremy Allison | 1 | -1/+13 |
2001-03-23 | Two OS/2 printer fixes from Jim McDonough @ IBM. | Jeremy Allison | 1 | -0/+85 |
2001-03-16 | Added Michael Sweet's CUPS patch to call directly into the CUPS backend. | Jeremy Allison | 2 | -168/+1023 |
2001-03-16 | Added files for CUP printing patch split. | Jeremy Allison | 1 | -0/+251 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 4 | -20/+9 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -1/+1 |
2001-03-03 | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 1 | -39/+15 |
2001-03-02 | Move to talloc controlled NT forms. | Jeremy Allison | 1 | -15/+39 |
2001-03-01 | Fixed a couple of getpwXX calls that were not going through the sys_getpwXX | Jeremy Allison | 1 | -2/+2 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -55/+34 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -50/+50 |
2001-02-22 | lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on... | Jeremy Allison | 1 | -17/+115 |
2001-02-22 | Fixed file descriptor leak in error processing of print jobs. | Jeremy Allison | 2 | -52/+47 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -1/+1 |
2001-02-15 | DEBUG merge from 2.2 about tdb init failure. | Herb Lewis | 1 | -2/+20 |
2001-02-12 | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 1 | -2/+13 |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 3 | -28/+94 |