summaryrefslogtreecommitdiff
path: root/source3/auth/auth_unix.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-13s3-auth: Fix account check over ncalrpc.Andreas Schneider1-5/+9
2011-07-08s3:auth_unix: remove unused varStefan Metzmacher1-1/+0
2011-07-04s3-auth: Remove global smbd_server_conn from auth_unix.c.Andreas Schneider1-2/+10
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-05s3-auth: run minimal_includes.plGünther Deschner1-1/+0
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2010-08-28s3: Remove smbd_server_conn() from check_unix_securityVolker Lendecke1-7/+2
2010-08-28s3: Lift smbd_server_fd() from pass_check()Volker Lendecke1-0/+7
2010-08-19s3: Remove smb_pam_accountcheck from the auth modulesVolker Lendecke1-8/+1
2010-08-16s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider1-57/+1
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-2/+1
2010-08-06s3: remove global include of samr.hGünther Deschner1-0/+1
2010-06-07s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett1-3/+3
2010-05-29s3:auth make it easier to trace auth modulesSimo Sorce1-0/+2
2010-04-11s3: Remove the make_auth_methods routineVolker Lendecke1-3/+7
2010-04-11s3: Fix some nonempty linesVolker Lendecke1-7/+6
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-1/+1
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-1/+1
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce1-1/+8
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-2/+4
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-5/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-3/+3
2004-03-16BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter1-1/+1
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-0/+4
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett1-1/+1
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-6/+9
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20This is another *BIG* change...Andrew Bartlett1-3/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-4/+6
2002-01-01A farily large commit:Andrew Bartlett1-1/+2
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett1-9/+13
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-1/+14
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-2/+4
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+11
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-8/+24
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-3/+3
2001-09-20Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett1-1/+1
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett1-4/+10
2001-09-12Some patches to authentication:Tim Potter1-2/+4