Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7320: added support for a private pointer in irpc registered handlers | Andrew Tridgell | 2 | -5/+9 |
2007-10-10 | r7316: work in progress | Derrell Lipman | 1 | -147/+237 |
2007-10-10 | r7315: Add support for custom makefile targets, e.g.: | Jelmer Vernooij | 3 | -1/+23 |
2007-10-10 | r7314: the various ncacn and ncadg PDU's share the same namespace | Jelmer Vernooij | 1 | -22/+16 |
2007-10-10 | r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are | Jelmer Vernooij | 4 | -24/+24 |
2007-10-10 | r7312: Add IDL for ncadg packets. | Jelmer Vernooij | 6 | -36/+118 |
2007-10-10 | r7311: Use TARGET_CFLAGS for depend list as well | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r7310: Support TARGET_CFLAGS thru recursive make | Jelmer Vernooij | 2 | -24/+14 |
2007-10-10 | r7309: started adding IDL for nbt management calls. This adds a | Andrew Tridgell | 1 | -4/+32 |
2007-10-10 | r7308: Make dependency lists in the Makefile shorter (see discussion on samba... | Jelmer Vernooij | 3 | -72/+29 |
2007-10-10 | r7307: Add phony rules for OUTPUT_TYPE OBJLIST, e.g. it is now possible | Jelmer Vernooij | 2 | -5/+13 |
2007-10-10 | r7306: Use a consistant #define for detecting support for the Heimdal krb5 | Andrew Bartlett | 3 | -9/+9 |
2007-10-10 | r7305: Some cleanups, use write out CFLAGS variable | Jelmer Vernooij | 1 | -43/+22 |
2007-10-10 | r7304: Make the libkdc actually work: | Andrew Bartlett | 3 | -58/+11 |
2007-10-10 | r7303: autodetect the libkdc and our kdc support | Stefan Metzmacher | 5 | -10/+35 |
2007-10-10 | r7302: remove dublicate includes | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r7299: move the list of config.mk files to the source/ | Stefan Metzmacher | 2 | -1/+1 |
2007-10-10 | r7298: ensure messages are sent in order even when under extreme load. This | Andrew Tridgell | 2 | -2/+7 |
2007-10-10 | r7297: make the code more readable | Stefan Metzmacher | 1 | -6/+8 |
2007-10-10 | r7296: avoid two stat() calls per message. This increases the raw message | Andrew Tridgell | 1 | -8/+7 |
2007-10-10 | r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop, | Andrew Tridgell | 3 | -11/+91 |
2007-10-10 | r7294: implemented the irpc messaging system. This is the core of the | Andrew Tridgell | 15 | -3/+508 |
2007-10-10 | r7293: Turn sqlite3 support off by default, use --with-sqlite3 to re-enable. | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r7292: Fix up the build system support for derrell's sqlite3 ldb backend. | Andrew Bartlett | 3 | -5/+21 |
2007-10-10 | r7291: Additional notes on what we require from a kerberos implementation. | Andrew Bartlett | 1 | -1/+36 |
2007-10-10 | r7290: comment out heimdal config for now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7289: split out the list of *.mk files for the build, so you don't need to m... | Andrew Tridgell | 2 | -48/+51 |
2007-10-10 | r7288: Remove empty wrapper function | Jelmer Vernooij | 3 | -44/+25 |
2007-10-10 | r7287: work in progress. no more time to work on this right now. save lates... | Derrell Lipman | 2 | -6/+55 |
2007-10-10 | r7286: add prototype for public connect function in ldb_sqlite3 | Derrell Lipman | 1 | -0/+3 |
2007-10-10 | r7285: It appears that MIT Kerberos does not have the log redirection | Andrew Bartlett | 3 | -2/+23 |
2007-10-10 | r7284: more build issues for sqlite3 | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r7283: add sqlite3.m4 | Derrell Lipman | 1 | -0/+49 |
2007-10-10 | r7282: ldb_sqlite3 work in progress. | Derrell Lipman | 5 | -253/+288 |
2007-10-10 | r7281: removing document | Derrell Lipman | 1 | -0/+0 |
2007-10-10 | r7280: taking advantage of previous research. this is documentation on which... | Derrell Lipman | 1 | -0/+0 |
2007-10-10 | r7278: Oops, don't compile librpc as library.. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 13 | -644/+465 |
2007-10-10 | r7274: Move m4 files to seperate dir | Jelmer Vernooij | 15 | -12/+30 |
2007-10-10 | r7273: Update a bit | Jelmer Vernooij | 1 | -15/+18 |
2007-10-10 | r7272: this is a sample mk file for building a heimdal library using the | Andrew Tridgell | 1 | -0/+340 |
2007-10-10 | r7271: added the ability to specify a target specific set of CFLAGS for | Andrew Tridgell | 2 | -2/+28 |
2007-10-10 | r7270: A big revamp to the way we handle kerberos errors in Samba4. We now | Andrew Bartlett | 9 | -100/+167 |
2007-10-10 | r7269: talloc_steal() is preferred where possible, as it can't fail and does | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7268: allocate the strings to avoid them disappearing under our feet | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r7267: REMOTE_HOST is a better choice | Simo Sorce | 2 | -35/+72 |
2007-10-10 | r7266: Split the different types of js function defines into separate files, | Tim Potter | 6 | -243/+368 |
2007-10-10 | r7265: fixed d_printf() so it works again. | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7264: fix up the socket handling for abartlet. Still only udp, but it won't | Andrew Tridgell | 4 | -44/+80 |
2007-10-10 | r7263: Exit smbscript with the intepreter return value (defaults to 0). | Tim Potter | 1 | -10/+13 |