Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26136: Attempt to fix dependencies for auth. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -9/+13 |
2007-10-10 | r25562: Use standard bool types in cyrus sasl code - patch by Julien. | Jelmer Vernooij | 1 | -8/+9 |
2007-10-10 | r25552: Convert to standard bool type. | Jelmer Vernooij | 8 | -82/+82 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 2 | -3/+4 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 3 | -10/+10 |
2007-10-10 | r25428: forward declarations of enums are not portable, | Stefan Metzmacher | 2 | -6/+8 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2 | -6/+6 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 4 | -10/+11 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 3 | -24/+24 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 2 | -4/+4 |
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -8/+11 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r24504: Try to return more useful error information on why a bind failed. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, as | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 14 | -42/+28 |
2007-10-10 | r23455: These buffers may not be null terminated. Ensure we don't run past the | Andrew Bartlett | 1 | -1/+12 |
2007-10-10 | r23136: Set the event context onto the credentials in more places. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r23036: error checking on asn1_init() failure | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r23030: finally fixed up our asn1 code to use better memory allocation. This | Andrew Tridgell | 2 | -44/+39 |
2007-10-10 | r22969: fix some more places where we could end up with more than one event | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r22966: Make sure to return LOGON_FAILURE if the user's kerberos password is | Andrew Bartlett | 3 | -6/+15 |
2007-10-10 | r22635: make it possible to not turn off dns canonicalization of hostnames | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22404: more dependencies which should be private | Stefan Metzmacher | 1 | -8/+6 |
2007-10-10 | r22397: hopefully fix the build on some aix hosts in the build-farm | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22294: Lock the delegated credentials to being kerberos only, we just don't | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r22293: Try to make it more clear what failed to parse. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22208: Print the target principal name, to help with kdc unreachable errors. | Andrew Bartlett | 1 | -7/+4 |
2007-10-10 | r22199: fix typo | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20258: add functions to read and write asn1 encoded OID strings without lead... | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r20135: attach default gensec features to the cli_credentials structure, | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r20108: match w2k3 and send 1.2.840.48018.1.2.2 before 1.2.840.113554.1.2.2 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20107: don't segfault when the server didn't send a supportedMech in a negTo... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20034: Start using ldb_search_exp_fmt() | Simo Sorce | 1 | -11/+3 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19676: Fix some more dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19660: Forgot to tell gsskrb5 not to canonicalize hostnames. Shoudl fix | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can only | Andrew Bartlett | 1 | -9/+49 |
2007-10-10 | r19644: Merge up to current lorikeet-heimdal, incling adding | Andrew Bartlett | 1 | -0/+18 |
2007-10-10 | r19635: It appears that under CFX, different keys are used in each direction | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa... | Andrew Bartlett | 2 | -31/+44 |
2007-10-10 | r19629: No need to special case use of DCE_STYLE sign and seal away any more... | Andrew Bartlett | 1 | -9/+0 |
2007-10-10 | r19628: This hint via Love at the IETF meeting: | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r19604: This is a massive commit, and I appologise in advance for it's size. | Andrew Bartlett | 2 | -91/+134 |