Give an idea what service didn't have the directory.
[kai/samba.git] / source3 / auth /
2002-07-21 Tim PotterRenamed all the new_cli_netlogon_* functions to cli_net...
2002-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-20 Andrew BartlettAdd support for a weird behaviour apparently used by...
2002-07-20 Andrew BartlettNT_STATUS_UNSUCCESSFUL just gets clients confused ...
2002-07-09 Andrew BartlettMake it clear that the debug comment is the same as...
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-24 Andrew BartlettTry to get security=domain at least slightly working.
2002-06-15 Andrew BartlettThis patch does 2 things:
2002-06-15 Andrew BartlettAdd another 'trivial' built in authentication module...
2002-06-15 Andrew BartlettIt appears that to match NT we should not use the ...
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-06-12 Tim PotterSpelling.
2002-06-12 Tim PotterSpelling fixes.
2002-06-01 Jeremy AllisonMore cleanup work preparing for SMB signing.
2002-05-28 Tim PotterSpelling fixes.
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-24 Andrew BartlettName the authentication modules, and therfore fix up...
2002-05-24 Andrew BartlettRemove the password length paramater from cli_full_conn...
2002-05-24 Andrew BartlettMove the authenticaion subsystem over to the same ...
2002-05-22 Andrew BartlettNobody uses this function, and there really doesn't...
2002-05-22 Andrew BartlettCleanups!
2002-05-21 Simo Sorcetypo day :-(
2002-05-21 Simo Sorcetypo, sorry
2002-05-21 Simo Sorcedebug classized
2002-04-22 Jeremy AllisonEnsure auth requests from the same machine are complete...
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-07 Tim PotterSpelling.
2002-03-27 Jeremy AllisonMoved debug messages for grabbing/releasing mutex.
2002-03-26 Jeremy AllisonDon't hold the mutex for more than 20 seconds.
2002-03-24 Tim PotterSpelling fixes.
2002-03-23 Andrew BartlettExtra parinoa and DEBUG()s for the make_user_info_map...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-13 Andrew BartlettEnsure we never use "" as a domain name (Win9X apparent...
2002-03-02 Andrew BartlettAllow Samba to trust NT4 Domains.
2002-03-01 Andrew BartlettSECURITY FIXES:
2002-03-01 Andrew BartlettVarious comment fixes from Rafal Szczesniak <mimir...
2002-02-28 Jeremy AllisonEnsure that winbindd and smbd both use identical logic...
2002-02-27 Andrew Bartlett"user doesn't exist" isn't worthy of a level 1 debug...
2002-02-18 Andrew Tridgellserialise all domain auth requests
2002-02-05 Andrew BartlettFix use of uninitialsed variable in PAM code
2002-02-05 Andrew BartlettDrastic impromvents to pam_winbind.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettFix up a security issue with the way we handle domain...
2002-01-25 Andrew BartlettBring auth_winbind into line with the protocol changes
2002-01-25 Tim PotterRemove check for passwordserver = "*" as we now initial...
2002-01-20 Tim PotterSpelling fixes.
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-20 Andrew BartlettAdd a touch of 'const' to some auth components, and...
2002-01-18 Andrew BartlettDon't do tridge's crazy 'am I a trusted domain' lookup...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-15 Andrew BartlettCommit the auth associated changes I missed from the...
2002-01-14 Andrew BartlettFix a segfault in auth/auth_domain.c error cases.
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-11 Andrew Tridgellfixed a crash bug in domain auth caused by an uninitial...
2002-01-11 Andrew BartlettThe DC is meant to be sent the *unmapped* username...
2002-01-11 Andrew BartlettBack out the crazy notion that the NTLMSSP flags actual...
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-02 Jeremy Allisondebug statement fixups.
2002-01-02 Andrew BartlettAnother touch of 'const'
2002-01-01 Andrew BartlettAllow usernames in the form of 'NT_STATUS_....' to...
2002-01-01 Andrew BartlettNow that winbind doesn't rely on this, we may as well...
2002-01-01 Andrew BartlettA farily large commit:
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-30 Andrew BartlettAdd a pile of doxygen style comments to various parts...
2001-12-29 Jeremy AllisonRemoved extra lp_adduser() call.
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-17 Jim McDonoughmake sure we pass the lm and nt data in the right order...
2001-12-14 Jim McDonoughIf domain SID can't be fetched, we shouldn't return...
2001-12-10 Jean-François Mico... added info level 3 to samrgetgroupinfo. I don't know...
2001-12-08 Andrew BartlettFix segfault, and add a comment.
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-11-29 Tim PotterI think the lookup_pdc_name() should be called lookup_d...
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-27 Andrew Tridgellfixed the panics on basicsmb-sharelist on sun1
2001-11-27 Andrew Tridgellfixed leak in free_user_info()
2001-11-27 Andrew Tridgellanother memory leak bites the dust
2001-11-27 Andrew Tridgellfix sense of lp_allow_trusted_domains()
2001-11-26 Andrew BartlettFix debug
2001-11-26 Andrew BartlettA number of things to clean up the auth subsytem a...
2001-11-26 Andrew Tridgelladd SEC_ADS auth method
2001-11-26 Tim Potterchallange -> challenge
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Andrew BartlettThis compleats the of the authenticaion subystem into...
2001-11-25 Andrew BartlettAdd the PDC end of the smbtorture test for creating...
2001-11-24 Andrew BartlettAnd add the winbind module I missed in the last run.
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-21 Tim PotterMore spelling fixes, comment reformatting.
2001-11-21 Tim PotterSpelling fix, reformatted comment.
2001-11-20 Tim PotterFixed sizeof vs array length bug in make_user_info_winb...
2001-11-11 Andrew BartlettFix up some DEBUG()s
2001-11-11 Andrew BartlettAdd back the not null checks in a better place.
2001-11-11 Andrew Bartlettmake sam_account_ok static.
2001-11-11 Andrew BartlettThis extra check isn't needed, we can only get here...
2001-11-11 Andrew BartlettMinor updates. A small dose of const.
2001-11-11 Andrew BartlettRemove built-in support for clear-text kerberos authent...
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-05 Tim PotterRenamed make_user_info_for_winbindd() to be more consis...
next