| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r26224: Remove another use of global_loadparm. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26222: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 2007-12-21 | 3 | -5/+6 |
* | r26221: Add loadparm_context parameter to auth_context_create. | Jelmer Vernooij | 2007-12-21 | 4 | -4/+9 |
* | r26205: Pass loadparm_context to secrets_db_connect() rather than using globa... | Jelmer Vernooij | 2007-12-21 | 2 | -2/+1 |
* | r26204: Binsings for some more functions. | Jelmer Vernooij | 2007-12-21 | 2 | -0/+12 |
* | r26203: Avoid using ldb_wrap for secrets database. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+1 |
* | r26189: Add really trivial testsuite for the auth module. | Jelmer Vernooij | 2007-12-21 | 3 | -2/+37 |
* | r26136: Attempt to fix dependencies for auth. | Jelmer Vernooij | 2007-12-21 | 3 | -5/+4 |
* | r26134: Avoid using samdb-dependent functions in auth_system_session. | Jelmer Vernooij | 2007-12-21 | 2 | -2/+119 |
* | r26127: Move session code out of auth_util.c. No longer making it part of aut... | Jelmer Vernooij | 2007-12-21 | 6 | -450/+556 |
* | r26099: Don't depend on nonexistant auth_util.h header. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+0 |
* | r26078: Import Python bindings for system_session functions (still needs tests). | Jelmer Vernooij | 2007-12-21 | 2 | -0/+51 |
* | r26069: Import python bindings for credentials. | Jelmer Vernooij | 2007-12-21 | 3 | -0/+181 |
* | r26016: remove unneeded include | Stefan Metzmacher | 2007-12-21 | 1 | -1/+0 |
* | r26006: Improve some dependencies. | Jelmer Vernooij | 2007-12-21 | 2 | -5/+1 |
* | r26004: Add some simple credentials tests. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+120 |
* | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 2007-12-21 | 5 | -5/+8 |
* | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 2007-12-21 | 3 | -49/+74 |
* | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 2007-12-21 | 1 | -1/+1 |
* | r25703: Use less entropy by using the pointer value as a process-unique token. | Andrew Bartlett | 2007-12-21 | 1 | -10/+2 |
* | r25660: Add a new interface 'generate_secret_buffer()', to be used when we | Andrew Bartlett | 2007-12-21 | 1 | -1/+1 |
* | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r25576: BOOL -> bool | Stefan Metzmacher | 2007-10-10 | 2 | -8/+8 |
* | r25562: Use standard bool types in cyrus sasl code - patch by Julien. | Jelmer Vernooij | 2007-10-10 | 1 | -8/+9 |
* | r25552: Convert to standard bool type. | Jelmer Vernooij | 2007-10-10 | 24 | -285/+285 |
* | r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna... | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 2007-10-10 | 7 | -12/+15 |
* | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2007-10-10 | 8 | -33/+33 |
* | r25428: forward declarations of enums are not portable, | Stefan Metzmacher | 2007-10-10 | 2 | -6/+8 |
* | r25404: fix the build | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
* | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2007-10-10 | 14 | -53/+55 |
* | r25193: Update headers to easy use by external apps. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r25181: sync winbind client code with samba3 | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r25047: Fix more warnings. | Jelmer Vernooij | 2007-10-10 | 1 | -7/+8 |
* | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 2007-10-10 | 9 | -34/+36 |
* | r25027: Fix more warnings. | Jelmer Vernooij | 2007-10-10 | 1 | -4/+4 |
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 15 | -0/+15 |
* | r25005: Avoid pstring. | Jelmer Vernooij | 2007-10-10 | 1 | -61/+15 |
* | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 2007-10-10 | 1 | -1/+3 |
* | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 2007-10-10 | 8 | -41/+40 |
* | r24994: Fix some C++ warnings. | Jelmer Vernooij | 2007-10-10 | 2 | -4/+4 |
* | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+0 |
* | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 2007-10-10 | 1 | -8/+11 |
* | r24730: Allow secrets entries to be for service principals. | Andrew Bartlett | 2007-10-10 | 1 | -6/+11 |
* | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 2007-10-10 | 6 | -21/+21 |
* | r24504: Try to return more useful error information on why a bind failed. | Andrew Bartlett | 2007-10-10 | 1 | -0/+5 |
* | r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, as | Andrew Bartlett | 2007-10-10 | 2 | -5/+10 |
* | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 2007-10-10 | 1 | -2/+1 |
* | r24061: Anther part of bug #4823, which is that until now Samba4 didn't parse | Andrew Bartlett | 2007-10-10 | 2 | -1/+69 |
* | r23810: Make things static, and remove unsued code. | Andrew Bartlett | 2007-10-10 | 1 | -96/+0 |