summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-26/+22
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-101-1/+1
* r6352: Two new composite calls:Alexander Bokovoy2007-10-105-4/+628
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-102-2/+2
* r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell2007-10-101-2/+10
* r6335: at debug level 10, save netlogon and ntlogon packets that fail to parseAndrew Tridgell2007-10-102-6/+6
* r6333: removed an extraneous line (pointed out by metze)Andrew Tridgell2007-10-101-1/+0
* r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell2007-10-101-78/+128
* r6323: added server side support for dgram NTLOGON requests. NT4 workstations...Andrew Tridgell2007-10-104-9/+28
* r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent byAndrew Tridgell2007-10-103-1/+134
* r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ...Andrew Tridgell2007-10-102-3/+8
* r6288: the nbt dgram server now responds to GETDC requests. It works with ourAndrew Tridgell2007-10-103-2/+44
* r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell2007-10-102-32/+8
* r6248: added parsing of type 10 UAS announce netlogon packetsAndrew Tridgell2007-10-101-0/+7
* r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2007-10-102-2/+2
* r6245: receive and parse the GETDC response in the NBT-DGRAM test. The testAndrew Tridgell2007-10-103-2/+22
* r6223: added a bit more datagram infrastructure and the beginnings of a testAndrew Tridgell2007-10-104-6/+132
* r6209: started added code to support mailslot requests over UDP/138Andrew Tridgell2007-10-104-7/+305
* r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLIAndrew Tridgell2007-10-101-1/+7
* r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell2007-10-102-0/+194
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2007-10-1024-9464/+0
* r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixesAndrew Bartlett2007-10-103-31/+53
* r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in theAndrew Bartlett2007-10-101-4/+0
* r6074: fixed non-spnego connections for new credentials codeAndrew Tridgell2007-10-101-1/+5
* r6030: Missing from previous commit, a small header file to linkAndrew Bartlett2007-10-101-0/+35
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-1022-410/+431
* r6027: Add copyright, and add a useful debug message.Andrew Bartlett2007-10-101-2/+3
* r6026: Update the kerberos keytab code to match Samba3 again.Andrew Bartlett2007-10-101-80/+122
* r6025: Remove unused variables. This code will be modified again for the newAndrew Bartlett2007-10-101-6/+2
* r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel codeAndrew Bartlett2007-10-102-1/+1
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2007-10-101-2/+2
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-102-11/+2
* r5940: fix schannel against w2k, it skips the confounder in the signature (24...Stefan Metzmacher2007-10-101-1/+2
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-102-25/+12
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-59/+4
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-101-1/+1
* r5902: A rather large change...Andrew Bartlett2007-10-109-25/+60
* r5877: It is not an error to have a zero-length secret, after decryption.Andrew Bartlett2007-10-101-3/+5
* r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij2007-10-101-0/+2
* r5737: add some error codesStefan Metzmacher2007-10-101-0/+2
* r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett2007-10-101-0/+8
* r5667: Move schannel state into libcli/auth (as it belongs with schannel,Andrew Bartlett2007-10-103-0/+236
* r5646: state->loadfile might be NULL after allocation so this is reallyAlexander Bokovoy2007-10-101-1/+1
* r5601: add a gsskrb5 backend that uses lorikeet-heimdal's new gssapi withStefan Metzmacher2007-10-103-0/+598
* r5551: Protect against falling off the end of the name resolve order listTim Potter2007-10-101-1/+1
* r5550: Initialise retry count - valgrind was freaking out because this valueTim Potter2007-10-101-0/+1
* r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_...Andrew Tridgell2007-10-102-0/+313
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-46/+46
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-103-0/+510
* r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell2007-10-101-7/+25