summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-11BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()...Gerald Carter1-29/+19
2004-03-11Ensure we use check_path_syntax() to pull out DFS paths.Jeremy Allison1-7/+2
2004-03-11Ensure we use check_path_syntax() to pull out DFS paths.Jeremy Allison1-7/+2
2004-03-11Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison1-5/+23
2004-03-11Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison1-5/+23
2004-03-10lsa_enumaccounts lists all SIDs that have been granted privileges. Simo,Volker Lendecke1-22/+8
2004-03-10Remove expanding sids from smbd, this will be done in winbindd.Volker Lendecke1-25/+0
2004-03-10Apply some constVolker Lendecke5-14/+14
2004-03-10Don't pass DOM_SIDs around when pointers are enough.Volker Lendecke2-6/+6
2004-03-10another typeHerb Lewis1-1/+1
2004-03-10another typoHerb Lewis1-1/+1
2004-03-10Moving towards getting msdfs working again (this looks like it was brokenJeremy Allison1-5/+62
2004-03-10Moving towards getting msdfs working again (this looks like it was brokenJeremy Allison1-5/+62
2004-03-10Formatting reformat before I start to change anything here.Jeremy Allison1-273/+258
2004-03-10Formatting reformat before I start to change anything here.Jeremy Allison1-273/+258
2004-03-10fix typo for tag in proto fileHerb Lewis1-1/+1
2004-03-10fix type for tag in proto fileHerb Lewis1-1/+1
2004-03-09Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2-16/+10
2004-03-09Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2-16/+10
2004-03-09Yet another '\n' termination of debug message.Rafal Szczesniak1-1/+1
2004-03-09Yet another '\n' termination of debug message.Rafal Szczesniak1-1/+1
2004-03-09Forgot to put some more comments.Rafal Szczesniak1-0/+34
2004-03-091) Two new functions to trust passwords interface in passdb:Rafal Szczesniak4-22/+280
2004-03-09Fix to debug message lacking termination with '\n'.Rafal Szczesniak1-12/+12
2004-03-09Fix to debug message lacking termination with '\n'.Rafal Szczesniak1-14/+14
2004-03-09fix build with gcc 2.96 and --with-developerGerald Carter1-1/+1