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
/
asn1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-30
minor memory leak fix
Chere Zhou
1
-0
/
+1
2008-05-23
drsuapi: add all code required for our drsuapi rpc client.
Günther Deschner
1
-0
/
+84
2008-04-07
Use bool for BOOL and true/false for True/False. We need lowercase
James Peach
1
-63
/
+76
2007-11-27
Remove pstrings from asn1.c.
Jeremy Allison
1
-11
/
+28
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-23
/
+23
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21460: Fix for server-side processing of SPNEGO auth
Jeremy Allison
1
-0
/
+8
2007-10-10
r19070: If there's an error in the data struct, there's no point to continue ...
Volker Lendecke
1
-0
/
+4
2007-10-10
r17060: Some c++ warnings
Volker Lendecke
1
-3
/
+4
2007-10-10
r16306: Error handling in this asn1 code *sucks*. Fix a generic
Jeremy Allison
1
-5
/
+15
2007-10-10
r16207: Ensure we don't allocate an OID string unless
Jeremy Allison
1
-3
/
+11
2007-10-10
r16202: Fix Klocwork #3. Strange - was already fixed in HEAD.
Jeremy Allison
1
-2
/
+7
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-5
/
+2
2007-10-10
r7954: Fix from tridge from Samba4 (same code exists here) :
Jeremy Allison
1
-1
/
+10
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-5
/
+5
2007-10-10
r2355: Now we've shipped 3.0.7, add in the DOS fix.
Jeremy Allison
1
-0
/
+6
2007-10-10
r1240: Ensure we don't shadow Heimdal globals.
Jeremy Allison
1
-6
/
+6
2004-02-11
More paranoia checks.
Jeremy Allison
1
-0
/
+5
2004-02-11
Paranoia fixes :-).
Jeremy Allison
1
-0
/
+8
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-3
/
+3
2003-02-19
Merge minor library fixes from HEAD to 3.0.
Andrew Bartlett
1
-5
/
+16
2003-01-15
merging some rpcclient and net functionality from HEAD
Gerald Carter
1
-1
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-6
/
+15
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-05
fixed another DATA_BLOB constructor
Andrew Tridgell
1
-6
/
+1
2001-11-20
add asn1 integer handling ready for the ldap netjoin code
Andrew Tridgell
1
-0
/
+26
2001-11-03
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
1
-11
/
+18
2001-10-18
the beginnings of kerberos support in smbd. It doesn't work yet, but
Andrew Tridgell
1
-0
/
+18
2001-10-17
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
1
-6
/
+22
2001-10-14
minor Realloc() fix - pedantic
Andrew Tridgell
1
-2
/
+5
2001-10-12
added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...
Andrew Tridgell
1
-0
/
+27
2001-10-11
added a ASN.1 parser, so now I can properly parse the negTokenInit
Andrew Tridgell
1
-18
/
+168
2001-10-11
fixed some memory leaks, started adding asn1 decoder for server side
Andrew Tridgell
1
-8
/
+36
2001-10-11
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
1
-0
/
+139