summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2002-01-01Allow usernames in the form of 'NT_STATUS_....' to map to that as the errorAndrew Bartlett1-0/+6
2002-01-01Now that winbind doesn't rely on this, we may as well remove it...Andrew Bartlett1-108/+0
2002-01-01A farily large commit:Andrew Bartlett9-184/+158
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell1-3/+3
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett4-56/+119
2001-12-29Removed extra lp_adduser() call.Jeremy Allison1-17/+0
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell2-14/+35
2001-12-17make sure we pass the lm and nt data in the right order. They were swapped, ...Jim McDonough1-2/+2
2001-12-14If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...Jim McDonough1-1/+1
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-1/+1
2001-12-08Fix segfault, and add a comment.Andrew Bartlett1-2/+5
2001-12-06again an intrusive patch:Jean-François Micouleau2-2/+4
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-1/+1
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+0
2001-11-27fixed the panics on basicsmb-sharelist on sun1Andrew Tridgell1-1/+3
2001-11-27fixed leak in free_user_info()Andrew Tridgell1-0/+1
2001-11-27another memory leak bites the dustAndrew Tridgell1-4/+0
2001-11-27fix sense of lp_allow_trusted_domains()Andrew Tridgell3-11/+2
2001-11-26Fix debugAndrew Bartlett1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett6-52/+83
2001-11-26add SEC_ADS auth methodAndrew Tridgell1-0/+12
2001-11-26challange -> challengeTim Potter7-54/+54
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-5/+3
2001-11-26This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett1-1/+410
2001-11-25Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett2-0/+36
2001-11-24And add the winbind module I missed in the last run.Andrew Bartlett1-0/+111
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett9-292/+799
2001-11-21More spelling fixes, comment reformatting.Tim Potter1-8/+11
2001-11-21Spelling fix, reformatted comment.Tim Potter1-4/+6
2001-11-20Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter1-2/+2
2001-11-11Fix up some DEBUG()sAndrew Bartlett1-17/+37
2001-11-11Add back the not null checks in a better place.Andrew Bartlett1-1/+7
2001-11-11make sam_account_ok static.Andrew Bartlett1-32/+29
2001-11-11This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett1-3/+0
2001-11-11Minor updates. A small dose of const.Andrew Bartlett2-2/+2
2001-11-11Remove built-in support for clear-text kerberos authentication.Andrew Bartlett1-123/+3
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-1/+1
2001-11-08Change to guest logon code.Andrew Bartlett2-26/+94
2001-11-05Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter1-4/+4
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-12/+58
2001-11-03Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett1-6/+2
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2-22/+31
2001-10-31Fix up domain logons. Tested with NT4.Andrew Bartlett1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett7-273/+868
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-5/+5
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-1/+13
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett1-0/+3
2001-10-29Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett1-8/+8
2001-10-29This commit is number 4 of 4.Andrew Bartlett2-16/+19
2001-10-29This commit is number 3 of 4.Andrew Bartlett2-3/+3