summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6693: first version of cldap client library, with async interfaceAndrew Tridgell3-0/+619
2007-10-10r6692: used idr_get_new_random() in the nbt client libraryAndrew Tridgell1-13/+4
2007-10-10r6691: fixed a commentAndrew Tridgell1-1/+1
2007-10-10r6689: minor ldap client library workAndrew Tridgell2-24/+63
2007-10-10r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak2-0/+53
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-26/+22
2007-10-10r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett1-1/+1
2007-10-10r6352: Two new composite calls:Alexander Bokovoy5-4/+628
2007-10-10r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2-2/+2
2007-10-10r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell1-2/+10
2007-10-10r6335: at debug level 10, save netlogon and ntlogon packets that fail to parseAndrew Tridgell2-6/+6
2007-10-10r6333: removed an extraneous line (pointed out by metze)Andrew Tridgell1-1/+0
2007-10-10r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell1-78/+128
2007-10-10r6323: added server side support for dgram NTLOGON requests. NT4 workstations...Andrew Tridgell4-9/+28
2007-10-10r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent byAndrew Tridgell3-1/+134
2007-10-10r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ...Andrew Tridgell2-3/+8
2007-10-10r6288: the nbt dgram server now responds to GETDC requests. It works with ourAndrew Tridgell3-2/+44
2007-10-10r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell2-32/+8
2007-10-10r6248: added parsing of type 10 UAS announce netlogon packetsAndrew Tridgell1-0/+7
2007-10-10r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2-2/+2
2007-10-10r6245: receive and parse the GETDC response in the NBT-DGRAM test. The testAndrew Tridgell3-2/+22
2007-10-10r6223: added a bit more datagram infrastructure and the beginnings of a testAndrew Tridgell4-6/+132
2007-10-10r6209: started added code to support mailslot requests over UDP/138Andrew Tridgell4-7/+305
2007-10-10r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLIAndrew Tridgell1-1/+7
2007-10-10r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell2-0/+194
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett24-9464/+0
2007-10-10r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixesAndrew Bartlett3-31/+53
2007-10-10r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in theAndrew Bartlett1-4/+0
2007-10-10r6074: fixed non-spnego connections for new credentials codeAndrew Tridgell1-1/+5
2007-10-10r6030: Missing from previous commit, a small header file to linkAndrew Bartlett1-0/+35
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett22-410/+431
2007-10-10r6027: Add copyright, and add a useful debug message.Andrew Bartlett1-2/+3
2007-10-10r6026: Update the kerberos keytab code to match Samba3 again.Andrew Bartlett1-80/+122
2007-10-10r6025: Remove unused variables. This code will be modified again for the newAndrew Bartlett1-6/+2
2007-10-10r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel codeAndrew Bartlett2-1/+1
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett1-2/+2
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2-11/+2
2007-10-10r5940: fix schannel against w2k, it skips the confounder in the signature (24...Stefan Metzmacher1-1/+2
2007-10-10r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2-25/+12
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-59/+4
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij1-1/+1
2007-10-10r5902: A rather large change...Andrew Bartlett9-25/+60
2007-10-10r5877: It is not an error to have a zero-length secret, after decryption.Andrew Bartlett1-3/+5
2007-10-10r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij1-0/+2
2007-10-10r5737: add some error codesStefan Metzmacher1-0/+2
2007-10-10r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett1-0/+8
2007-10-10r5667: Move schannel state into libcli/auth (as it belongs with schannel,Andrew Bartlett3-0/+236
2007-10-10r5646: state->loadfile might be NULL after allocation so this is reallyAlexander Bokovoy1-1/+1
2007-10-10r5601: add a gsskrb5 backend that uses lorikeet-heimdal's new gssapi withStefan Metzmacher3-0/+598
2007-10-10r5551: Protect against falling off the end of the name resolve order listTim Potter1-1/+1