Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNT
[ira/wip.git] / source3 / auth /
2002-01-20 Andrew BartlettAdd a touch of 'const' to some auth components, and...
2002-01-18 Andrew BartlettDon't do tridge's crazy 'am I a trusted domain' lookup...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-15 Andrew BartlettCommit the auth associated changes I missed from the...
2002-01-14 Andrew BartlettFix a segfault in auth/auth_domain.c error cases.
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-11 Andrew Tridgellfixed a crash bug in domain auth caused by an uninitial...
2002-01-11 Andrew BartlettThe DC is meant to be sent the *unmapped* username...
2002-01-11 Andrew BartlettBack out the crazy notion that the NTLMSSP flags actual...
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-02 Jeremy Allisondebug statement fixups.
2002-01-02 Andrew BartlettAnother touch of 'const'
2002-01-01 Andrew BartlettAllow usernames in the form of 'NT_STATUS_....' to...
2002-01-01 Andrew BartlettNow that winbind doesn't rely on this, we may as well...
2002-01-01 Andrew BartlettA farily large commit:
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-30 Andrew BartlettAdd a pile of doxygen style comments to various parts...
2001-12-29 Jeremy AllisonRemoved extra lp_adduser() call.
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-17 Jim McDonoughmake sure we pass the lm and nt data in the right order...
2001-12-14 Jim McDonoughIf domain SID can't be fetched, we shouldn't return...
2001-12-10 Jean-François Mico... added info level 3 to samrgetgroupinfo. I don't know...
2001-12-08 Andrew BartlettFix segfault, and add a comment.
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-11-29 Tim PotterI think the lookup_pdc_name() should be called lookup_d...
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-27 Andrew Tridgellfixed the panics on basicsmb-sharelist on sun1
2001-11-27 Andrew Tridgellfixed leak in free_user_info()
2001-11-27 Andrew Tridgellanother memory leak bites the dust
2001-11-27 Andrew Tridgellfix sense of lp_allow_trusted_domains()
2001-11-26 Andrew BartlettFix debug
2001-11-26 Andrew BartlettA number of things to clean up the auth subsytem a...
2001-11-26 Andrew Tridgelladd SEC_ADS auth method
2001-11-26 Tim Potterchallange -> challenge
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Andrew BartlettThis compleats the of the authenticaion subystem into...
2001-11-25 Andrew BartlettAdd the PDC end of the smbtorture test for creating...
2001-11-24 Andrew BartlettAnd add the winbind module I missed in the last run.
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-21 Tim PotterMore spelling fixes, comment reformatting.
2001-11-21 Tim PotterSpelling fix, reformatted comment.
2001-11-20 Tim PotterFixed sizeof vs array length bug in make_user_info_winb...
2001-11-11 Andrew BartlettFix up some DEBUG()s
2001-11-11 Andrew BartlettAdd back the not null checks in a better place.
2001-11-11 Andrew Bartlettmake sam_account_ok static.
2001-11-11 Andrew BartlettThis extra check isn't needed, we can only get here...
2001-11-11 Andrew BartlettMinor updates. A small dose of const.
2001-11-11 Andrew BartlettRemove built-in support for clear-text kerberos authent...
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-05 Tim PotterRenamed make_user_info_for_winbindd() to be more consis...
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-11-03 Andrew BartlettMinor cleanups/fixes in the NTLMv2 code
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettFix up domain logons. Tested with NT4.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-31 Andrew BartlettSmall 'const' updates ahead of some AuthRewrite merging.
2001-10-31 Tim PotterAdded some extra fields to the auth_serversupplied_info...
2001-10-30 Andrew BartlettSpnego on the 'server' end of security=server just...
2001-10-29 Andrew BartlettFix up auth_smbpasswd.c to use the password interface...
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-23 Herb Lewismore compiler warnings
2001-10-19 Jean-François Mico... print in a human readable format when the password...
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-06 Andrew BartlettFix up indenting in out SAM password check code.
2001-10-02 Jeremy AllisonFixed up the change password bug when not using PAM.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-10-01 Andrew Tridgellhonor the ACB_PWNOEXP flag in smbpasswd
2001-10-01 Andrew Tridgell- fix handling of 0 last_change_time and must_change_time
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-26 Andrew BartlettProcess the workstation trust account code INSIDE the...
2001-09-26 Andrew BartlettRearrange the order of the checks in auth_smbpasswd...
2001-09-20 Andrew BartlettMove pass_check.c over to NTSTATUS, allowing full NTSTA...
2001-09-20 Andrew BartlettWe are not meant to touch the username, so use the...
2001-09-20 Andrew BartlettFix for MiXed and UPPER case usernames with plaintext...
2001-09-20 Andrew BartlettRevert this one: The NTLMv2 checks need the original...
2001-09-19 Andrew Bartlett- Fix up to use sampass->username insted of user_info...
2001-09-19 Andrew BartlettRemove the ugly hacks to get around the Get_Pwnam(...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-16 Andrew BartlettFix up workstaion and kickoff time checks, moved to...
2001-09-14 Andrew BartlettNow that we always get back an NTSTATUS code actually...
2001-09-12 Tim PotterSome patches to authentication:
2001-09-10 Andrew Tridgellmade a couple of local fns static
2001-09-04 Andrew Tridgellcope with pam being off
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-30 Jeremy AllisonFixed silly typo.
2001-08-30 Jeremy AllisonFix from Paul Green to set correct lengths.
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-24 Tim PotterFixed incorrect debug.
2001-08-23 Andrew BartlettFix up some unused variables and functions, fix up...
2001-08-21 Andrew BartlettAdd a new option to disable our paranoid server check.
2001-08-20 Andrew BartlettAdd comment to clarify why we call this twice.
2001-08-20 Andrew Tridgelltwo fixes for NT clients -> share level Samba server
2001-08-17 Andrew Bartlettsmbd/auth_server: Doco, we want to use cli_nt_error...
2001-08-17 Andrew BartlettStyle cleanup for the last vuid change.
next