summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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
2002-06-28don't warn on the loading of zero length files. This fixes theAndrew Tridgell1-1/+1
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison14-1040/+1462
2002-06-27It's fairly obvious that no one has tried to upload a driverGerald Carter2-2/+30
2002-06-27fixed a link problem with global_in_nmbdAndrew Tridgell2-3/+3
2002-06-27The next phase in the WINS rewrite!Andrew Tridgell13-894/+867
2002-06-27a null grp_sid should have a 0 offset. Also removed a few more unnecessaryGerald Carter2-17/+6
2002-06-27Using 1 for a tdb hash size makes for slow inserts....Jeremy Allison1-1/+1
2002-06-26Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough2-2/+2
2002-06-26more merges from SAMBA_2_2Gerald Carter3-806/+813
2002-06-26merge from APP_HEADGerald Carter2-16/+9
2002-06-26Typo...Jeremy Allison1-1/+1
2002-06-26Added prs_align_uint16 for SD aligns.Jeremy Allison1-0/+11
2002-06-26Reduce compiler warnings.Jim McDonough1-28/+36
2002-06-26resolve_wins() now needs to be a public functionAndrew Tridgell1-2/+2
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell8-266/+557
2002-06-26we never pass any userdata when doing name registrations on theAndrew Tridgell1-54/+51