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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1420: be more strict reject if the context has the wrong type
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1419: spnego inside of dcerpc using alter_context/alter_context_resp
Stefan Metzmacher
6
-11
/
+170
2007-10-10
r1418: Merge Samba 3.0's recent kerberos changes into Samba4. None of this
Andrew Bartlett
4
-134
/
+291
2007-10-10
r1409: if we have no user name don't use extended security
Stefan Metzmacher
2
-1
/
+2
2007-10-10
r1406: I got spnego in the smb client working
Stefan Metzmacher
2
-1
/
+4
2007-10-10
r1403: commit volkers initial RAP torture test
Stefan Metzmacher
4
-1
/
+651
2007-10-10
r1402: we should prompt for a password if it's not given by -U
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r1377: add examples for config.mk sections
Stefan Metzmacher
1
-0
/
+49
2007-10-10
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
10
-46
/
+56
2007-10-10
r1372: Remove the 'default' case from the SPENGO state machine, and fix up
Andrew Bartlett
1
-6
/
+6
2007-10-10
r1367: SPNEGO know uses gensec_subcontext_start() in all places
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r1366: handle the case where the client need to send the negTokenInit before
Stefan Metzmacher
1
-1
/
+88
2007-10-10
r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResult
Stefan Metzmacher
1
-9
/
+0
2007-10-10
r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARG
Stefan Metzmacher
1
-4
/
+72
2007-10-10
r1363: add SPNEGO_NONE_RESULT as spnego_negResult value
Stefan Metzmacher
2
-4
/
+7
2007-10-10
r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHS
Stefan Metzmacher
1
-5
/
+0
2007-10-10
r1359: fix uninit var - found by valgrind
Stefan Metzmacher
1
-3
/
+1
2007-10-10
r1358: Re-indent the SPENGO implementation, and work on the basis of a
Andrew Bartlett
1
-146
/
+201
2007-10-10
r1357: Work on GENSEC:
Andrew Bartlett
2
-5
/
+51
2007-10-10
r1356: Fix logic bugs in ntlm_auth.
Andrew Bartlett
1
-3
/
+7
2007-10-10
r1355: Add const (I missed this when I changed the function prototype earlier)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1354: Make it clear that the first gensec_update takes a NULL data_blob.
Andrew Bartlett
1
-2
/
+3
2007-10-10
r1353: Fix compile with new ASN1 peek code.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1352: Add a 'peek' function to our ASN1 code, so we can safely perform the
Andrew Bartlett
2
-18
/
+63
2007-10-10
r1351: add derpc spengo wrapper
Stefan Metzmacher
2
-0
/
+80
2007-10-10
r1350: - init nt_status- found by valgrind
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r1349: don't segfault with empty data_blob
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r1348: get gensec backend by OID instead of name
Stefan Metzmacher
2
-12
/
+1
2007-10-10
r1347: - remove typedef
Stefan Metzmacher
2
-6
/
+15
2007-10-10
r1346: revert my last spnego changes
Stefan Metzmacher
2
-126
/
+116
2007-10-10
r1345: add extended security spnego support to the smb client
Stefan Metzmacher
7
-33
/
+210
2007-10-10
r1344: add gensec_start_mech_by_name()
Stefan Metzmacher
3
-116
/
+137
2007-10-10
r1343: formating
Stefan Metzmacher
1
-16
/
+16
2007-10-10
r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ...
Volker Lendecke
2
-1
/
+55
2007-10-10
r1337: use sess->nt1. in sesssetup_nt1 :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1336: check the vuid in old style sessionsetup too
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r1335: NT_STATUS_INTERNAL_DB_CORRUPTION
Stefan Metzmacher
4
-20
/
+20
2007-10-10
r1334: remove unused stuff
Stefan Metzmacher
1
-11
/
+0
2007-10-10
r1323: allow '-' in IDENTIFIERS
Stefan Metzmacher
1
-12
/
+40
2007-10-10
r1321: find the '::=' directly by th lexer
Stefan Metzmacher
1
-1
/
+8
2007-10-10
r1313: Split up OpenPrinterEx into functions to handle opening printers and p...
Tim Potter
1
-12
/
+44
2007-10-10
r1310: one more #line statement
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1309: use #line 1 "filename.pl"
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r1308: move smb_panic() to lib/fault.c
Stefan Metzmacher
3
-25
/
+106
2007-10-10
r1307: remove unused stuff from pasn1
Stefan Metzmacher
1
-39
/
+18
2007-10-10
r1306: commit the first steps of my ASN.1 compiler
Stefan Metzmacher
4
-0
/
+769
2007-10-10
r1305: Grrr, fix my build breakage...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1294: A nice, large, commit...
Andrew Bartlett
33
-1397
/
+1569
2007-10-10
r1293: Indent
Andrew Bartlett
1
-3
/
+5
2007-10-10
r1292: Add const to the subsystem/module registration code.
Andrew Bartlett
4
-5
/
+12
[next]