Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -34/+65 |
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 |
2007-10-10 | r7262: Add a length property to ARGV array. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argument | Tim Potter | 1 | -2/+7 |
2007-10-10 | r7260: save current schema before I blow it away to try something different | Derrell Lipman | 1 | -14/+14 |
2007-10-10 | r7259: Move the recv handler out into a seperate function (suggestion from | Andrew Bartlett | 1 | -51/+72 |
2007-10-10 | r7258: Fix the final linking error with libkdc - we need to link libhdb as well. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7257: Ensure the error message can never be uninitialised. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7255: Change syntax of resolveName() js function to be more like the | Tim Potter | 1 | -26/+28 |
2007-10-10 | r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS. | Tim Potter | 1 | -0/+24 |
2007-10-10 | r7253: Fix build. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r7252: Formatting. | Rafal Szczesniak | 1 | -1/+0 |
2007-10-10 | r7251: Initial work on composite domain open call. | Rafal Szczesniak | 2 | -2/+4 |
2007-10-10 | r7250: Starting work on composite domain open call. | Rafal Szczesniak | 2 | -0/+121 |
2007-10-10 | r7249: Cope with struct member rename | Jelmer Vernooij | 5 | -7/+7 |
2007-10-10 | r7248: Remove enum that is causing trouble on AIX | Jelmer Vernooij | 2 | -13/+11 |
2007-10-10 | r7247: User shorter and more convenient name for credentials in | Rafal Szczesniak | 2 | -2/+4 |
2007-10-10 | r7242: typo | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r7241: The KDC almost links... | Andrew Bartlett | 5 | -6/+1137 |
2007-10-10 | r7240: Don't call our fancy error message routines on a null context. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r7239: add a little test | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r7238: Add pam auth support in swat | Simo Sorce | 2 | -1/+83 |
2007-10-10 | r7237: we need to check for PAM here | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r7236: uhmm this require to be in too | Simo Sorce | 1 | -4/+2 |
2007-10-10 | r7235: We do not need PAM here anymore | Simo Sorce | 1 | -12/+0 |
2007-10-10 | r7234: that code path is died | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r7233: what about filling that new element ? | Simo Sorce | 1 | -0/+3 |
2007-10-10 | r7232: add some more auth stuff | Simo Sorce | 3 | -80/+442 |