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
/
libsmb
/
clispnego.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-9
/
+9
*
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2007-10-10
1
-19
/
+0
*
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2007-10-10
1
-0
/
+19
*
r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:
Stefan Metzmacher
2007-10-10
1
-0
/
+14
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22093: send also the correct OID_KERBEROS5 not only the broken
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r22092: - make spnego_parse_auth_response() more generic and
Stefan Metzmacher
2007-10-10
1
-8
/
+15
*
r21240: Fix longstanding Bug #4009.
Günther Deschner
2007-10-10
1
-2
/
+4
*
r19041: Make us connect to Vista RC1. Apparently metze had done the same patc...
Volker Lendecke
2007-10-10
1
-7
/
+10
*
r19037: Fix a segfault
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r16306: Error handling in this asn1 code *sucks*. Fix a generic
Jeremy Allison
2007-10-10
1
-3
/
+24
*
r16156: Fix storing NULL in the wrong place. Klocwork id's 127 and 128.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-1
/
+1
*
r12476: Apply some const
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-2
/
+3
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-2
/
+1
*
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
2007-10-10
1
-1
/
+2
*
r1240: Ensure we don't shadow Heimdal globals.
Jeremy Allison
2007-10-10
1
-6
/
+6
*
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
2004-01-08
1
-7
/
+10
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
1
-1
/
+1
*
Don't wrap up anything that is not there. Otherwise upper layers
Volker Lendecke
2003-08-13
1
-0
/
+3
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
1
-1
/
+1
*
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
2003-07-25
1
-3
/
+3
*
More on bug 137: rename more of krb5_xxx functions to not start with krb5_
Jim McDonough
2003-05-30
1
-1
/
+1
*
Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's
Andrew Bartlett
2003-03-17
1
-13
/
+16
*
Merge from HEAD client-side authentication changes:
Andrew Bartlett
2003-02-24
1
-284
/
+37
*
Merge minor library fixes from HEAD to 3.0.
Andrew Bartlett
2003-02-19
1
-7
/
+8
*
Merge from HEAD:
Andrew Bartlett
2003-01-28
1
-60
/
+64
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-22
/
+70
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-0
/
+61
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-1
/
+42
*
Try not to malloc -1 bytes (apx 4GB) when the data is already in error.
Andrew Bartlett
2002-02-15
1
-2
/
+12
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
simple fix for creating blank data blobs
Andrew Tridgell
2002-01-05
1
-3
/
+1
*
added internal sasl/gssapi code. This means we are no longer dependent on cyr...
Andrew Tridgell
2001-12-08
1
-1
/
+1
*
Ok, I know it's a language thing and it shouldn't matter.... but a kerberos
Jeremy Allison
2001-10-21
1
-8
/
+8
*
made smbclient cope better with arbitrary principle forms
Andrew Tridgell
2001-10-21
1
-14
/
+1
*
the beginnings of kerberos support in smbd. It doesn't work yet, but
Andrew Tridgell
2001-10-18
1
-0
/
+23
*
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
2001-10-17
1
-7
/
+215
*
fixed NTLMSSP with XP servers (who don't send the duplicate challenge
Andrew Tridgell
2001-10-14
1
-3
/
+9
*
moved some OIDs to the ASN.1 header
Andrew Tridgell
2001-10-12
1
-6
/
+2
*
added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...
Andrew Tridgell
2001-10-12
1
-0
/
+395