summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell1-10/+10
2007-10-10r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell2-8/+8
2007-10-10r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell13-4/+12
2007-10-10r3449: more include file reductionAndrew Tridgell3-0/+3
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell7-0/+7
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell12-65/+75
2007-10-10r3441: some include file cleanups and general housekeepingAndrew Tridgell4-115/+5
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell1-0/+8
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell28-0/+314
2007-10-10r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell2-20/+24
2007-10-10r3391: fixed some memory leaks in the schannel codeAndrew Tridgell1-14/+4
2007-10-10r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam...Andrew Tridgell3-51/+14
2007-10-10r3385: when discarding a unmatched reply print the command type to help debug...Andrew Tridgell1-1/+2
2007-10-10r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell5-8/+20
2007-10-10r3380: - changed the default behaviour of server signing. We now have a defaultAndrew Tridgell1-0/+1
2007-10-10r3365: Fill in the user and primary group SIDs into the 'server info' beforeAndrew Bartlett1-8/+11
2007-10-10r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett1-2/+5
2007-10-10r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell1-11/+8
2007-10-10r3358: Try to put all the basic struct dom_sid manipulation functions in oneAndrew Bartlett1-0/+57
2007-10-10r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell1-1/+1
2007-10-10r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell3-8/+11
2007-10-10r3352: make smbcli_read() and smbcli_write() work with very small negotiated ...Andrew Tridgell1-3/+2
2007-10-10r3331: Add string descriptions for a couple more WERROR'sJelmer Vernooij1-0/+10
2007-10-10r3323: more warning reductionsAndrew Tridgell1-4/+0
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell7-9/+12
2007-10-10r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell1-10/+0
2007-10-10r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2-40/+49
2007-10-10r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison1-2/+11
2007-10-10r3289: Mr. L. and Mr. B.!Stefan Metzmacher2-8/+6
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2-38/+41
2007-10-10r3237: - allow for readx calls larger than 64kAndrew Tridgell1-2/+2
2007-10-10r3219: Hi, Andrew B.!Volker Lendecke1-0/+2
2007-10-10r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLEAndrew Tridgell1-0/+1
2007-10-10r3197: fixed error code mapping for ENOTDIRAndrew Tridgell1-1/+1
2007-10-10r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2-30/+57
2007-10-10r3187: This 'optional' part of the ASN.1 in SPNEGO is required by Samba3 (butAndrew Bartlett1-5/+4
2007-10-10r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell1-3/+3
2007-10-10r3128: Return the correct error code for a secrets/kerberos login, butAndrew Bartlett1-7/+15
2007-10-10r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett2-27/+26
2007-10-10r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett3-49/+49
2007-10-10r3096: typoStefan Metzmacher1-1/+1
2007-10-10r3094: import all LDAP error codes from the RFC 2251Stefan Metzmacher1-5/+39
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2-18/+0
2007-10-10r3079: make code more pretty :-)Andrew Bartlett1-1/+1
2007-10-10r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett1-2/+4
2007-10-10r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the nameStefan Metzmacher1-0/+1
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-1/+0
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-1/+1