summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell4-36/+17
2007-10-10r7524: make the ldap ASN.1 filter parse code go via a structAndrew Tridgell1-77/+107
2007-10-10r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and useAndrew Tridgell4-421/+43
2007-10-10r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell4-4/+6
2007-10-10r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get itTim Potter1-2/+2
2007-10-10r7455: Remove some talloc contexts that aren't used.Tim Potter1-11/+0
2007-10-10r7436: As far as I see it, these are the last two "real" ones for Samba4 on A...Volker Lendecke1-1/+1
2007-10-10r7435: Another little step, sorry for the spam... :-)Volker Lendecke1-2/+2
2007-10-10r7433: Another little AIX one...Volker Lendecke1-1/+1
2007-10-10r7430: Next step in AIX buildVolker Lendecke1-2/+2
2007-10-10r7377: Integrate browse service stuff more nicelyJelmer Vernooij3-3/+114
2007-10-10r7230: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell1-4/+8
2007-10-10r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2-7/+16
2007-10-10r7010: Merge libcli/libsmb.mk into libcli/config.mkTim Potter2-9/+10
2007-10-10r6933: Add a couple of helper functions for creating nbt names.Tim Potter5-15/+28
2007-10-10r6930: Use NBT_NAME_CLIENT instead of the number 0.Tim Potter1-1/+1
2007-10-10r6929: LIBCLI_NBT depends on LIB_SECURITY_NDR for various security descriptorTim Potter1-1/+2
2007-10-10r6851: Typo in comment.Tim Potter1-1/+1
2007-10-10r6839: Add support for building subsystems as shared libraries. This can beJelmer Vernooij1-1/+1
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell3-1/+19
2007-10-10r6766: some more cldap tests ...Andrew Tridgell1-3/+13
2007-10-10r6764: added support for DomainGuid, DomainSid, AAC, and User attributes inAndrew Tridgell2-8/+40
2007-10-10r6763: added functions in libcli/ldap/ to binary encode some NDR structures intoAndrew Tridgell4-2/+89
2007-10-10r6745: - escape spaces in binary ldap blobsAndrew Tridgell2-3/+15
2007-10-10r6744: added support for reply packets in libcli/cldap/Andrew Tridgell2-7/+184
2007-10-10r6732: - move sasl send recv code to the ldap libStefan Metzmacher2-1/+188
2007-10-10r6726: support binary search elements in ldap_decode()Andrew Tridgell1-6/+42
2007-10-10r6724: added "cldap port" smb.conf parameterAndrew Tridgell2-4/+26
2007-10-10r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell2-3/+4
2007-10-10r6708: Another type of monitor message.Rafal Szczesniak1-0/+5
2007-10-10r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett1-1/+1
2007-10-10r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett1-1/+1
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