summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-27Jelmer has been keeping on top of the typos.Andrew Bartlett4-3/+6
2002-06-27We don't use SSL any more...Andrew Bartlett1-405/+0
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
2002-06-25And fix another missing ubiqx...Andrew Bartlett1-1/+1
2002-06-25Fix the smbmnt compile.Andrew Bartlett1-1/+1
2002-06-25I'm going to try and check this against Win2k shortly, but I'm certain thatAndrew Bartlett1-1/+1
2002-06-25Try to avoid infinite loops when reteriving users - even from broken servers.Andrew Bartlett1-1/+4
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett12-158/+67
2002-06-25And another .cvsignoreAndrew Bartlett1-0/+1
2002-06-25Add a .cvsignore fileAndrew Bartlett1-0/+1
2002-06-25Kill off unnecessary cast.Andrew Bartlett1-2/+3
2002-06-25Break up samba's object dependencies, and its prototype includes.Andrew Bartlett14-183/+268
2002-06-25Add a couple more DEBUG()s to winbindd.Andrew Bartlett1-4/+9
2002-06-25fixed a bug in handling select in the main daemon - this stops the daemon spi...Andrew Tridgell1-12/+6
2002-06-25removed compiler warningGerald Carter1-1/+1
2002-06-25merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on somethingGerald Carter3-820/+921
2002-06-24merging some autoconf changes from SAMBA_2_2Gerald Carter3-1091/+1025
2002-06-24sync with the sec_desc parsing fix from APP_HEAD. I will probably needGerald Carter1-16/+11
2002-06-24replacing free() with SAFE_FREE() where possibleGerald Carter1-8/+8
2002-06-24backing out changes for nowGerald Carter1-11/+11
2002-06-24compile fixGerald Carter1-0/+1
2002-06-24forgot new error code from 2.2Gerald Carter1-0/+1
2002-06-24printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter6-71/+131
2002-06-24Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough4-349/+315