summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2002-08-17This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+64
2002-08-17fix seg fault in _spoolss_enumprinterkey after changes...Gerald Carter1-0/+1
2002-08-16Fairly large change to printing code.Gerald Carter1-10/+21
2002-08-15Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter1-30/+23
2002-08-08printing change notification merge from APPLIANCE_HEADGerald Carter2-6/+9
2002-08-07Add 'const' to the function prototypes to match the recent commit.Andrew Bartlett1-2/+2
2002-08-06Add AD version of samlogon replies for getdc. ATM it will only functionJim McDonough2-0/+24
2002-08-06Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough1-1/+18
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-13/+28
2002-07-31added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell1-1/+3
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2-0/+42
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell1-0/+1
2002-07-30OK!Simo Sorce2-5/+209
2002-07-29add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter1-1/+24
2002-07-29an initial fix for handling sparse files in smbdAndrew Tridgell2-0/+27
2002-07-29Added extern for popt_common_debug.Tim Potter1-0/+4
2002-07-28Another item off my long-term todo list:Andrew Bartlett2-3/+15
2002-07-27A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett1-11/+105
2002-07-27as per user request added windbind start/stop/restart in swatSimo Sorce1-1/+1
2002-07-25I had forgotten to commit this after running configureAndrew Tridgell1-0/+3
2002-07-24done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter1-13/+5
2002-07-24several changes in this checkinGerald Carter1-4/+9
2002-07-23* changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter1-2/+4
2002-07-23reran configureAndrew Tridgell1-10/+6
2002-07-19* refactored registry operations some. subkey lists andGerald Carter1-9/+24
2002-07-18Prevent gcc warning about shadowed global "index".Jeremy Allison1-1/+1
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter3-3/+79
2002-07-16print_jobid in the fsp struct should be uint32.Jeremy Allison1-1/+1
2002-07-15splitting off storage/retrieval routines for abstracting theGerald Carter1-0/+16
2002-07-15preparing for release of 3.0-alpha18Samba Release Account1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell31-265/+918
2002-07-14removed some meaningless const casts that were causing thousands ofAndrew Tridgell1-12/+11
2002-07-13Some fix ups but committing so Andrew can look at the problem I have.Richard Sharpe1-37/+11
2002-07-13Fix up the include file that had problems as well.Richard Sharpe1-5/+251
2002-07-11added copyrightGerald Carter1-0/+1
2002-07-11intermediate work on DeletePrinterDriverEx(). This callGerald Carter1-7/+10
2002-07-11Up the printing tdb version number to 5 as I've changed it.Jeremy Allison1-1/+1
2002-07-098-byte alignment needed for beginning driver_info_level_6.Gerald Carter1-1/+0
2002-07-08fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now.Gerald Carter1-0/+1
2002-07-08added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter1-0/+3
2002-07-08* basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter1-3/+76
2002-07-08(this should have been part of the previous commit)Andrew Bartlett2-13/+14
2002-07-05Remove C++ comments.Tim Potter1-5/+10
2002-07-04More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett1-1/+21
2002-07-04Patch to add security descriptors to the SAMR pipe.Andrew Bartlett1-0/+164
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter1-20/+25
2002-07-03Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett2-28/+0
2002-07-02Merge of constant renames from APPLIANCE_HEAD.Tim Potter1-6/+4
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+0
2002-06-28STRING was being redefined...Jeremy Allison1-1/+0