Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r4058: added a type safe version of smb_xmalloc() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3830: unified the query/set security descriptor code with the rest of the | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3520: minor portability fix (for struct timeval) | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3515: Fix RemoteActivation correctly this time (-: | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3513: Add (the infrastructure for) DCOM support. Contents: | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 1 | -5/+12 |
2007-10-10 | r3478: split out some more pieces of includes.h | Andrew Tridgell | 1 | -79/+0 |
2007-10-10 | r3468: split out dcerpc_server.h | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -19/+3 |
2007-10-10 | r3464: split out registry.h, rap.h and ldap_server.h | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -17/+0 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 1 | -10/+0 |
2007-10-10 | r3457: s_addr is a macro on solaris, so we can't use it in structure names. a... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3455: some more portability fixes. We nearly compile on solaris again now. | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r3454: moved a few more things out if includes.h into the include/system/ inc... | Andrew Tridgell | 1 | -55/+0 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -164/+1 |
2007-10-10 | r3450: portability fixes | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -28/+4 |
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 | 1 | -156/+0 |
2007-10-10 | r3446: created include/system/iconv.h and include/system/shmem.h | Andrew Tridgell | 1 | -17/+0 |
2007-10-10 | r3445: made the gtk tooks use minimal includes. This approximately halves the | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 1 | -69/+9 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 1 | -166/+0 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene... | Andrew Tridgell | 1 | -7/+13 |
2007-10-10 | r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3175: Add winbind back into includes.h (spotted by tpot) | Andrew Bartlett | 1 | -0/+2 |
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 | r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2951: fixed the intptr_t test for discard_const() | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2900: rusty pointed out to me that discard_const() can be done via a macro | Andrew Tridgell | 1 | -2/+22 |
2007-10-10 | r2744: ben elliston taught me about gcov today, which allows you to measure | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r2632: a new approach to handling const errors. We have had huge numbers of | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n... | Tim Potter | 1 | -0/+11 |
2007-10-10 | r2510: Make C++ compilers happy, use ifdef instead of if | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r2404: the first large lump of posix vfs stuff. | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2328: add the start of a new system and protocol | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2321: add complately untested LDAP server start | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2242: some older versions of gcc don't properly handle the | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r1902: we need to include popt.h before popt_common.h | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r1877: since make proto catches all functions | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1836: - as abartlet said to me, we need to contact the users domain pdcfor d... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB | Andrew Bartlett | 1 | -0/+1 |