index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, but
Jim McDonough
2003-08-27
1
-1
/
+1
*
|
Ensure we use correct length nstrings for workgroup and browser names.
Jeremy Allison
2003-08-27
1
-4
/
+4
*
|
Half-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison
2003-08-23
3
-191
/
+183
*
|
struct nmb_name should have 16 byte namestrings, not 17.
Jeremy Allison
2003-08-22
1
-3
/
+3
*
|
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
2
-1
/
+1
*
|
Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN
Gerald Carter
2003-08-20
1
-7
/
+7
*
|
Implement SMBexit properly. Found by Samba4 tester. You must do a make
Jeremy Allison
2003-08-19
1
-0
/
+1
*
|
Add level 261 to search. Found using Samba4 tester.
Jeremy Allison
2003-08-18
1
-0
/
+2
*
|
Latest heimdal snapshot has a krb5_set_real_time with a slightly
Volker Lendecke
2003-08-15
1
-1
/
+1
*
|
fix type
Herb Lewis
2003-08-15
1
-1
/
+1
*
|
add IRIX EA support
Herb Lewis
2003-08-15
1
-0
/
+4
*
|
Fix SMBseek and get/set position information SMBs. Works against
Jeremy Allison
2003-08-14
1
-0
/
+1
*
|
Attempt at fixing bug #283. There however is no solution.
Gerald Carter
2003-08-14
4
-4
/
+39
*
|
Store the server domain from the ntlmssp challenge in the client struct
Volker Lendecke
2003-08-10
1
-0
/
+1
*
|
RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.
Jeremy Allison
2003-08-08
1
-2
/
+2
*
|
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
Jeremy Allison
2003-08-07
4
-2
/
+35
*
|
Patch from waider@waider.ie to print out Port Type.
Jeremy Allison
2003-08-07
1
-0
/
+6
*
|
Get rid of MAXPATHLEN, move to standard PATH_MAX.
Jeremy Allison
2003-08-06
1
-4
/
+0
*
|
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
3
-3
/
+3
*
|
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
3
-3
/
+2
*
|
CVAL_NC() doesn't need the (unsigned) fix and breaks the IRIX build
Andrew Tridgell
2003-07-31
1
-1
/
+1
*
|
Apply some const
Volker Lendecke
2003-07-31
1
-2
/
+2
*
|
working on transtive trusts issue:
Gerald Carter
2003-07-31
1
-4
/
+12
*
|
This is a critical bug fix for a data corruption bug. If you
Andrew Tridgell
2003-07-31
1
-2
/
+2
*
|
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
2
-0
/
+2
*
|
add support for DsEnumerateDomainTrusted for enumerating all the
Gerald Carter
2003-07-30
1
-0
/
+46
*
|
Add NT quotas support. Users allowed now to manage quotas on systems with sys...
Alexander Bokovoy
2003-07-29
1
-0
/
+16
*
|
This adds gss-spnego to ntlm_auth. It contains some new spnego support
Volker Lendecke
2003-07-29
2
-0
/
+67
*
|
Corrected description of SWAT FLAGS since they have changed as a result of the
John Terpstra
2003-07-28
1
-5
/
+4
*
|
Clarified what the SWAT FLAGS mean and what they do.
John Terpstra
2003-07-27
1
-3
/
+5
*
|
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
2003-07-25
1
-1
/
+1
*
|
Jean-Baptiste Marchand on the ethereal list used some auditing tricks to
Tim Potter
2003-07-25
1
-10
/
+10
*
|
Fix packet signing with asynchronous oplock breaks. Removed bad error message
Jeremy Allison
2003-07-24
1
-3
/
+1
*
|
Add a macro to check whether module-specific data set already or not. Returns...
Alexander Bokovoy
2003-07-24
1
-0
/
+3
*
|
A fix for bug 174. I'm pushing this to the tree to test it on one of
Tim Potter
2003-07-23
1
-0
/
+8
*
|
bumping version string
Gerald Carter
2003-07-22
1
-1
/
+1
*
|
Fix comment
Alexander Bokovoy
2003-07-22
1
-3
/
+3
*
|
Disconnect an idle LDAP connection after 150 seconds.
Volker Lendecke
2003-07-17
1
-0
/
+3
*
|
Refactor signing code to remove most dependencies on 'struct cli'.
Jeremy Allison
2003-07-16
2
-12
/
+14
*
|
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
2003-07-15
2
-1
/
+2
*
|
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
2003-07-14
3
-11
/
+35
*
|
moving more code around.
Gerald Carter
2003-07-11
1
-0
/
+1
*
|
Large set of changes to add UNIX account/group management
Gerald Carter
2003-07-09
1
-1
/
+2
*
|
Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful
Jeremy Allison
2003-07-09
1
-10
/
+0
*
|
and so it begins....
Gerald Carter
2003-07-07
1
-2
/
+1
*
|
Add some debug statments to our vampire code - try to make it easier to track
Andrew Bartlett
2003-07-05
1
-0
/
+2
*
|
Fixes to our LDAP/vampire codepaths:
Andrew Bartlett
2003-07-05
1
-0
/
+3
*
|
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
2003-07-04
1
-1
/
+5
*
|
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-5
/
+0
*
|
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
2003-07-03
1
-0
/
+2
[prev]
[next]