Age | Commit message (Expand) | Author | Files | Lines |
2011-03-23 | s3: Fix a (invalid) uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2011-03-16 | s3: Fix Coverity ID 1018, CHECKED_RETURN | Volker Lendecke | 1 | -3/+5 |
2011-03-10 | Quite some callers of sid_split_rid do not care about the rid | Volker Lendecke | 1 | -3/+1 |
2011-03-05 | s3: Fix a memory leak in check_sam_security_info3 | Volker Lendecke | 1 | -10/+12 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 2 | -0/+2 |
2011-02-23 | s3-waf: move some parts of auth to AUTH_COMMON to avoid duplicate symbols wit... | Günther Deschner | 1 | -7/+13 |
2011-02-22 | s3-includes: move some chgpasswd related defines to the locations where they ... | Günther Deschner | 1 | -0/+6 |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 2 | -5/+5 |
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 2 | -21/+21 |
2011-02-20 | s3: NO_SUCH_USER is a lot more likely than NO_MEMORY | Volker Lendecke | 1 | -1/+1 |
2011-02-20 | s3: Convert init_system_info to NTSTATUS | Volker Lendecke | 1 | -4/+3 |
2011-02-18 | s3-waf: use SAMBA3_*() build rules in source3/build | Andrew Tridgell | 1 | -11/+11 |
2011-02-16 | s3-auth Fix memory leak in security=share and force user = | Andrew Bartlett | 1 | -1/+1 |
2011-02-10 | s3-auth Remove unused pam_handle | Andrew Bartlett | 1 | -1/+0 |
2011-02-10 | s3-auth Rename cryptic 'ptok' to security_token | Andrew Bartlett | 1 | -18/+18 |
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 1 | -0/+1 |
2011-02-06 | s3: Use the right credentials in check_netlogond_security | Volker Lendecke | 1 | -1/+1 |
2011-02-06 | s3: Fix auth_netlogond to cope with netlogon_creds_CredentialState | Volker Lendecke | 1 | -20/+69 |
2011-02-06 | s3: Fetch the machinepw via ldapi in pdb_ads | Volker Lendecke | 1 | -41/+112 |
2011-02-04 | s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945) | Günther Deschner | 2 | -0/+2 |
2011-02-04 | s3-auth: add copy_netr_SamBaseInfo(). | Günther Deschner | 1 | -56/+6 |
2011-01-17 | s3: Make sure we call wbcAuthenticateUserEx correctly | Volker Lendecke | 2 | -8/+29 |
2011-01-17 | s3: Avoid a few calls to cli_errstr | Volker Lendecke | 1 | -3/+3 |
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 1 | -1/+1 |
2010-12-20 | s3: Always retry the DC connection in auth_domain | Volker Lendecke | 1 | -8/+4 |
2010-12-19 | s3: Fix bug 7066 -- wbcAuthenticateEx gives unix times | Volker Lendecke | 1 | -3/+5 |
2010-12-01 | s3-waf: avoid module name uppercasing. | Günther Deschner | 1 | -18/+18 |
2010-11-30 | s3-waf: convert TOKEN_UTIL into a subsystem. | Günther Deschner | 1 | -2/+6 |
2010-11-10 | Fix memleak I accidently introduced when reading from tdb. | Jeremy Allison | 1 | -0/+1 |
2010-11-10 | Ensure we check the return from make_user_info before dereferencing the value... | Jeremy Allison | 1 | -2/+2 |
2010-11-10 | Remove fstring from map_username. Create a more sane interface than the calle... | Jeremy Allison | 4 | -77/+155 |
2010-11-09 | s3: Quieten a bogus error message | Volker Lendecke | 1 | -3/+1 |
2010-11-05 | s3: Make proper use of sid_check_is_in_xx routines | Volker Lendecke | 1 | -2/+2 |
2010-11-05 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username looku... | Jeremy Allison | 3 | -6/+6 |
2010-10-20 | s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem. | Günther Deschner | 1 | -0/+1 |
2010-10-15 | s3-rpc_server: Make auth_serversupplied_info const. | Andreas Schneider | 1 | -1/+1 |
2010-10-14 | s3-auth Use security_token_debug() from common code | Andrew Bartlett | 2 | -27/+1 |
2010-10-14 | s3-auth use security_token_has_sid() from the common code | Andrew Bartlett | 1 | -9/+2 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 3 | -3/+3 |
2010-10-08 | s3-waf: slowly getting modules to match how they look like in old build. | Günther Deschner | 1 | -19/+19 |
2010-09-28 | s3-waf: add AUTH_SCRIPT module to AUTH subsystem (which is build as shared | Günther Deschner | 1 | -0/+7 |
2010-09-28 | s3-waf: fix dependencies in most of our module subsystems. | Günther Deschner | 1 | -6/+2 |
2010-09-28 | s3-auth_util: make sure the system server info actually contains S-1-5-18. | Günther Deschner | 1 | -0/+9 |
2010-09-27 | s3-waf: move auth subsystem to auth/wscript_build. | Günther Deschner | 1 | -0/+84 |
2010-09-26 | s3: Remove talloc_autofree_context() from get_root_nt_token() | Volker Lendecke | 1 | -1/+1 |
2010-09-26 | s3: Lift talloc_autofree_context() from make_auth_context_fixed() | Volker Lendecke | 1 | -3/+4 |
2010-09-26 | s3: Lift talloc_autofree_context() from make_auth_context_subsystem() | Volker Lendecke | 3 | -6/+11 |
2010-09-26 | s3: Lift talloc_autofree_context() from make_auth_context_text_list() | Volker Lendecke | 1 | -3/+6 |
2010-09-26 | s3: Lift talloc_autofree_context() from make_auth_context() | Volker Lendecke | 1 | -3/+7 |