summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault, and add a comment.Andrew Bartlett2001-12-081-2/+5
* again an intrusive patch:Jean-François Micouleau2001-12-062-2/+4
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-291-1/+1
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+0
* fixed the panics on basicsmb-sharelist on sun1Andrew Tridgell2001-11-271-1/+3
* fixed leak in free_user_info()Andrew Tridgell2001-11-271-0/+1
* another memory leak bites the dustAndrew Tridgell2001-11-271-4/+0
* fix sense of lp_allow_trusted_domains()Andrew Tridgell2001-11-273-11/+2
* Fix debugAndrew Bartlett2001-11-261-1/+1
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-266-52/+83
* add SEC_ADS auth methodAndrew Tridgell2001-11-261-0/+12
* challange -> challengeTim Potter2001-11-267-54/+54
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-5/+3
* This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett2001-11-261-1/+410
* Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett2001-11-252-0/+36
* And add the winbind module I missed in the last run.Andrew Bartlett2001-11-241-0/+111
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-249-292/+799
* More spelling fixes, comment reformatting.Tim Potter2001-11-211-8/+11
* Spelling fix, reformatted comment.Tim Potter2001-11-211-4/+6
* Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter2001-11-201-2/+2
* Fix up some DEBUG()sAndrew Bartlett2001-11-111-17/+37
* Add back the not null checks in a better place.Andrew Bartlett2001-11-111-1/+7
* make sam_account_ok static.Andrew Bartlett2001-11-111-32/+29
* This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2001-11-111-3/+0
* Minor updates. A small dose of const.Andrew Bartlett2001-11-112-2/+2
* Remove built-in support for clear-text kerberos authentication.Andrew Bartlett2001-11-111-123/+3
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-082-26/+94
* Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2001-11-051-4/+4
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-12/+58
* Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett2001-11-031-6/+2
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-012-22/+31
* Fix up domain logons. Tested with NT4.Andrew Bartlett2001-10-311-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-317-273/+868
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-5/+5
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-1/+13
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-301-0/+3
* Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2001-10-291-8/+8
* This commit is number 4 of 4.Andrew Bartlett2001-10-292-16/+19
* This commit is number 3 of 4.Andrew Bartlett2001-10-292-3/+3
* more compiler warningsHerb Lewis2001-10-232-2/+2
* print in a human readable format when the password expired.Jean-François Micouleau2001-10-191-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-1/+1
* Fix up indenting in out SAM password check code.Andrew Bartlett2001-10-061-46/+49
* Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-021-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-029-33/+1
* honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell2001-10-011-2/+1
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-31/+32
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-293-10/+30
* Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2001-09-261-5/+20