Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13815: "Into the blind world let us now descend," | Gerald Carter | 1 | -45/+10 |
2007-10-10 | r5806: * fix a couple more segvs in spoolss | Gerald Carter | 1 | -0/+3 |
2003-08-23 | it never amazes me when some new things crawls out of the windows | Gerald Carter | 1 | -1/+1 |
2003-08-14 | Attempt at fixing bug #283. There however is no solution. | Gerald Carter | 1 | -2/+9 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -2/+2 |
2003-04-15 | use the new modules system for the rpc modules (backport from HEAD) | Jelmer Vernooij | 1 | -4/+0 |
2003-02-14 | merge from HEAD - enable dynamic RPC modules | Jim McDonough | 1 | -14/+15 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -0/+63 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -2/+123 |
2002-04-22 | printing merge from HEAD | Gerald Carter | 1 | -4/+0 |
2002-03-26 | OpenPrinter() merge from 2.2 | Gerald Carter | 1 | -0/+31 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -7/+27 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 1 | -1/+39 |
2001-11-22 | merge from 2.2 | Gerald Carter | 1 | -0/+60 |
2001-11-09 | Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the | Gerald Carter | 1 | -2/+2 |
2001-11-05 | Wrote some stubs for new win2k only spoolss rpc commands: | Tim Potter | 1 | -0/+63 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -2/+2 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -1/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -1/+1 |
2001-06-21 | Merging Gerry's spoolss changes. | Jeremy Allison | 1 | -0/+33 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -0/+33 |
2001-03-27 | merge from 2.2. | Gerald Carter | 1 | -10/+10 |
2001-03-19 | reverted the rename of new_spoolss_io_r_enumprinterdrivers() | Gerald Carter | 1 | -1/+1 |
2001-03-15 | renamed one of the enumprinterdrivers parsing functions | Gerald Carter | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+5 |
2001-03-03 | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 1 | -0/+3 |
2001-02-28 | Finished converion of spoolss code to canonical format. Now to work on the | Jeremy Allison | 1 | -65/+31 |
2001-02-28 | More converted to canonical format. Home now - do the rest tomorrow... | Jeremy Allison | 1 | -35/+17 |
2001-02-28 | Converted more to canonical format... save as I go., | Jeremy Allison | 1 | -16/+8 |
2001-02-28 | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 1 | -6/+3 |
2001-02-28 | Partial conversion of SPOOLSS code to canonical format. More to follow. | Jeremy Allison | 1 | -31/+18 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -120/+3 |
2001-01-31 | Changes from SAMBA_2_2: | David O'Neill | 1 | -1/+1 |
2001-01-17 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+1 |
2000-09-09 | Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs). | Jeremy Allison | 1 | -0/+32 |
2000-09-05 | Implemented GETFORM tested and working using Gerald's Win32 test progs.... | Jeremy Allison | 1 | -0/+38 |
2000-08-31 | Implemented DELETEFORM tested using Gerald's Win32 test code :-). | Jeremy Allison | 1 | -0/+28 |
2000-08-30 | Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all | Jeremy Allison | 1 | -0/+31 |
2000-08-28 | yipee! | Andrew Tridgell | 1 | -2/+3 |
2000-07-25 | A rather big change set ! (listed in no particular order) | Jean-François Micouleau | 1 | -1/+1 |
2000-07-06 | Pass pipes_struct rather than vuid down to startdocprinter, setprinter and | Tim Potter | 1 | -3/+3 |
2000-06-20 | Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also some | Jeremy Allison | 1 | -0/+1 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -40/+108 |
2000-06-06 | Memory leak fixes. | Jeremy Allison | 1 | -1/+1 |
2000-06-05 | Some tidyup fixes (memory leaks etc.). Still no progress with the | Jeremy Allison | 1 | -0/+2 |