index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2004-03-08
Fix assumption about following directory sep in check_path_syntax(). We
Jeremy Allison
1
-5
/
+11
2004-03-07
Get us a little closer to Windows LSA semantics.
Volker Lendecke
2
-10
/
+2
2004-03-07
Mention wb_delgrpmem fix
Volker Lendecke
1
-0
/
+1
2004-03-07
This might not be used a lot and might not survive for long, but at least it
Volker Lendecke
2
-7
/
+11
2004-03-07
Fix typo.
Tim Potter
1
-1
/
+1
2004-03-07
Merge from HEAD.
Tim Potter
1
-0
/
+4
2004-03-07
Merge from HEAD.
Tim Potter
1
-1
/
+0
2004-03-05
Several mb tidyups - getting ready to address the XXX_sub function.
Jeremy Allison
4
-108
/
+105
2004-03-05
BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...
Gerald Carter
1
-1
/
+1
2004-03-05
fix compiler warning
Gerald Carter
1
-1
/
+1
2004-03-05
Add -O (for writing downloaded files to standard out) based on patch by
Jelmer Vernooij
1
-65
/
+80
2004-03-05
bring WHATSNEW back up to date
Gerald Carter
1
-8
/
+199
2004-03-05
all_string_sub() is broken as it doesn't handle mb chars correctly (and
Jeremy Allison
2
-18
/
+5
2004-03-04
Fix my breakage of NT pipes from the previous patch (sorry). Use the
Jeremy Allison
1
-4
/
+1
2004-03-04
BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppc
Gerald Carter
1
-1
/
+3
2004-03-04
BUG 1080: fix declaration of SMB_BIG_UINT
Gerald Carter
1
-12
/
+12
2004-03-04
There's a specific error message NT_STATUS_ALIAS_EXISTS.
Volker Lendecke
1
-1
/
+1
2004-03-04
Another typo, sorry for samba-cvs spam :-)
Volker Lendecke
1
-1
/
+1
2004-03-04
Fix typo.
Volker Lendecke
1
-1
/
+1
2004-03-04
Fix build farm, older compilers won't let you declare variables
Jim McDonough
1
-1
/
+1
2004-03-04
BUG 848: don't create winbind local users/groups that already exist in the tdb
Gerald Carter
1
-3
/
+16
2004-03-04
another fix for bug 761; don't default to bsd printing on linux
Gerald Carter
1
-9
/
+0
2004-03-03
Added client "hardlink" commant to test doing NT rename with hard links.
Jeremy Allison
4
-30
/
+136
2004-03-03
Use a common function to parse all pathnames from the wire. This allows
Jeremy Allison
9
-136
/
+383
2004-03-03
set log file to smbd.log for interaction with logrotate (BUG 503)
Gerald Carter
2
-2
/
+6
2004-03-03
more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2e
Jim McDonough
1
-2
/
+2
2004-03-03
quick for for usrmgr. unknown_6 is really max dimension of logon hours array...
Jim McDonough
1
-30
/
+12
2004-03-02
Merge fields_present function from HEAD. Now, a field will not be updated
Jim McDonough
1
-116
/
+158
2004-03-02
BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image f...
Gerald Carter
1
-0
/
+16
2004-03-02
Janitorial duty for tpot - --with-fhs fix.
Jeremy Allison
1
-7
/
+14
2004-03-02
fix typo for callback bit
Jim McDonough
1
-1
/
+1
2004-03-02
allow the 'printing' parameter to be set on a per share basis.
Gerald Carter
1
-7
/
+29
2004-03-02
BUG 761: read the config file before initialized default values for printing ...
Gerald Carter
1
-46
/
+50
2004-03-01
BUG 692: patch from SATOH Fumiyasu <fumiya@miraclelinux.com> to correct trunc...
Gerald Carter
1
-4
/
+4
[next]