summaryrefslogtreecommitdiffstats
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* Better explanation message for dmalloc.Martin Pool2002-01-091-1/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-0511-532/+535
* debug statement fixups.Jeremy Allison2002-01-021-16/+16
* Another touch of 'const'Andrew Bartlett2002-01-021-1/+1
* Allow usernames in the form of 'NT_STATUS_....' to map to that as the errorAndrew Bartlett2002-01-011-0/+6
* Now that winbind doesn't rely on this, we may as well remove it...Andrew Bartlett2002-01-011-108/+0
* A farily large commit:Andrew Bartlett2002-01-019-184/+158
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-3/+3
* Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-304-56/+119
* Removed extra lp_adduser() call.Jeremy Allison2001-12-291-17/+0
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-192-14/+35
* make sure we pass the lm and nt data in the right order. They were swapped, ...Jim McDonough2001-12-171-2/+2
* If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...Jim McDonough2001-12-141-1/+1
* added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau2001-12-101-1/+1
* 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