Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 2 | -4/+8 |
2007-10-10 | r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h | Andrew Tridgell | 4 | -129/+12 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 5 | -101/+40 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 3 | -5/+4 |
2007-10-10 | r3480: moved some signal defines into include/system | Andrew Tridgell | 3 | -12/+8 |
2007-10-10 | r3478: split out some more pieces of includes.h | Andrew Tridgell | 10 | -85/+112 |
2007-10-10 | r3468: split out dcerpc_server.h | Andrew Tridgell | 2 | -1/+8 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 5 | -20/+25 |
2007-10-10 | r3464: split out registry.h, rap.h and ldap_server.h | Andrew Tridgell | 2 | -3/+9 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 6 | -19/+17 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 6 | -69/+8 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 3 | -11/+5 |
2007-10-10 | r3457: s_addr is a macro on solaris, so we can't use it in structure names. a... | Andrew Tridgell | 2 | -1/+2 |
2007-10-10 | r3455: some more portability fixes. We nearly compile on solaris again now. | Andrew Tridgell | 3 | -43/+19 |
2007-10-10 | r3454: moved a few more things out if includes.h into the include/system/ inc... | Andrew Tridgell | 5 | -55/+50 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 5 | -166/+133 |
2007-10-10 | r3450: portability fixes | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 5 | -29/+49 |
2007-10-10 | r3448: some systems don't have stdint.h | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 12 | -156/+345 |
2007-10-10 | r3446: created include/system/iconv.h and include/system/shmem.h | Andrew Tridgell | 3 | -17/+70 |
2007-10-10 | r3445: made the gtk tooks use minimal includes. This approximately halves the | Andrew Tridgell | 2 | -5/+25 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 8 | -98/+135 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 2 | -188/+0 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 2 | -1/+52 |
2007-10-10 | r3426: removed 2 unused files, and some unused variables | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r3425: got rid of a bunch of cruft from rewrite.h | Andrew Tridgell | 2 | -112/+13 |
2007-10-10 | r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene... | Andrew Tridgell | 3 | -40/+23 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 1 | -267/+1 |
2007-10-10 | r3400: - allow callers to control the flags2 field in raw packets | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3387: fixed pvfs to pass the NTDENY tests. The tricky bit was | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3384: added SA_RIGHT_FILE_WRITE_APPEND, which is a combination of write and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3380: - changed the default behaviour of server signing. We now have a default | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3369: More registry updates | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3354: honor "max xmit" and "max mux" from smb.conf in our client code. This | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs... | Stefan Metzmacher | 1 | -6/+0 |
2007-10-10 | r3315: converted the libcli/raw/ code to use the generic socket library. This | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited to | Andrew Tridgell | 1 | -30/+0 |
2007-10-10 | r3271: use "struct messaging_context *" instead of "void *" in messaging API | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3237: - allow for readx calls larger than 64k | Andrew Tridgell | 1 | -15/+4 |
2007-10-10 | r3175: Add winbind back into includes.h (spotted by tpot) | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r3171: in qfileinfo getattre and standard have identical structures, so | Andrew Tridgell | 1 | -17/+2 |
2007-10-10 | r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to use | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 2 | -95/+44 |
2007-10-10 | r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ... | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r3029: implemented byte range lock timeouts. | Andrew Tridgell | 2 | -46/+2 |