summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-072-10/+2
* | Mention wb_delgrpmem fixVolker Lendecke2004-03-071-0/+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
* | BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...Gerald Carter2004-03-051-1/+1
* | fix compiler warningGerald Carter2004-03-051-1/+1
* | Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij2004-03-051-65/+80
* | bring WHATSNEW back up to dateGerald Carter2004-03-051-8/+199
* | all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2004-03-052-18/+5
* | Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison2004-03-041-4/+1
* | BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppcGerald Carter2004-03-041-1/+3
* | BUG 1080: fix declaration of SMB_BIG_UINTGerald Carter2004-03-041-12/+12
* | There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke2004-03-041-1/+1
* | Another typo, sorry for samba-cvs spam :-)Volker Lendecke2004-03-041-1/+1
* | Fix typo.Volker Lendecke2004-03-041-1/+1
* | Fix build farm, older compilers won't let you declare variablesJim McDonough2004-03-041-1/+1
* | BUG 848: don't create winbind local users/groups that already exist in the tdbGerald Carter2004-03-041-3/+16
* | another fix for bug 761; don't default to bsd printing on linuxGerald Carter2004-03-041-9/+0
* | Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-034-30/+136
* | Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-039-136/+383
* | set log file to smbd.log for interaction with logrotate (BUG 503)Gerald Carter2004-03-032-2/+6
* | more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2eJim McDonough2004-03-031-2/+2
* | quick for for usrmgr. unknown_6 is really max dimension of logon hours array...Jim McDonough2004-03-031-30/+12
* | Merge fields_present function from HEAD. Now, a field will not be updatedJim McDonough2004-03-021-116/+158