s3-auth: use auth.h where needed.
[metze/samba/wip.git] / source3 / auth / auth_unix.c
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2010-08-28 Volker Lendeckes3: Remove smbd_server_conn() from check_unix_security
2010-08-28 Volker Lendeckes3: Lift smbd_server_fd() from pass_check()
2010-08-19 Volker Lendeckes3: Remove smb_pam_accountcheck from the auth modules
2010-08-16 Andreas Schneiders3-auth: Remove obsolete 'update encrypted' option.
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-08-06 Günther Deschners3: remove global include of samr.h
2010-06-07 Andrew Bartletts3:auth Rename user_info->internal_username -> user_inf...
2010-05-29 Simo Sorces3:auth make it easier to trace auth modules
2010-04-11 Volker Lendeckes3: Remove the make_auth_methods routine
2010-04-11 Volker Lendeckes3: Fix some nonempty lines
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_serversupplied_info"
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Simo Sorcer19980: Implement pam account stack checks when obey...
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-04 Jelmer VernooijAdd some static. Patch by Stefan Metzmacher <metze...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-16 Jelmer VernooijAdd support for the new modules system to auth/ (merge...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-24 Jelmer Vernooij- Add support to auth/ for the new modules system
2003-02-10 Andrew BartlettCleanups: (merge from HEAD)
2003-02-10 Andrew BartlettSome cleanups:
2002-11-02 Andrew BartlettMerge passdb from HEAD -> 3.0
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-24 Andrew BartlettName the authentication modules, and therfore fix up...
2002-05-24 Andrew BartlettMove the authenticaion subsystem over to the same ...
2002-05-22 Andrew BartlettCleanups!
2002-05-21 Simo Sorcetypo, sorry
2002-05-21 Simo Sorcedebug classized
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-01 Andrew BartlettA farily large commit:
2001-12-30 Andrew BartlettAdd a pile of doxygen style comments to various parts...
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-20 Andrew BartlettMove pass_check.c over to NTSTATUS, allowing full NTSTA...
2001-09-20 Andrew BartlettFix for MiXed and UPPER case usernames with plaintext...
2001-09-19 Andrew BartlettRemove the ugly hacks to get around the Get_Pwnam(...
2001-09-12 Tim PotterSome patches to authentication:
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-12 Andrew BartlettThis patch does a number of things, mostly smaller...