Age | Commit message (Expand) | Author | Files | Lines |
2002-08-08 | printing change notification merge from APPLIANCE_HEAD | Gerald Carter | 2 | -6/+9 |
2002-08-07 | Add 'const' to the function prototypes to match the recent commit. | Andrew Bartlett | 1 | -2/+2 |
2002-08-06 | Add AD version of samlogon replies for getdc. ATM it will only function | Jim McDonough | 2 | -0/+24 |
2002-08-06 | Add SAMR 0x3e, which is samr_connect4. Seems to be the same as our | Jim McDonough | 1 | -1/+18 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -13/+28 |
2002-07-31 | added support for smbd listening on port 445 and 139. It now listens | Andrew Tridgell | 1 | -1/+3 |
2002-07-30 | Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which | Jim McDonough | 2 | -0/+42 |
2002-07-30 | net ads info now reports the IP of the LDAP server as well as its name - very... | Andrew Tridgell | 1 | -0/+1 |
2002-07-30 | OK! | Simo Sorce | 2 | -5/+209 |
2002-07-29 | add another registry rpc (opnum 0x14). Have no idea what it's real name | Gerald Carter | 1 | -1/+24 |
2002-07-29 | an initial fix for handling sparse files in smbd | Andrew Tridgell | 2 | -0/+27 |
2002-07-29 | Added extern for popt_common_debug. | Tim Potter | 1 | -0/+4 |
2002-07-28 | Another item off my long-term todo list: | Andrew Bartlett | 2 | -3/+15 |
2002-07-27 | A very long time ago (actually 6 months ago) I promised to commit this code | Andrew Bartlett | 1 | -11/+105 |
2002-07-27 | as per user request added windbind start/stop/restart in swat | Simo Sorce | 1 | -1/+1 |
2002-07-25 | I had forgotten to commit this after running configure | Andrew Tridgell | 1 | -0/+3 |
2002-07-24 | done! printer_info_2, devicemode, sec_desc, & printer data all enumerate | Gerald Carter | 1 | -13/+5 |
2002-07-24 | several changes in this checkin | Gerald Carter | 1 | -4/+9 |
2002-07-23 | * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2 | Gerald Carter | 1 | -2/+4 |
2002-07-23 | reran configure | Andrew Tridgell | 1 | -10/+6 |
2002-07-19 | * refactored registry operations some. subkey lists and | Gerald Carter | 1 | -9/+24 |
2002-07-18 | Prevent gcc warning about shadowed global "index". | Jeremy Allison | 1 | -1/+1 |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 3 | -3/+79 |
2002-07-16 | print_jobid in the fsp struct should be uint32. | Jeremy Allison | 1 | -1/+1 |
2002-07-15 | splitting off storage/retrieval routines for abstracting the | Gerald Carter | 1 | -0/+16 |
2002-07-15 | preparing for release of 3.0-alpha18 | Samba Release Account | 1 | -1/+1 |
2002-07-14 | removed some meaningless const casts that were causing thousands of | Andrew Tridgell | 1 | -12/+11 |
2002-07-13 | Some fix ups but committing so Andrew can look at the problem I have. | Richard Sharpe | 1 | -37/+11 |
2002-07-13 | Fix up the include file that had problems as well. | Richard Sharpe | 1 | -5/+251 |
2002-07-11 | added copyright | Gerald Carter | 1 | -0/+1 |
2002-07-11 | intermediate work on DeletePrinterDriverEx(). This call | Gerald Carter | 1 | -7/+10 |
2002-07-11 | Up the printing tdb version number to 5 as I've changed it. | Jeremy Allison | 1 | -1/+1 |
2002-07-09 | 8-byte alignment needed for beginning driver_info_level_6. | Gerald Carter | 1 | -1/+0 |
2002-07-08 | fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now. | Gerald Carter | 1 | -0/+1 |
2002-07-08 | added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and | Gerald Carter | 1 | -0/+3 |
2002-07-08 | * basic implementation of SPOOLSS_DELETEPRINTERDATAEX and | Gerald Carter | 1 | -3/+76 |
2002-07-08 | (this should have been part of the previous commit) | Andrew Bartlett | 2 | -13/+14 |
2002-07-05 | Remove C++ comments. | Tim Potter | 1 | -5/+10 |
2002-07-04 | More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to make | Andrew Bartlett | 1 | -1/+21 |
2002-07-04 | Patch to add security descriptors to the SAMR pipe. | Andrew Bartlett | 1 | -0/+164 |
2002-07-03 | first cut at implementing support for browsing printer and driver driver | Gerald Carter | 1 | -20/+25 |
2002-07-03 | Kill off codepage related stuff, now we don't use codepages any more. | Andrew Bartlett | 2 | -28/+0 |
2002-07-02 | Merge of constant renames from APPLIANCE_HEAD. | Tim Potter | 1 | -6/+4 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -1/+0 |
2002-06-28 | STRING was being redefined... | Jeremy Allison | 1 | -1/+0 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 4 | -24/+48 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -0/+4 |
2002-06-24 | forgot new error code from 2.2 | Gerald Carter | 1 | -0/+1 |
2002-06-24 | Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough | Jeremy Allison | 1 | -1/+11 |
2002-06-22 | Add module versioning to the passdb module system | Andrew Bartlett | 1 | -0/+14 |