Age | Commit message (Expand) | Author | Files | Lines |
2003-07-14 | fix cache coherency bug in print handle print_info_2 cache. | Gerald Carter | 1 | -17/+19 |
2003-06-25 | ifdef out some functions that are not used when HAVE_ADS is not defined | Gerald Carter | 1 | -1/+1 |
2003-06-25 | large change: | Gerald Carter | 1 | -5/+10 |
2003-05-27 | Squash another compiler warning. | Tim Potter | 1 | -2/+2 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -5/+5 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -5/+5 |
2003-05-09 | Elsewhere, we use a #define for this environment variable name, so do the | Andrew Bartlett | 1 | -2/+2 |
2003-04-25 | Get credentials before publishing printers. | Jim McDonough | 1 | -0/+8 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 1 | -54/+50 |
2003-04-14 | Array size fixup for construct_nt_devicemode() from HEAD. | Tim Potter | 1 | -1/+1 |
2003-03-14 | Fix off by one bug noticed by Andrew Bartlett. | Jeremy Allison | 1 | -2/+2 |
2003-03-06 | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 1 | -1/+1 |
2003-03-05 | Writable string const fixes. | Jeremy Allison | 1 | -6/+12 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -152/+214 |
2003-02-24 | Missed one in the previous merge - user_ok() and user_in_group() now take | Andrew Bartlett | 1 | -1/+1 |
2003-02-15 | * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736 | Gerald Carter | 1 | -2/+2 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -2/+7 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -21/+21 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -4/+4 |
2002-12-13 | Store printer guid in the dsspooler registry key so we don't have to | Jim McDonough | 1 | -72/+178 |
2002-12-13 | More printer publishing code. | Jim McDonough | 1 | -6/+16 |
2002-12-05 | More printer data to publish | Jim McDonough | 1 | -33/+89 |
2002-12-04 | Janitor for tpot yet again... Merging in memory leak fix. | Jeremy Allison | 1 | -2/+2 |
2002-12-04 | Automatic printer publishing when using APW or choosing 'list in the director... | Jim McDonough | 1 | -1/+143 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -8/+11 |
2002-11-07 | Keeping branches in sync.... | Jeremy Allison | 1 | -1/+2 |
2002-10-31 | Fix slowdown because of enumerating all print queues on every smbd startup. | Jeremy Allison | 1 | -1/+7 |
2002-10-31 | Check the long_archi name for NULL. | Jeremy Allison | 1 | -0/+6 |
2002-10-21 | removed the following parameters | Gerald Carter | 1 | -62/+0 |
2002-10-04 | Add a timeout to tdb_lock_bystring(). Ensure we never have more than | Jeremy Allison | 1 | -2/+2 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -179/+436 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -495/+387 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -100/+437 |
2002-04-15 | Merge of print server permission handling fixes from HEAD. | Tim Potter | 1 | -0/+16 |
2002-04-11 | removed unnecessary memset | Gerald Carter | 1 | -2/+1 |
2002-04-11 | specversion merge from SAMBA_2_2 | Gerald Carter | 1 | -0/+2 |
2002-03-22 | Stomped on some header file version numbers that have crept back in. | Tim Potter | 1 | -1/+1 |
2002-03-17 | Added dos_errstr() function. Not all errors in list yet. | Tim Potter | 1 | -1/+1 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -12/+54 |
2002-03-14 | Backed out enumprinters stuff - leave it for another day. | Tim Potter | 1 | -1/+3 |
2002-03-12 | Merge of enumprinters vs getprinter naming patch from 2.2 | Tim Potter | 1 | -6/+8 |
2002-02-27 | Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length DEVMO... | Jeremy Allison | 1 | -1/+1 |
2002-02-19 | merge from 2.2 | Gerald Carter | 1 | -2/+2 |
2002-02-09 | Bring printing in HEAD inline with 2.2.x and app-head. | Jeremy Allison | 1 | -124/+230 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -35/+1 |
2002-01-26 | These changes commited on a 'no less broken' basis. | Andrew Bartlett | 1 | -7/+5 |
2002-01-25 | Change this code so that we don't do a lookup_name() on root. | Andrew Bartlett | 1 | -11/+3 |
2002-01-23 | merge from 2.2 | Gerald Carter | 1 | -3/+3 |