summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r7010: Merge libcli/libsmb.mk into libcli/config.mkTim Potter2007-10-102-9/+10
* r6933: Add a couple of helper functions for creating nbt names.Tim Potter2007-10-105-15/+28
* r6930: Use NBT_NAME_CLIENT instead of the number 0.Tim Potter2007-10-101-1/+1
* r6929: LIBCLI_NBT depends on LIB_SECURITY_NDR for various security descriptorTim Potter2007-10-101-1/+2
* r6851: Typo in comment.Tim Potter2007-10-101-1/+1
* r6839: Add support for building subsystems as shared libraries. This can beJelmer Vernooij2007-10-101-1/+1
* r6817: - fixed empty ldap search elements in filtersAndrew Tridgell2007-10-103-1/+19
* r6766: some more cldap tests ...Andrew Tridgell2007-10-101-3/+13
* r6764: added support for DomainGuid, DomainSid, AAC, and User attributes inAndrew Tridgell2007-10-102-8/+40
* r6763: added functions in libcli/ldap/ to binary encode some NDR structures intoAndrew Tridgell2007-10-104-2/+89
* r6745: - escape spaces in binary ldap blobsAndrew Tridgell2007-10-102-3/+15
* r6744: added support for reply packets in libcli/cldap/Andrew Tridgell2007-10-102-7/+184
* r6732: - move sasl send recv code to the ldap libStefan Metzmacher2007-10-102-1/+188
* r6726: support binary search elements in ldap_decode()Andrew Tridgell2007-10-101-6/+42
* r6724: added "cldap port" smb.conf parameterAndrew Tridgell2007-10-102-4/+26
* r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell2007-10-102-3/+4
* r6708: Another type of monitor message.Rafal Szczesniak2007-10-101-0/+5
* r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett2007-10-101-1/+1
* r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett2007-10-101-1/+1
* r6693: first version of cldap client library, with async interfaceAndrew Tridgell2007-10-103-0/+619
* r6692: used idr_get_new_random() in the nbt client libraryAndrew Tridgell2007-10-101-13/+4
* r6691: fixed a commentAndrew Tridgell2007-10-101-1/+1
* r6689: minor ldap client library workAndrew Tridgell2007-10-102-24/+63
* r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak2007-10-102-0/+53
* 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