summaryrefslogtreecommitdiffstats
path: root/source4/include
Commit message (Expand)AuthorAgeFilesLines
...
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-105-166/+133
* r3450: portability fixesAndrew Tridgell2007-10-102-4/+4
* r3449: more include file reductionAndrew Tridgell2007-10-105-29/+49
* r3448: some systems don't have stdint.hAndrew Tridgell2007-10-101-5/+2
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-1012-156/+345
* r3446: created include/system/iconv.h and include/system/shmem.hAndrew Tridgell2007-10-103-17/+70
* r3445: made the gtk tooks use minimal includes. This approximately halves theAndrew Tridgell2007-10-102-5/+25
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-108-98/+135
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-102-188/+0
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-102-1/+52
* r3426: removed 2 unused files, and some unused variablesAndrew Tridgell2007-10-101-3/+0
* r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell2007-10-102-112/+13
* r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell2007-10-103-40/+23
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-267/+1
* r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell2007-10-101-0/+4
* r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam...Andrew Tridgell2007-10-101-1/+0
* r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell2007-10-101-1/+1
* r3384: added SA_RIGHT_FILE_WRITE_APPEND, which is a combination of write and ...Andrew Tridgell2007-10-101-0/+1
* r3380: - changed the default behaviour of server signing. We now have a defaultAndrew Tridgell2007-10-101-1/+2
* r3369: More registry updatesJelmer Vernooij2007-10-101-1/+3
* r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell2007-10-101-0/+1
* r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell2007-10-101-0/+2
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-6/+0
* r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2007-10-101-2/+1
* r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited toAndrew Tridgell2007-10-101-30/+0
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2007-10-101-0/+2
* r3237: - allow for readx calls larger than 64kAndrew Tridgell2007-10-101-15/+4
* r3175: Add winbind back into includes.h (spotted by tpot)Andrew Bartlett2007-10-101-0/+2
* r3171: in qfileinfo getattre and standard have identical structures, soAndrew Tridgell2007-10-101-17/+2
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-101-0/+1
* r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell2007-10-101-1/+2
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-102-95/+44
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2007-10-101-0/+8
* r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell2007-10-101-1/+5
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-102-46/+2
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-1/+2
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-102-2/+4
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-102-0/+39
* r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher2007-10-101-0/+3
* r2961: fixed a silly typoAndrew Tridgell2007-10-101-2/+2
* r2960: during a lunchtime discussion I found out that all powerpc processorsAndrew Tridgell2007-10-101-2/+47
* r2951: fixed the intptr_t test for discard_const()Andrew Tridgell2007-10-101-0/+4
* r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell2007-10-101-2/+22
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-103-50/+4
* r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell2007-10-101-1/+1
* r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell2007-10-102-1/+42
* r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell2007-10-101-1/+0
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-101-0/+1
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-2/+2
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-12/+0