index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
29
-139
/
+139
*
Add the gss-spnego kerberos server side to ntml_auth. This uses the
Volker Lendecke
2003-08-15
3
-12
/
+87
*
get rid of compiler warnings
Herb Lewis
2003-08-15
2
-2
/
+2
*
get rid of const as these things really are not const
Herb Lewis
2003-08-15
2
-7
/
+7
*
Fix some memory issues. It is now possible to convert extract packet data
Jelmer Vernooij
2003-08-15
1
-9
/
+20
*
get rid of warning on IRIX
Herb Lewis
2003-08-15
1
-10
/
+8
*
Don't ask, it's too embarrassing :-)
Volker Lendecke
2003-08-15
1
-1
/
+1
*
Fix memleaks.
Volker Lendecke
2003-08-15
4
-8
/
+22
*
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
23
-99
/
+97
*
get rid of unused call
Herb Lewis
2003-08-15
1
-12
/
+0
*
return actual results instead of always OK
Herb Lewis
2003-08-15
1
-2
/
+2
*
fix type
Herb Lewis
2003-08-15
1
-1
/
+1
*
Get packet contents correct as well.
Jelmer Vernooij
2003-08-15
1
-12
/
+18
*
add IRIX EA support
Herb Lewis
2003-08-15
2
-1
/
+162
*
Fix attribute set using setfileinfo - Samba4 found.
Jeremy Allison
2003-08-15
1
-3
/
+0
*
Ignore silently set disposition information when set on a path.
Jeremy Allison
2003-08-15
1
-1
/
+2
*
Add utility that takes a samba log file (at least level 5 for headers and
Jelmer Vernooij
2003-08-15
2
-16
/
+22
*
Makefile.in
Jelmer Vernooij
2003-08-15
1
-0
/
+164
*
nlink field should decrement when delete pending is set.
Jeremy Allison
2003-08-14
1
-2
/
+8
*
Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4
Jeremy Allison
2003-08-14
1
-6
/
+1
*
Fix changing of attributes via setattr. Samba4 test fixes.
Jeremy Allison
2003-08-14
2
-10
/
+23
*
get rid of IRIX test as it is wrong.
Herb Lewis
2003-08-14
1
-4
/
+1
*
jeremy foo
Gerald Carter
2003-08-14
1
-1
/
+6
*
fix build
Gerald Carter
2003-08-14
1
-0
/
+2
*
Don't ask twice for the password
Volker Lendecke
2003-08-14
1
-0
/
+1
*
Fix SMBseek and get/set position information SMBs. Works against
Jeremy Allison
2003-08-14
5
-32
/
+52
*
Attempt at fixing bug #283. There however is no solution.
Gerald Carter
2003-08-14
19
-115
/
+523
*
In ads_verify_realm, all we use in the ADS_STRUCT is the
Volker Lendecke
2003-08-14
2
-17
/
+4
*
Small fix to include existing CPPFLAGS when looking for iconv.
Richard Sharpe
2003-08-14
1
-1
/
+1
*
Try to honor predefined CPPFLAGS when finding correct iconv flags
Alexander Bokovoy
2003-08-14
1
-0
/
+3
*
fix bug 294; win9x driver lookups should always use version 0
Gerald Carter
2003-08-14
1
-5
/
+16
*
Fix overflow in vfs_recycle module (and hopefully also bug #291)
Jelmer Vernooij
2003-08-14
1
-1
/
+2
*
Fix the build for non-kerberos environments.
Volker Lendecke
2003-08-14
1
-0
/
+8
*
Small tweaks to configure.in to support Irix and to remove the changing
Richard Sharpe
2003-08-14
1
-4
/
+10
*
Change Samba to always use extended security for it's guest logins, (ie,
Andrew Bartlett
2003-08-14
10
-88
/
+90
*
A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,
Richard Sharpe
2003-08-14
1
-1
/
+1
*
This file has been in the HOWTO for ages
Jelmer Vernooij
2003-08-14
1
-32
/
+0
*
Test for CP850 and reorder the tests, looking for ASCII, then CP850,
Richard Sharpe
2003-08-13
1
-2
/
+5
*
This is an intermediate commit ... we check for three different charsets
Richard Sharpe
2003-08-13
2
-3
/
+30
*
Small typo fix found while testing domain trusts.
Rafal Szczesniak
2003-08-13
1
-1
/
+1
*
Don't wrap up anything that is not there. Otherwise upper layers
Volker Lendecke
2003-08-13
1
-0
/
+3
*
Only close anything that is not fid 0. Was very confusing in ethereal...
Volker Lendecke
2003-08-13
1
-1
/
+3
*
Hoist the code for checking whether or not iconv actually works up into the
Richard Sharpe
2003-08-13
1
-23
/
+26
*
Create symlinks for modules that register multiple functions (fixes bug #91 )
Jelmer Vernooij
2003-08-13
3
-10
/
+20
*
fix bug #286.
Gerald Carter
2003-08-13
1
-2
/
+17
*
Query volume info level 2 fix - found by Samba4 tester.
Jeremy Allison
2003-08-13
1
-1
/
+1
*
Better path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy Allison
2003-08-13
1
-4
/
+25
*
More chkpth fixes from Samba4 tests.
Jeremy Allison
2003-08-13
1
-2
/
+15
*
Ensure we pass the Samba4 unlink test !
Jeremy Allison
2003-08-13
1
-1
/
+9
*
2 fixes
Gerald Carter
2003-08-13
6
-172
/
+257
[next]