Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3572: Thanks to tridge for his patience with my build breakage. | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r3571: rough guesses at what abartlet really wanted to do in his last commit | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3565: Move PAC parsing into the session_info generation, and out of the | Andrew Bartlett | 1 | -16/+41 |
2007-10-10 | r3545: initial support for using extended attributes to hold extended dos att... | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r3519: Include time headers to fix the build. | Andrew Bartlett | 3 | -0/+3 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 2 | -9/+9 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 1 | -112/+0 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 3 | -11/+14 |
2007-10-10 | r3476: fixed some const warnings | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc) | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 11 | -56/+68 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 6 | -0/+6 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 1 | -10/+10 |
2007-10-10 | r3457: s_addr is a macro on solaris, so we can't use it in structure names. a... | Andrew Tridgell | 2 | -8/+8 |
2007-10-10 | r3454: moved a few more things out if includes.h into the include/system/ inc... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 13 | -4/+12 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 7 | -0/+7 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 12 | -65/+75 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 4 | -115/+5 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3425: got rid of a bunch of cruft from rewrite.h | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 28 | -0/+314 |
2007-10-10 | r3400: - allow callers to control the flags2 field in raw packets | Andrew Tridgell | 2 | -20/+24 |
2007-10-10 | r3391: fixed some memory leaks in the schannel code | Andrew Tridgell | 1 | -14/+4 |
2007-10-10 | r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam... | Andrew Tridgell | 3 | -51/+14 |
2007-10-10 | r3385: when discarding a unmatched reply print the command type to help debug... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra... | Andrew Tridgell | 5 | -8/+20 |
2007-10-10 | r3380: - changed the default behaviour of server signing. We now have a default | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3365: Fill in the user and primary group SIDs into the 'server info' before | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to use | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r3360: improved the deletion of tmp files. smbd now puts all tmp files in var... | Andrew Tridgell | 1 | -11/+8 |
2007-10-10 | r3358: Try to put all the basic struct dom_sid manipulation functions in one | Andrew Bartlett | 1 | -0/+57 |
2007-10-10 | r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3354: honor "max xmit" and "max mux" from smb.conf in our client code. This | Andrew Tridgell | 3 | -8/+11 |
2007-10-10 | r3352: make smbcli_read() and smbcli_write() work with very small negotiated ... | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r3331: Add string descriptions for a couple more WERROR's | Jelmer Vernooij | 1 | -0/+10 |
2007-10-10 | r3323: more warning reductions | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r3322: fixed a bunch of warnings in the build, including one case where it wa... | Andrew Tridgell | 7 | -9/+12 |
2007-10-10 | r3319: fixed a bug in the client library found by the new non-block testing code | Andrew Tridgell | 1 | -10/+0 |
2007-10-10 | r3315: converted the libcli/raw/ code to use the generic socket library. This | Andrew Tridgell | 2 | -40/+49 |
2007-10-10 | r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai... | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | r3289: Mr. L. and Mr. B.! | Stefan Metzmacher | 2 | -8/+6 |
2007-10-10 | r3278: - rewrote the client side rpc connection code to use lib/socket/ | Andrew Tridgell | 2 | -38/+41 |
2007-10-10 | r3237: - allow for readx calls larger than 64k | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3219: Hi, Andrew B.! | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3197: fixed error code mapping for ENOTDIR | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3190: When we don't have a PAC, do a lookup in the local ldb instead. | Andrew Bartlett | 2 | -30/+57 |