summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-07-11this implements a completely new strategy for fetching groupAndrew Tridgell2-33/+118
2002-07-11last check in for tonight.Gerald Carter3-56/+139
2002-07-11this fixes the ads dump codeAndrew Tridgell1-3/+3
2002-07-11all that is left to do is to actually perform theGerald Carter3-19/+183
2002-07-11intermediate work on DeletePrinterDriverEx(). This callGerald Carter3-97/+180
2002-07-11Up the printing tdb version number to 5 as I've changed it.Jeremy Allison1-1/+1
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison8-162/+424
2002-07-10If we get a SID from group mapping, no need to check it's prefix.Andrew Bartlett1-6/+6
2002-07-09some support functions to ease the next commit.Simo Sorce1-6/+96
2002-07-098-byte alignment needed for beginning driver_info_level_6.Gerald Carter3-23/+36
2002-07-09Added -I option to rpcclient.Tim Potter1-12/+20
2002-07-09make sure we disable referrals in all ldap searches - they are badlyAndrew Tridgell1-0/+3
2002-07-09fix declaration of global_in_nmbdAndrew Tridgell1-1/+1
2002-07-09the last WINS update broke self registration when we are a WINSAndrew Tridgell2-10/+4
2002-07-09Make it clear that the debug comment is the same as the command being testedAndrew Bartlett1-1/+1
2002-07-08fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now.Gerald Carter2-21/+25
2002-07-08Fix length in snprintf invocation to account for "dn:" in sasl gssapi bind.Jim McDonough1-2/+1
2002-07-08fix typoGerald Carter1-1/+1
2002-07-08added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter4-66/+200
2002-07-08* basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter4-4/+350
2002-07-08Fix for LPRng from James Henstridge james@daa.com.au.Jeremy Allison1-0/+2
2002-07-08Kill off const warnings - add a pile of const to various places.Andrew Bartlett5-6/+6
2002-07-08Fix const warningAndrew Bartlett1-1/+1
2002-07-08Jerry: Sorry if I am stepping on toes here, but this should fix the compile onAndrew Bartlett1-16/+17
2002-07-08(this should have been part of the previous commit)Andrew Bartlett3-14/+51
2002-07-07Updates to the 'name -> sid' code:Andrew Bartlett3-7/+6
2002-07-06Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control.Andrew Bartlett1-2/+4
2002-07-05Remove C++ comments.Tim Potter2-7/+12
2002-07-05Fix debug comment.Andrew Bartlett1-1/+1
2002-07-04Fix from Andrew Esh for coredump...Jeremy Allison1-8/+11
2002-07-04fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter2-15/+15
2002-07-04More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett4-1/+116
2002-07-04* fix seg fault caused by missing DLIST_REMOVE in free_fn()Gerald Carter1-1/+3
2002-07-04Patch to add security descriptors to the SAMR pipe.Andrew Bartlett2-121/+766
2002-07-04Always free_conn() after all the DEBUG()s etc.Andrew Bartlett1-3/+3
2002-07-04Fixed incorrect debug.Tim Potter1-1/+1
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter5-93/+802
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett7-366/+461
2002-07-03Make these functions static. These are not mentioned in the external header,Andrew Bartlett1-4/+4
2002-07-03Add my copyright (which I should have added months ago...)Andrew Bartlett1-0/+1
2002-07-03Fix the spelling in the LDAP attributesAndrew Bartlett1-2/+2
2002-07-03Fix the forword prototype to be a static for this static function.Andrew Bartlett1-1/+1
2002-07-03Remove invalid comment - these are all 'unix' strings now.Andrew Bartlett1-1/+1
2002-07-03Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett5-892/+816
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison14-81/+121
2002-07-02fixed our winreg parsing to handle a diifferent form given to us byAndrew Tridgell1-6/+8
2002-07-02Merge of constant renames from APPLIANCE_HEAD.Tim Potter3-67/+65
2002-07-02fixed a prototype problem in client.cAndrew Tridgell1-0/+3
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell23-304/+80
2002-07-01ads_mod_ber should be static, not publicAndrew Tridgell1-2/+2