Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6338: ADS style GETDC response now works well enough that WinXP can join | Andrew Tridgell | 1 | -2/+10 |
2007-10-10 | r6335: at debug level 10, save netlogon and ntlogon packets that fail to parse | Andrew Tridgell | 2 | -6/+6 |
2007-10-10 | r6333: removed an extraneous line (pointed out by metze) | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r6331: added IDL and test suite for the ADS style response to a datagram netl... | Andrew Tridgell | 1 | -78/+128 |
2007-10-10 | r6323: added server side support for dgram NTLOGON requests. NT4 workstations... | Andrew Tridgell | 4 | -9/+28 |
2007-10-10 | r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent by | Andrew Tridgell | 3 | -1/+134 |
2007-10-10 | r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ... | Andrew Tridgell | 2 | -3/+8 |
2007-10-10 | r6288: the nbt dgram server now responds to GETDC requests. It works with our | Andrew Tridgell | 3 | -2/+44 |
2007-10-10 | r6287: sorted out a small but surprisingly tricky dependency problem with the | Andrew Tridgell | 2 | -32/+8 |
2007-10-10 | r6248: added parsing of type 10 UAS announce netlogon packets | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r6247: added the server side code for receiving mailslot requests, and | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r6245: receive and parse the GETDC response in the NBT-DGRAM test. The test | Andrew Tridgell | 3 | -2/+22 |
2007-10-10 | r6223: added a bit more datagram infrastructure and the beginnings of a test | Andrew Tridgell | 4 | -6/+132 |
2007-10-10 | r6209: started added code to support mailslot requests over UDP/138 | Andrew Tridgell | 4 | -7/+305 |
2007-10-10 | r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLI | Andrew Tridgell | 1 | -1/+7 |
2007-10-10 | r6184: the beginnings of the libcli/dgram/ library, and the dgram | Andrew Tridgell | 2 | -0/+194 |
2007-10-10 | r6113: Move GENSEC and the kerberos code out of libcli/auth, and into | Andrew Bartlett | 24 | -9464/+0 |
2007-10-10 | r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixes | Andrew Bartlett | 3 | -31/+53 |
2007-10-10 | r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in the | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r6074: fixed non-spnego connections for new credentials code | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r6030: Missing from previous commit, a small header file to link | Andrew Bartlett | 1 | -0/+35 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 22 | -410/+431 |
2007-10-10 | r6027: Add copyright, and add a useful debug message. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r6026: Update the kerberos keytab code to match Samba3 again. | Andrew Bartlett | 1 | -80/+122 |
2007-10-10 | r6025: Remove unused variables. This code will be modified again for the new | Andrew Bartlett | 1 | -6/+2 |
2007-10-10 | r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel code | Andrew Bartlett | 2 | -1/+1 |
2007-10-10 | r5988: Fix the -P option (use machine account credentials) to use the Samba4 | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 2 | -11/+2 |
2007-10-10 | r5940: fix schannel against w2k, it skips the confounder in the signature (24... | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r5929: Use cli_credentials for the SMB functions as well. | Jelmer Vernooij | 2 | -25/+12 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 1 | -59/+4 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 9 | -25/+60 |
2007-10-10 | r5877: It is not an error to have a zero-length secret, after decryption. | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r5866: Add InitShutdown IDL and torture test. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r5737: add some error codes | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. These | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r5667: Move schannel state into libcli/auth (as it belongs with schannel, | Andrew Bartlett | 3 | -0/+236 |
2007-10-10 | r5646: state->loadfile might be NULL after allocation so this is really | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r5601: add a gsskrb5 backend that uses lorikeet-heimdal's new gssapi with | Stefan Metzmacher | 3 | -0/+598 |
2007-10-10 | r5551: Protect against falling off the end of the name resolve order list | Tim Potter | 1 | -1/+1 |
2007-10-10 | r5550: Initialise retry count - valgrind was freaking out because this value | Tim Potter | 1 | -0/+1 |
2007-10-10 | r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_... | Andrew Tridgell | 2 | -0/+313 |
2007-10-10 | r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ... | Jelmer Vernooij | 1 | -46/+46 |
2007-10-10 | r5414: - added libcli/wins/, a basic client library for WINS replication | Andrew Tridgell | 3 | -0/+510 |
2007-10-10 | r5405: try to use NBT name pointers when a netbios name is repeated in a NBT | Andrew Tridgell | 1 | -7/+25 |
2007-10-10 | r5404: allow spaces in the string representation of nbt names | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5396: fixed parsing of NBT type 0xc0 compressed name pointers | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5392: added "secure" WINS server processing. Send a WACK on name | Andrew Tridgell | 1 | -1/+2 |