summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-1/+1
2001-11-27fixed leak in free_user_info()Andrew Tridgell1-0/+1
2001-11-26challange -> challengeTim Potter1-1/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-133/+75
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-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
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 Bartlett1-2/+51
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-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-20/+27
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 Bartlett1-21/+543
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+1
2001-09-14Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett1-1/+0
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+141