summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* "user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett2002-02-271-1/+1
* serialise all domain auth requestsAndrew Tridgell2002-02-181-1/+10
* Fix use of uninitialsed variable in PAM codeAndrew Bartlett2002-02-051-2/+2
* Drastic impromvents to pam_winbind.Andrew Bartlett2002-02-051-21/+2
* Removed version number from file header.Tim Potter2002-01-3012-24/+12
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-261-16/+2
* Bring auth_winbind into line with the protocol changesAndrew Bartlett2002-01-251-0/+3
* Remove check for passwordserver = "*" as we now initialise it.Tim Potter2002-01-251-1/+6
* Spelling fixes.Tim Potter2002-01-201-6/+6
* This is another *BIG* change...Andrew Bartlett2002-01-201-3/+1
* Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett2002-01-202-32/+41
* Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett2002-01-181-9/+12
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-173-6/+26
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-152-3/+5
* Fix a segfault in auth/auth_domain.c error cases.Andrew Bartlett2002-01-141-2/+1
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+4
* fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell2002-01-111-1/+1
* The DC is meant to be sent the *unmapped* username...Andrew Bartlett2002-01-111-1/+1
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-112-28/+28
* 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