summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * bias the lookup sorting towards directly reachable IPsAndrew Tridgell2002-07-012-0/+16
| * sort name query responses by how far they are from our interfaceAndrew Tridgell2002-07-012-2/+43
| * fixed a bug handling startup when the ads server is not contactableAndrew Tridgell2002-07-011-1/+1
| * The 17-bit length field in the header contains the number ofChristopher R. Hertel2002-07-011-1/+8
| * fixed a makefile syntax error that was breaking the build on someAndrew Tridgell2002-06-301-1/+1
| * Shut down printing tdb correctly - this will be more important when I goJeremy Allison2002-06-282-3/+18
| * Added limit on SPOOLSS pipes from 2.2.xJeremy Allison2002-06-281-8/+31
| * Test how many pipes we can open.Jeremy Allison2002-06-281-0/+29
| * Const cleanup...should only be 2 warnings left from calling lib/util_str.cJim McDonough2002-06-281-117/+158
| * STRING was being redefined...Jeremy Allison2002-06-281-1/+0
| * don't backup to a newer fileAndrew Tridgell2002-06-281-1/+17
| * make net join a bit less verboseAndrew Tridgell2002-06-283-3/+3
| * don't warn on non-existant files in map_file(), let the caller handle any war...Andrew Tridgell2002-06-281-1/+2
| * don't warn on the loading of zero length files. This fixes theAndrew Tridgell2002-06-281-1/+1
| * Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-2814-1040/+1462
| * It's fairly obvious that no one has tried to upload a driverGerald Carter2002-06-272-2/+30
| * fixed a link problem with global_in_nmbdAndrew Tridgell2002-06-272-3/+3
| * The next phase in the WINS rewrite!Andrew Tridgell2002-06-2713-894/+867
| * a null grp_sid should have a 0 offset. Also removed a few more unnecessaryGerald Carter2002-06-272-17/+6
| * Using 1 for a tdb hash size makes for slow inserts....Jeremy Allison2002-06-271-1/+1
| * Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough2002-06-262-2/+2
| * more merges from SAMBA_2_2Gerald Carter2002-06-263-806/+813
| * merge from APP_HEADGerald Carter2002-06-262-16/+9
| * Typo...Jeremy Allison2002-06-261-1/+1
| * Added prs_align_uint16 for SD aligns.Jeremy Allison2002-06-261-0/+11
| * Reduce compiler warnings.Jim McDonough2002-06-261-28/+36
| * resolve_wins() now needs to be a public functionAndrew Tridgell2002-06-261-2/+2
| * This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-268-266/+557
| * we never pass any userdata when doing name registrations on theAndrew Tridgell2002-06-261-54/+51
| * removed the wins name registration code from libsmbclientAndrew Tridgell2002-06-262-229/+158
| * made the wins list handling a littler clearerAndrew Tridgell2002-06-261-9/+5
| * mumble ... fix typo ... mumbleAndrew Tridgell2002-06-261-1/+1
| * fixed we_are_multihomed() to cope with dynamic interfaces (ie. don'tAndrew Tridgell2002-06-261-6/+1
| * - completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell2002-06-266-331/+126
| * fixed 3 bugs in jeremys trans2 merge. Hopefully it now works.Andrew Tridgell2002-06-261-8/+4
| * reverted some bogus test code that jeremy accidentally committedAndrew Tridgell2002-06-261-8/+0
| * Another bug fix from metze.Andrew Bartlett2002-06-261-1/+1
| * Qualify some of the hexidecimal responses with 0xAndrew Bartlett2002-06-261-5/+5
| * And fix another missing ubiqx...Andrew Bartlett2002-06-251-1/+1
| * Fix the smbmnt compile.Andrew Bartlett2002-06-251-1/+1
| * I'm going to try and check this against Win2k shortly, but I'm certain thatAndrew Bartlett2002-06-251-1/+1
| * Try to avoid infinite loops when reteriving users - even from broken servers.Andrew Bartlett2002-06-251-1/+4
| * Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-2512-158/+67
| * And another .cvsignoreAndrew Bartlett2002-06-251-0/+1
| * Add a .cvsignore fileAndrew Bartlett2002-06-251-0/+1
| * Kill off unnecessary cast.Andrew Bartlett2002-06-251-2/+3
| * Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-2514-183/+268
| * Add a couple more DEBUG()s to winbindd.Andrew Bartlett2002-06-251-4/+9
| * fixed a bug in handling select in the main daemon - this stops the daemon spi...Andrew Tridgell2002-06-251-12/+6
| * removed compiler warningGerald Carter2002-06-251-1/+1