summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-16Avoid mb conversion overflow when sending an announcement.Jeremy Allison1-1/+4
2004-03-16Avoid mb conversion overflow when sending an announcement.Jeremy Allison1-1/+4
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison22-94/+97
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison22-94/+97
2004-03-15removing extra comma in --with-fhsGerald Carter1-1/+1
2004-03-15removing extra comma in --with-fhsGerald Carter1-1/+1
2004-03-15more fixes from 3.0Gerald Carter1-3/+3
2004-03-15include swatdir in 'make showlayout'Gerald Carter1-0/+1
2004-03-15sync small fixes from 3.0 and fix compiler warning in priv codeGerald Carter6-13/+11
2004-03-15fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter1-2/+5
2004-03-15fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter1-2/+5
2004-03-14Ok, one of the latest cleanups did too much... :-)Volker Lendecke1-29/+62
2004-03-14Clean up a bit :-)Volker Lendecke2-57/+13
2004-03-14Fix 'getent group aliasname', this did not look in pdb.Volker Lendecke1-7/+12
2004-03-14Add and delete aliases via srv_samr_nt. For that I added a RID allocation callVolker Lendecke7-58/+116
2004-03-14When trying to remove a user from a group, winbind should be informedVolker Lendecke1-0/+3
2004-03-14When trying to remove a user from a group, winbind should be informedVolker Lendecke1-0/+3
2004-03-14Merge from 3.0Tim Potter1-1/+1
2004-03-14Use possessive in message asking for user's password.Tim Potter1-1/+1
2004-03-13Make alias membership maintainable via net rpc group add/delmem. AliasVolker Lendecke2-199/+60
2004-03-13Rest of my winbindd_passdb alias supportVolker Lendecke2-0/+19
2004-03-13Add alias support to winbindd_passdb. Sorry, Simo, this does not leave tooVolker Lendecke5-221/+219
2004-03-13Remove the prototype for alias support in winbind again. This will beVolker Lendecke3-324/+29
2004-03-13Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo andVolker Lendecke4-8/+339
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison6-11/+16
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison6-11/+16
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison25-176/+197
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison25-176/+197
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison5-809/+887
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison5-809/+887
2004-03-12if we are truncating to the . we need to start at the beginning in caseHerb Lewis1-1/+1
2004-03-12Bug report 1079 and fix both from Bert Driehuis.Christopher R. Hertel1-38/+78
2004-03-12Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison1-2/+2
2004-03-12Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison1-2/+2
2004-03-12Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy2-47/+55
2004-03-12Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy3-48/+56
2004-03-12Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy1-2/+2
2004-03-12Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy1-2/+2
2004-03-12Fix string overflow due to wrong size calculationAlexander Bokovoy1-1/+1
2004-03-12Fix string overflow due to wrong size calculationAlexander Bokovoy1-1/+1
2004-03-12Allow msdfs symlink syntax to be more forgiving (it took me ages to rememberJeremy Allison1-4/+12
2004-03-12Allow msdfs symlink syntax to be more forgiving (it took me ages to rememberJeremy Allison1-4/+12
2004-03-11Fix bug introduced by Jim (touche :-) :-) - use new smbldap_get_single_pstringJeremy Allison1-4/+4
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison10-77/+81
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison10-77/+81
2004-03-11Merge from 3.0. Fix munged dial in pdb_ldapJim McDonough4-48/+60
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough4-48/+60
2004-03-11add missing #ifdef HAVE_BICONV stuffHerb Lewis1-0/+3
2004-03-11add missing #ifdef HAVE_BICONV stuffHerb Lewis1-0/+3
2004-03-11BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()...Gerald Carter1-29/+19