summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change us...Gerald Carter2004-03-181-1/+1
| * Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison2004-03-181-0/+3
| * Commit Derrell Lipman's changes and fixes to libsmbclient. The build butRichard Sharpe2004-03-186-119/+548
| * Fix sambaUserWorkstations for network samlogons against us as DC. StripVolker Lendecke2004-03-181-1/+9
| * Two little annoyances:Volker Lendecke2004-03-182-3/+2
| * Added a varient of Volker's patch to fix the "self-referrals as anonymous user"Jeremy Allison2004-03-181-19/+49
| * Remove excess logging when probing for the length of the next mb char.Jeremy Allison2004-03-172-13/+20
| * asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...Gerald Carter2004-03-171-0/+2
| * BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma buildGerald Carter2004-03-171-1/+6
| * Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison2004-03-172-43/+17
| * Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison2004-03-162-0/+25
| * merges from 3.0Gerald Carter2004-03-163-4/+9
| * BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...Gerald Carter2004-03-161-0/+4
| * Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy2004-03-162-1/+23
| * merging print change notify fix from HP appliance. Also might address some o...Gerald Carter2004-03-162-80/+16
| * BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter2004-03-164-76/+96
| * Make sure we don't clobber the stack when response consists of the emptyRichard Sharpe2004-03-161-1/+4
| * Avoid mb conversion overflow when sending an announcement.Jeremy Allison2004-03-161-1/+4
| * Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-1522-94/+97
| * removing extra comma in --with-fhsGerald Carter2004-03-151-1/+1
| * more fixes from 3.0Gerald Carter2004-03-151-3/+3
| * sync small fixes from 3.0 and fix compiler warning in priv codeGerald Carter2004-03-156-13/+11
| * fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter2004-03-151-2/+5
| * Ok, one of the latest cleanups did too much... :-)Volker Lendecke2004-03-141-29/+62
| * Clean up a bit :-)Volker Lendecke2004-03-142-57/+13
| * Fix 'getent group aliasname', this did not look in pdb.Volker Lendecke2004-03-141-7/+12
| * Add and delete aliases via srv_samr_nt. For that I added a RID allocation callVolker Lendecke2004-03-147-58/+116
| * When trying to remove a user from a group, winbind should be informedVolker Lendecke2004-03-141-0/+3
| * Merge from 3.0Tim Potter2004-03-141-1/+1
| * Make alias membership maintainable via net rpc group add/delmem. AliasVolker Lendecke2004-03-132-199/+60
| * Rest of my winbindd_passdb alias supportVolker Lendecke2004-03-132-0/+19
| * Add alias support to winbindd_passdb. Sorry, Simo, this does not leave tooVolker Lendecke2004-03-135-221/+219
| * Remove the prototype for alias support in winbind again. This will beVolker Lendecke2004-03-133-324/+29
| * Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo andVolker Lendecke2004-03-134-8/+339
| * Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-136-11/+16
| * Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-1325-176/+197
| * First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-135-809/+887
| * Bug report 1079 and fix both from Bert Driehuis.Christopher R. Hertel2004-03-121-38/+78
| * Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison2004-03-121-2/+2
| * Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy2004-03-123-48/+56
| * Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy2004-03-121-2/+2
| * Fix string overflow due to wrong size calculationAlexander Bokovoy2004-03-121-1/+1
| * Allow msdfs symlink syntax to be more forgiving (it took me ages to rememberJeremy Allison2004-03-121-4/+12
| * Fix bug introduced by Jim (touche :-) :-) - use new smbldap_get_single_pstringJeremy Allison2004-03-111-4/+4
| * Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-1110-77/+81
| * Merge from 3.0. Fix munged dial in pdb_ldapJim McDonough2004-03-114-48/+60
| * add missing #ifdef HAVE_BICONV stuffHerb Lewis2004-03-111-0/+3
| * BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()...Gerald Carter2004-03-111-29/+19
| * Ensure we use check_path_syntax() to pull out DFS paths.Jeremy Allison2004-03-111-7/+2
| * Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison2004-03-111-5/+23