summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * this fixes the ads dump codeAndrew Tridgell2002-07-111-3/+3
| * all that is left to do is to actually perform theGerald Carter2002-07-113-19/+183
| * intermediate work on DeletePrinterDriverEx(). This callGerald Carter2002-07-113-97/+180
| * Up the printing tdb version number to 5 as I've changed it.Jeremy Allison2002-07-111-1/+1
| * *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-118-162/+424
| * If we get a SID from group mapping, no need to check it's prefix.Andrew Bartlett2002-07-101-6/+6
| * some support functions to ease the next commit.Simo Sorce2002-07-091-6/+96
| * 8-byte alignment needed for beginning driver_info_level_6.Gerald Carter2002-07-093-23/+36
| * Added -I option to rpcclient.Tim Potter2002-07-091-12/+20
| * make sure we disable referrals in all ldap searches - they are badlyAndrew Tridgell2002-07-091-0/+3
| * fix declaration of global_in_nmbdAndrew Tridgell2002-07-091-1/+1
| * the last WINS update broke self registration when we are a WINSAndrew Tridgell2002-07-092-10/+4
| * Make it clear that the debug comment is the same as the command being testedAndrew Bartlett2002-07-091-1/+1
| * fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now.Gerald Carter2002-07-082-21/+25
| * Fix length in snprintf invocation to account for "dn:" in sasl gssapi bind.Jim McDonough2002-07-081-2/+1
| * fix typoGerald Carter2002-07-081-1/+1
| * added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter2002-07-084-66/+200
| * * basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter2002-07-084-4/+350
| * Fix for LPRng from James Henstridge james@daa.com.au.Jeremy Allison2002-07-081-0/+2
| * Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-085-6/+6
| * Fix const warningAndrew Bartlett2002-07-081-1/+1
| * Jerry: Sorry if I am stepping on toes here, but this should fix the compile onAndrew Bartlett2002-07-081-16/+17
| * (this should have been part of the previous commit)Andrew Bartlett2002-07-083-14/+51
| * Updates to the 'name -> sid' code:Andrew Bartlett2002-07-073-7/+6
| * Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control.Andrew Bartlett2002-07-061-2/+4
| * Remove C++ comments.Tim Potter2002-07-052-7/+12
| * Fix debug comment.Andrew Bartlett2002-07-051-1/+1
| * Fix from Andrew Esh for coredump...Jeremy Allison2002-07-041-8/+11
| * fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter2002-07-042-15/+15
| * More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett2002-07-044-1/+116
| * * fix seg fault caused by missing DLIST_REMOVE in free_fn()Gerald Carter2002-07-041-1/+3
| * Patch to add security descriptors to the SAMR pipe.Andrew Bartlett2002-07-042-121/+766
| * Always free_conn() after all the DEBUG()s etc.Andrew Bartlett2002-07-041-3/+3
| * Fixed incorrect debug.Tim Potter2002-07-041-1/+1
| * first cut at implementing support for browsing printer and driver driverGerald Carter2002-07-035-93/+802
| * Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett2002-07-037-366/+461
| * Make these functions static. These are not mentioned in the external header,Andrew Bartlett2002-07-031-4/+4
| * Add my copyright (which I should have added months ago...)Andrew Bartlett2002-07-031-0/+1
| * Fix the spelling in the LDAP attributesAndrew Bartlett2002-07-031-2/+2
| * Fix the forword prototype to be a static for this static function.Andrew Bartlett2002-07-031-1/+1
| * Remove invalid comment - these are all 'unix' strings now.Andrew Bartlett2002-07-031-1/+1
| * Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett2002-07-035-892/+816
| * Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-0214-81/+121
| * fixed our winreg parsing to handle a diifferent form given to us byAndrew Tridgell2002-07-021-6/+8
| * Merge of constant renames from APPLIANCE_HEAD.Tim Potter2002-07-023-67/+65
| * fixed a prototype problem in client.cAndrew Tridgell2002-07-021-0/+3
| * used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-0123-304/+80
| * ads_mod_ber should be static, not publicAndrew Tridgell2002-07-011-2/+2
| * fixed multi-homed re-registration of names when we are a WINSAndrew Tridgell2002-07-011-1/+11
| * don't start the async dns process unless we actually need it!Andrew Tridgell2002-07-011-1/+1