summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-01fixed multi-homed re-registration of names when we are a WINSAndrew Tridgell1-1/+11
2002-07-01don't start the async dns process unless we actually need it!Andrew Tridgell1-1/+1
2002-07-01bias the lookup sorting towards directly reachable IPsAndrew Tridgell2-0/+16
2002-07-01sort name query responses by how far they are from our interfaceAndrew Tridgell2-2/+43
2002-07-01fixed a bug handling startup when the ads server is not contactableAndrew Tridgell1-1/+1
2002-07-01The 17-bit length field in the header contains the number ofChristopher R. Hertel1-1/+8
2002-07-01The 17-bit length field in the header contains the number ofChristopher R. Hertel1-1/+8
2002-06-30fixed a makefile syntax error that was breaking the build on someAndrew Tridgell1-1/+1
2002-06-28Shut down printing tdb correctly - this will be more important when I goJeremy Allison2-3/+18
2002-06-28Added limit on SPOOLSS pipes from 2.2.xJeremy Allison1-8/+31
2002-06-28Test how many pipes we can open.Jeremy Allison1-0/+29
2002-06-28Const cleanup...should only be 2 warnings left from calling lib/util_str.cJim McDonough1-117/+158
2002-06-28STRING was being redefined...Jeremy Allison1-1/+0
2002-06-28don't backup to a newer fileAndrew Tridgell1-1/+17
2002-06-28make net join a bit less verboseAndrew Tridgell3-3/+3
2002-06-28don't warn on non-existant files in map_file(), let the caller handle any war...Andrew Tridgell1-1/+2