summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-26removed the wins name registration code from libsmbclientAndrew Tridgell2-229/+158
2002-06-26made the wins list handling a littler clearerAndrew Tridgell1-9/+5
2002-06-26mumble ... fix typo ... mumbleAndrew Tridgell1-1/+1
2002-06-26fixed we_are_multihomed() to cope with dynamic interfaces (ie. don'tAndrew Tridgell1-6/+1
2002-06-26- completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell6-331/+126
2002-06-26fixed 3 bugs in jeremys trans2 merge. Hopefully it now works.Andrew Tridgell1-8/+4
2002-06-26reverted some bogus test code that jeremy accidentally committedAndrew Tridgell1-8/+0
2002-06-26Another bug fix from metze.Andrew Bartlett1-1/+1
2002-06-26Qualify some of the hexidecimal responses with 0xAndrew Bartlett1-5/+5