r25398: Parse loadparm context to all lp_*() functions.
[jelmer/samba4-debian.git] / source / auth / auth_sam.c
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22627: fix crash msgs_tmp isn't always initialized
2007-10-10 Stefan Metzmacherr22621: fix the 'sam' auth module
2007-10-10 Andrew Bartlettr20352: Use the common function to find the DN for...
2007-10-10 Andrew Bartlettr20149: Remove the smb.conf distinction between PDC...
2007-10-10 Stefan Metzmacherr20010: cosmetic fix
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Andrew Tridgellr17824: add a wrapper for the common partitions_basedn...
2007-10-10 Andrew Tridgellr17823: get rid of most of the samdb_base_dn() calls...
2007-10-10 Stefan Metzmacherr17270: split the logic of saying this auth backend...
2007-10-10 Andrew Bartlettr16238: Use a baseDN for the auth_sam searches, to...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr15298: Fix the build using a few hacks in the build...
2007-10-10 Jelmer Vernooijr15297: Move create_security_token() to samdb as it...
2007-10-10 Andrew Tridgellr14975: use the magic comment recognised by the IBM...
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14571: More improvements on shared library support...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13910: Fix the 'your password has expired' on every...
2007-10-10 Andrew Bartlettr13252: Cleanup, both in code, comments and talloc...
2007-10-10 Andrew Bartlettr13247: Try to make better use of talloc in the auth...
2007-10-10 Andrew Bartlettr12718: We don't use unicodePwd directly any more.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr12599: This new LDB module (and associated changes...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Tridgellr12363: minor fixes for win2000 join/login
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Bartlettr11929: Add static, comments.
2007-10-10 Andrew Bartlettr11543: A major upgrade to our KDC and PAC handling.
2007-10-10 Andrew Bartlettr11537: Make the authsam_account_ok routine callable...
2007-10-10 Andrew Bartlettr11525: Move lookups (including the attribute search...
2007-10-10 Andrew Bartlettr11520: indent
2007-10-10 Andrew Bartlettr11370: Samba4 now passes it's own RPC-SAMLOGON test...
2007-10-10 Andrew Bartlettr11366: Pass around the flags which indicate if we...
2007-10-10 Andrew Bartlettr11312: Make it clear we are looking at the 'domain...
2007-10-10 Andrew Bartlettr11293: Use the right search when forming the data...
2007-10-10 Andrew Bartlettr11273: Initialise the new server_info->logon_server...
2007-10-10 Andrew Bartlettr11270: Move the core CrackNames code from rpc_server...
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Jelmer Vernooijr10579: str_list_make() can return NULL
2007-10-10 Jelmer Vernooijr10532: Replace next_token() with str_list_make()
2007-10-10 Andrew Bartlettr9412: Simplfy this NTLM authentication code by requiri...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr8980: Make Samba4 honour account control flags (we...
2007-10-10 Andrew Bartlettr8700: Propmted by tridge's need to do plaintext auth...
2007-10-10 Andrew Tridgellr8676: attribute lists in ldb searches must be NULL...
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Andrew Bartlettr7306: Use a consistant #define for detecting support...
2007-10-10 Andrew Bartlettr7269: talloc_steal() is preferred where possible,...
2007-10-10 Andrew Bartlettr6883: Move to what simo assures me is the 'correct...
2007-10-10 Andrew Bartlettr6793: Move auth_sam to use the dnsDomain rather than the
2007-10-10 Andrew Bartlettr6565: Cludge, cludge, cludge...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr4955: fixed a couple of minor memory leaks in the...
2007-10-10 Stefan Metzmacherr4620: - add interface functions to the auth subsystem...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Stefan Metzmacherr4339: - rename auth_guest to auth_anonymous
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Bartlettr3190: When we don't have a PAC, do a lookup in the...
2007-10-10 Andrew Tridgellr2793: fixed the handling of primaryGroupID in auth_sam...
2007-10-10 Andrew Tridgellr2654: fixed some more server memory leaks. We are...
2007-10-10 Andrew Tridgellr2650: fixed a memory leak in make_server_info()
2007-10-10 Andrew Tridgellr2643: convert more of the auth subsyystem to the new...
2007-10-10 Andrew Tridgellr2051: switched the samdb over to using the new destruc...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1518: check for ldb_search giving -1 (indicating db...
2007-10-10 Stefan Metzmacherr1335: NT_STATUS_INTERNAL_DB_CORRUPTION
2007-10-10 Andrew Tridgellr1151: fixed fill-in of force_password_change field...
2007-10-10 Andrew Tridgellr1143: fixed spelling of sAMAccountName
2007-10-10 Andrew Tridgellr1138: allow for a user in no groups
2007-10-10 Andrew Bartlettr1058: The start of work on the SamLogon call for NETLOGON.
2007-10-10 Andrew Bartlettr1028: More consistancy fixes, which should also fix...
2007-10-10 Andrew Bartlettr1025: Rename (across the samr and netlogon pipes,...
2007-10-10 Andrew Bartlettr1019: Push the auth subsystem away from using typedef...
2007-10-10 Andrew Tridgellr904: - fixed account expiry testing in auth_sam
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Bartlettr816: - Make use of tridge's new samdb_result_sid_pref...
2007-10-10 Andrew Bartlettr751: Fix debug message to print the right variable.
2007-10-10 Andrew Bartlettr743: Start on a NETLOGON server in Samba4.
2007-10-10 Andrew Bartlettr715: Finish the ldb conversion for the auth_sam module.
2007-10-10 Andrew Bartlettr708: Clean up copyright headers, to reflect code that...
2007-10-10 Andrew Bartlettr685: The SAM is dead! Long live the new SAM! ;-)
2007-10-10 Andrew Bartlettr443: Update Samba4 to the auth and NTLMSSP code from...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-02-03 Stefan Metzmacher- port AUTH and PASSDB subsystems to new
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
next