Age | Commit message (Expand) | Author | Files | Lines |
2004-03-18 | Fix sambaUserWorkstations on a Samba DC | Volker Lendecke | 1 | -0/+1 |
2004-03-18 | Fix sambaUserWorkstations for network samlogons against us as DC. Strip | Volker Lendecke | 1 | -1/+9 |
2004-03-18 | Two little annoyances: | Volker Lendecke | 2 | -3/+2 |
2004-03-18 | Added a varient of Volker's patch to fix the "self-referrals as anonymous user" | Jeremy Allison | 1 | -19/+49 |
2004-03-17 | Remove excess logging when probing for the length of the next mb char. | Jeremy Allison | 2 | -13/+20 |
2004-03-17 | asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ... | Gerald Carter | 1 | -0/+2 |
2004-03-17 | BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma build | Gerald Carter | 1 | -1/+6 |
2004-03-17 | Change check_path_syntax() to use the new next_mb_char_size() function | Jeremy Allison | 2 | -43/+17 |
2004-03-16 | Add function next_mb_char_size() that returns a size_t of the number of | Jeremy Allison | 2 | -0/+25 |
2004-03-16 | fix overlapping memory bug when copying username | Gerald Carter | 1 | -2/+5 |
2004-03-16 | BUG 748 - patch from jpeach@sgi.com (James Peach); relax arg parsing to samba... | Gerald Carter | 1 | -2/+6 |
2004-03-16 | BUG 768 - patch from jpeach@sgi.com (James Peach); accept profileing arg to i... | Gerald Carter | 1 | -4/+28 |
2004-03-16 | BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ... | Gerald Carter | 1 | -0/+4 |
2004-03-16 | BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -... | Gerald Carter | 2 | -2/+4 |
2004-03-16 | Fix check_path_syntax() for multibyte encodings which have no '\' as second b... | Alexander Bokovoy | 2 | -1/+23 |
2004-03-16 | merging print change notify fix from HP appliance. Also might address some o... | Gerald Carter | 2 | -80/+16 |
2004-03-16 | BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us... | Gerald Carter | 4 | -76/+96 |
2004-03-16 | Avoid mb conversion overflow when sending an announcement. | Jeremy Allison | 1 | -1/+4 |
2004-03-15 | Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios | Jeremy Allison | 22 | -94/+97 |
2004-03-15 | removing extra comma in --with-fhs | Gerald Carter | 1 | -1/+1 |
2004-03-15 | include swatdir in 'make showlayout' | Gerald Carter | 1 | -0/+1 |
2004-03-15 | fix byte ordering problem when storing the updating pid for the lpq cache; wa... | Gerald Carter | 1 | -2/+5 |
2004-03-14 | When trying to remove a user from a group, winbind should be informed | Volker Lendecke | 1 | -0/+3 |
2004-03-14 | Use possessive in message asking for user's password. | Tim Potter | 1 | -1/+1 |
2004-03-13 | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 6 | -11/+16 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 25 | -176/+197 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 5 | -809/+887 |
2004-03-12 | if we are truncating to the . we need to start at the beginning in case | Herb Lewis | 1 | -1/+1 |
2004-03-12 | Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048 | Jeremy Allison | 1 | -2/+2 |
2004-03-12 | Fix problems with very long filenames in both smbd and smbclient. | Alexander Bokovoy | 2 | -47/+55 |
2004-03-12 | Fix build after Jeremy -- yet another place where convert_string() wasn't upd... | Alexander Bokovoy | 1 | -2/+2 |
2004-03-12 | Fix string overflow due to wrong size calculation | Alexander Bokovoy | 1 | -1/+1 |
2004-03-12 | Allow msdfs symlink syntax to be more forgiving (it took me ages to remember | Jeremy Allison | 1 | -4/+12 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 10 | -77/+81 |
2004-03-11 | Get MungedDial actually working with full TS strings in it for pdb_ldap. | Jim McDonough | 4 | -48/+60 |
2004-03-11 | add missing #ifdef HAVE_BICONV stuff | Herb Lewis | 1 | -0/+3 |
2004-03-11 | BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()... | Gerald Carter | 1 | -29/+19 |
2004-03-11 | Ensure we use check_path_syntax() to pull out DFS paths. | Jeremy Allison | 1 | -7/+2 |
2004-03-11 | Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932 | Jeremy Allison | 1 | -5/+23 |
2004-03-10 | another typo | Herb Lewis | 1 | -1/+1 |
2004-03-10 | Moving towards getting msdfs working again (this looks like it was broken | Jeremy Allison | 1 | -5/+62 |
2004-03-10 | Formatting reformat before I start to change anything here. | Jeremy Allison | 1 | -273/+258 |
2004-03-10 | fix typo for tag in proto file | Herb Lewis | 1 | -1/+1 |
2004-03-09 | Fix dfs referrals - don't use check_path_syntax. Also use mb char calls in | Jeremy Allison | 2 | -16/+10 |
2004-03-09 | Yet another '\n' termination of debug message. | Rafal Szczesniak | 1 | -1/+1 |
2004-03-09 | Fix to debug message lacking termination with '\n'. | Rafal Szczesniak | 1 | -12/+12 |
2004-03-09 | fix build with gcc 2.96 and --with-developer | Gerald Carter | 1 | -1/+1 |
2004-03-09 | Given how core this code is, I figure it should have it's own testsuite. | Andrew Bartlett | 4 | -8/+94 |
2004-03-09 | JRA's recent strstr_m work really badly broke our string_sub code. | Andrew Bartlett | 1 | -2/+10 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 6 | -12/+82 |