summaryrefslogtreecommitdiffstats
path: root/source4/auth/auth_sam.c
Commit message (Expand)AuthorAgeFilesLines
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-8/+7
* r7306: Use a consistant #define for detecting support for the Heimdal krb5Andrew Bartlett2007-10-101-4/+4
* r7269: talloc_steal() is preferred where possible, as it can't fail and doesAndrew Bartlett2007-10-101-2/+2
* r6883: Move to what simo assures me is the 'correct' way to find the NetBIOSAndrew Bartlett2007-10-101-12/+35
* r6793: Move auth_sam to use the dnsDomain rather than theAndrew Bartlett2007-10-101-1/+1
* r6565: Cludge, cludge, cludge...Andrew Bartlett2007-10-101-8/+4
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2007-10-101-4/+4
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r4955: fixed a couple of minor memory leaks in the auth_sam codeAndrew Tridgell2007-10-101-1/+11
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-101-312/+263
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r4339: - rename auth_guest to auth_anonymousStefan Metzmacher2007-10-101-2/+6
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-2/+2
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2007-10-101-118/+245
* r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,Andrew Tridgell2007-10-101-2/+12
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-3/+15
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2007-10-101-1/+1
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-101-12/+12
* r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell2007-10-101-13/+1
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1518: check for ldb_search giving -1 (indicating db corruption)Andrew Tridgell2007-10-101-0/+3
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2007-10-101-2/+2
* r1151: fixed fill-in of force_password_change field in auth_samAndrew Tridgell2007-10-101-1/+1
* r1143: fixed spelling of sAMAccountNameAndrew Tridgell2007-10-101-1/+1
* r1138: allow for a user in no groupsAndrew Tridgell2007-10-101-1/+2
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-101-1/+67
* r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett2007-10-101-2/+2
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-101-2/+3
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-101-23/+25
* r904: - fixed account expiry testing in auth_samAndrew Tridgell2007-10-101-2/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-3/+3
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-5/+5
* r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett2007-10-101-8/+6
* r751: Fix debug message to print the right variable.Andrew Bartlett2007-10-101-1/+1
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-101-41/+6
* r715: Finish the ldb conversion for the auth_sam module.Andrew Bartlett2007-10-101-29/+100
* r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett2007-10-101-4/+2
* r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett2007-10-101-51/+143
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-101-345/+61
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-1/+1
* - port AUTH and PASSDB subsystems to newStefan Metzmacher2004-02-031-3/+38
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-1/+1
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+564