summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison10-77/+81
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-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-11Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison1-5/+23
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-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-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-09Fix to debug message lacking termination with '\n'.Rafal Szczesniak1-12/+12
2004-03-09fix build with gcc 2.96 and --with-developerGerald Carter1-1/+1
2004-03-09Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett4-8/+94
2004-03-09JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett1-2/+10
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison6-12/+82
2004-03-08Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison1-5/+11
2004-03-07Get us a little closer to Windows LSA semantics.Volker Lendecke1-10/+1
2004-03-07This might not be used a lot and might not survive for long, but at least itVolker Lendecke2-7/+11
2004-03-07Fix typo.Tim Potter1-1/+1
2004-03-07Merge from HEAD.Tim Potter1-0/+4
2004-03-07Merge from HEAD.Tim Potter1-1/+0
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison4-108/+105
2004-03-05BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...Gerald Carter1-1/+1
2004-03-05fix compiler warningGerald Carter1-1/+1
2004-03-05Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij1-65/+80
2004-03-05all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2-18/+5
2004-03-04Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison1-4/+1
2004-03-04BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppcGerald Carter1-1/+3
2004-03-04BUG 1080: fix declaration of SMB_BIG_UINTGerald Carter1-12/+12
2004-03-04There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke1-1/+1
2004-03-04Another typo, sorry for samba-cvs spam :-)Volker Lendecke1-1/+1
2004-03-04Fix typo.Volker Lendecke1-1/+1
2004-03-04Fix build farm, older compilers won't let you declare variablesJim McDonough1-1/+1
2004-03-04BUG 848: don't create winbind local users/groups that already exist in the tdbGerald Carter1-3/+16
2004-03-04another fix for bug 761; don't default to bsd printing on linuxGerald Carter1-9/+0
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison4-30/+136
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison9-136/+383
2004-03-03more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2eJim McDonough1-2/+2
2004-03-03quick for for usrmgr. unknown_6 is really max dimension of logon hours array...Jim McDonough1-30/+12
2004-03-02Merge fields_present function from HEAD. Now, a field will not be updatedJim McDonough1-116/+158
2004-03-02BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image f...Gerald Carter1-0/+16
2004-03-02Janitorial duty for tpot - --with-fhs fix.Jeremy Allison1-7/+14
2004-03-02fix typo for callback bitJim McDonough1-1/+1
2004-03-02allow the 'printing' parameter to be set on a per share basis.Gerald Carter1-7/+29
2004-03-02BUG 761: read the config file before initialized default values for printing ...Gerald Carter1-46/+50
2004-03-01BUG 692: patch from SATOH Fumiyasu <fumiya@miraclelinux.com> to correct trunc...Gerald Carter1-4/+4
2004-03-01BUG 1147; bad pointer case in get_stored_queue_info() causing seg faultGerald Carter1-1/+1
2004-02-29net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke2-5/+5