summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_sam.c
Commit message (Expand)AuthorAgeFilesLines
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-301-2/+0
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2005-12-301-0/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-281-0/+2
* r12363: minor fixes for win2000 join/loginAndrew Tridgell2005-12-191-1/+2
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2005-12-191-2/+3
* r11929: Add static, comments.Andrew Bartlett2005-11-271-3/+3
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2005-11-071-35/+35
* r11537: Make the authsam_account_ok routine callable by external users (the K...Andrew Bartlett2005-11-061-19/+21
* r11525: Move lookups (including the attribute search) for users fromAndrew Bartlett2005-11-051-69/+105
* r11520: indentAndrew Bartlett2005-11-051-1/+1
* r11370: Samba4 now passes it's own RPC-SAMLOGON test again.Andrew Bartlett2005-10-281-0/+7
* r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett2005-10-281-11/+18
* r11312: Make it clear we are looking at the 'domain ref', not the domainAndrew Bartlett2005-10-261-18/+18
* r11293: Use the right search when forming the data for the PAC.Andrew Bartlett2005-10-251-2/+2
* r11273: Initialise the new server_info->logon_server element.Andrew Bartlett2005-10-241-0/+3
* r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett2005-10-231-40/+69
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2005-10-071-2/+2
* r10579: str_list_make() can return NULLJelmer Vernooij2005-09-281-1/+1
* r10532: Replace next_token() with str_list_make()Jelmer Vernooij2005-09-271-9/+8
* r9412: Simplfy this NTLM authentication code by requiring the caller toAndrew Bartlett2005-08-201-4/+3
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2005-08-181-9/+10
* r8980: Make Samba4 honour account control flags (we were asking for aAndrew Bartlett2005-08-031-3/+5
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2005-07-221-29/+58
* r8676: attribute lists in ldb searches must be NULL terminatedAndrew Tridgell2005-07-211-1/+1
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2005-06-241-8/+7
* r7306: Use a consistant #define for detecting support for the Heimdal krb5Andrew Bartlett2005-06-051-4/+4
* r7269: talloc_steal() is preferred where possible, as it can't fail and doesAndrew Bartlett2005-06-041-2/+2
* r6883: Move to what simo assures me is the 'correct' way to find the NetBIOSAndrew Bartlett2005-05-181-12/+35
* r6793: Move auth_sam to use the dnsDomain rather than theAndrew Bartlett2005-05-151-1/+1
* r6565: Cludge, cludge, cludge...Andrew Bartlett2005-05-011-8/+4
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2005-03-231-4/+4
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2005-02-101-0/+1
* r4955: fixed a couple of minor memory leaks in the auth_sam codeAndrew Tridgell2005-01-241-1/+11
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2005-01-091-312/+263
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2005-01-071-1/+1
* r4339: - rename auth_guest to auth_anonymousStefan Metzmacher2004-12-231-2/+6
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2004-11-161-0/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions. Jelmer Vernooij2004-11-141-2/+2
* r3453: - split out the auth and popt includesAndrew Tridgell2004-11-021-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2004-11-021-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2004-11-011-0/+1
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2004-10-251-118/+245
* r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,Andrew Tridgell2004-10-031-2/+12
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2004-09-261-3/+15
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2004-09-261-1/+1
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2004-09-261-12/+12
* r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell2004-08-251-13/+1
* r1983: a completely new implementation of tallocAndrew Tridgell2004-08-211-1/+1
* r1518: check for ldb_search giving -1 (indicating db corruption)Andrew Tridgell2004-07-151-0/+3
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2004-07-051-2/+2