summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix overlapping memory bug when copying usernameGerald Carter2004-03-161-2/+5
* BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...Gerald Carter2004-03-161-0/+4
* BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -...Gerald Carter2004-03-162-2/+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
* 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
* include swatdir in 'make showlayout'Gerald Carter2004-03-151-0/+1
* fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter2004-03-151-2/+5
* When trying to remove a user from a group, winbind should be informedVolker Lendecke2004-03-141-0/+3
* Use possessive in message asking for user's password.Tim Potter2004-03-141-1/+1
* 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
* if we are truncating to the . we need to start at the beginning in caseHerb Lewis2004-03-121-1/+1
* 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-122-47/+55
* 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
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-1110-77/+81
* Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim 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
* another typoHerb Lewis2004-03-101-1/+1
* Moving towards getting msdfs working again (this looks like it was brokenJeremy Allison2004-03-101-5/+62
* Formatting reformat before I start to change anything here.Jeremy Allison2004-03-101-273/+258
* fix typo for tag in proto fileHerb Lewis2004-03-101-1/+1
* Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2004-03-092-16/+10
* Yet another '\n' termination of debug message.Rafal Szczesniak2004-03-091-1/+1
* Fix to debug message lacking termination with '\n'.Rafal Szczesniak2004-03-091-12/+12
* fix build with gcc 2.96 and --with-developerGerald Carter2004-03-091-1/+1
* Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett2004-03-094-8/+94
* JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett2004-03-091-2/+10
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-096-12/+82
* Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison2004-03-081-5/+11
* Get us a little closer to Windows LSA semantics.Volker Lendecke2004-03-071-10/+1
* This might not be used a lot and might not survive for long, but at least itVolker Lendecke2004-03-072-7/+11
* Fix typo.Tim Potter2004-03-071-1/+1
* Merge from HEAD.Tim Potter2004-03-071-0/+4
* Merge from HEAD.Tim Potter2004-03-071-1/+0
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-054-108/+105