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
path:
root
/
source3
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2003-02-24
Merge from HEAD client-side authentication changes:
Andrew Bartlett
5
-517
/
+734
2003-02-21
Fix IRIX build...void fn can't return another void fn
Jim McDonough
1
-1
/
+2
2003-02-19
Sync with HEAD for verifying kerberos tickets.
Jim McDonough
1
-4
/
+33
2003-02-19
Merge minor library fixes from HEAD to 3.0.
Andrew Bartlett
3
-13
/
+25
2003-02-18
Sync w/HEAD - add DES_CBC_CRC encryption type
Jim McDonough
1
-1
/
+1
2003-02-18
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+303
2003-02-17
Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.
Jeremy Allison
1
-2
/
+5
2003-02-17
Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.
Jeremy Allison
1
-2
/
+5
2003-02-17
Don't leak a session_key worth of memory at the end of the NTLMSSP auth.
Andrew Bartlett
1
-0
/
+1
2003-02-16
Add the 'session key' output of the NTLMSSP exchange to the cli struct, so
Andrew Bartlett
1
-0
/
+11
2003-02-15
Don't return NULL pointers for now.
Andrew Bartlett
1
-4
/
+4
2003-02-15
Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a
Andrew Bartlett
6
-128
/
+440
2003-02-15
Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
Andrew Bartlett
2
-1
/
+23
2003-02-15
Move our NTLMSSP code into easily seperated peices, not relying on the whole
Andrew Bartlett
3
-323
/
+345
2003-02-14
NTLMSSP parinoia - we really don't want to run over the end of our blob,
Andrew Bartlett
2
-14
/
+46
2003-02-14
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
1
-3
/
+3
2003-02-14
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
1
-3
/
+3
2003-02-14
Further extract our NTLMv2 code into smbencrypt.c, prior to merge into our
Andrew Bartlett
2
-32
/
+51
2003-02-13
A few typo fixes Andrew eventually let off to me.
Rafal Szczesniak
2
-5
/
+5
2003-02-12
adding more descriptions for nt status codes
Gerald Carter
1
-1
/
+66
2003-02-12
adding more descriptions for nt status codes
Gerald Carter
1
-1
/
+66
2003-02-10
Clean up our NTLMv2 code by moving the grunt work into a helper function.
Andrew Bartlett
2
-41
/
+34
2003-02-09
(only for HEAD at the moment).
Andrew Bartlett
5
-110
/
+186
2003-02-02
Add some return values, and don't attempt signing for NTLMSSP yet (it uses a
Andrew Bartlett
2
-3
/
+3
2003-02-02
More signing updates - start checking that the server isn't being spoofed.
Andrew Bartlett
2
-1
/
+42
2003-02-01
We now have client-side SMB signing support!
Andrew Bartlett
3
-8
/
+15
2003-01-30
Stop tpot from trampling over my Heimdal fixes by moving some of them
Jeremy Allison
1
-0
/
+122
2003-01-30
Revert tpot's breakage of the Heimdal fixes.
Jeremy Allison
1
-0
/
+122
2003-01-30
Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blaming
Tim Potter
1
-122
/
+0
2003-01-28
Merge from HEAD:
Andrew Bartlett
2
-63
/
+68
2003-01-28
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+281
2003-01-28
Factor out common code in the NTLMSSP/SPNEGO code.
Andrew Bartlett
2
-53
/
+18
2003-01-28
Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).
Jeremy Allison
1
-0
/
+52
2003-01-28
Get smbd to link with Heimdal. Still missing some client progs...
Jeremy Allison
1
-0
/
+22
2003-01-23
Thanks Meeester Potter, for reverting *all* my Heimdal changes because
Jeremy Allison
1
-0
/
+48
2003-01-23
Fixed typo.
Tim Potter
1
-1
/
+1
2003-01-23
Fixed typo.
Tim Potter
1
-1
/
+1
2003-01-22
Merge of kerberos changes to make this branch build again!
Tim Potter
1
-48
/
+0
2003-01-22
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
Gerald Carter
1
-0
/
+1
2003-01-22
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
Gerald Carter
1
-0
/
+1
2003-01-21
Get closer to Heimdal compile... Damn. HEAD has different code in
Jeremy Allison
1
-0
/
+48
2003-01-21
Fixup proto generation to not include krb5 specific symbols
Jeremy Allison
1
-5
/
+5
2003-01-21
Fixup proto generation to not include krb5 specific symbols
Jeremy Allison
1
-5
/
+5
2003-01-21
More fixes getting us closer to full Heimdal compile....
Jeremy Allison
1
-0
/
+20
2003-01-21
More fixes getting us closer to full Heimdal compile....
Jeremy Allison
1
-0
/
+20
2003-01-20
should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build
Jim McDonough
1
-1
/
+1
2003-01-20
should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build
Jim McDonough
1
-1
/
+1
2003-01-19
Merge in more of the SuSE patches for Heimdal. These changes show how
Jeremy Allison
1
-0
/
+29
2003-01-19
Merge in more of the SuSE patches for Heimdal. These changes show how
Jeremy Allison
1
-0
/
+29
2003-01-16
(missed in last commit)
Andrew Bartlett
2
-6
/
+9
[next]