summaryrefslogtreecommitdiff
path: root/source3/auth/auth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* Correct "somthing" typos.Chris Lamb2017-02-221-1/+1
* s3-auth: Pass talloc context to make_server_info_pw().Andreas Schneider2014-02-051-2/+5
* s3-auth: Fix account check over ncalrpc.Andreas Schneider2011-07-131-5/+9
* s3:auth_unix: remove unused varStefan Metzmacher2011-07-081-1/+0
* s3-auth: Remove global smbd_server_conn from auth_unix.c.Andreas Schneider2011-07-041-2/+10
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-auth: run minimal_includes.plGünther Deschner2011-05-051-1/+0
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Remove smbd_server_conn() from check_unix_securityVolker Lendecke2010-08-281-7/+2
* s3: Lift smbd_server_fd() from pass_check()Volker Lendecke2010-08-281-0/+7
* s3: Remove smb_pam_accountcheck from the auth modulesVolker Lendecke2010-08-191-8/+1
* s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider2010-08-161-57/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-2/+1
* s3: remove global include of samr.hGünther Deschner2010-08-061-0/+1
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-3/+3
* s3:auth make it easier to trace auth modulesSimo Sorce2010-05-291-0/+2
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-111-3/+7
* s3: Fix some nonempty linesVolker Lendecke2010-04-111-7/+6
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-1/+1
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-1/+1
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce2007-10-101-1/+8
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-2/+4
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-5/+5
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+3
* BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter2004-03-161-1/+1
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-041-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-0/+4
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-1/+1
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-6/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* This is another *BIG* change...Andrew Bartlett2002-01-201-3/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-1/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-4/+6
* A farily large commit:Andrew Bartlett2002-01-011-1/+2
* Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-301-9/+13
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-1/+14
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-2/+4
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-6/+11
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-8/+24
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-201-3/+3