summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: Make server_info const in create_local_token()Andrew Bartlett2011-04-062-5/+5
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-054-27/+27
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-054-116/+152
* s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2011-04-042-3/+13
* s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner2011-03-301-0/+1
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-301-0/+1
* s3-prototyes: user_in_netgroup and user_in_list moved to auth, out of smbd.Günther Deschner2011-03-301-0/+2
* s3-auth: use auth.h where needed.Günther Deschner2011-03-3022-0/+22
* s3-auth: move auth prototypes to auth/proto.h.Günther Deschner2011-03-301-0/+266
* s3: auth also needs parts of smbd.Günther Deschner2011-03-302-0/+2
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-304-0/+4
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-303-0/+3
* s3: create_builtin_users/administrators belongs to passdb not auth.Günther Deschner2011-03-301-130/+0
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-302-0/+2
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-306-0/+6
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2188: MISSING_BREAKVolker Lendecke2011-03-271-0/+2
* s3: Fix Coverity ID 2189: MISSING_BREAKVolker Lendecke2011-03-271-1/+3
* s3: Fix a (invalid) uninitialized variable warningVolker Lendecke2011-03-231-1/+1
* s3: Fix Coverity ID 1018, CHECKED_RETURNVolker Lendecke2011-03-161-3/+5
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-3/+1
* s3: Fix a memory leak in check_sam_security_info3Volker Lendecke2011-03-051-10/+12
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-282-0/+2
* s3-waf: move some parts of auth to AUTH_COMMON to avoid duplicate symbols wit...Günther Deschner2011-02-231-7/+13
* s3-includes: move some chgpasswd related defines to the locations where they ...Günther Deschner2011-02-221-0/+6
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-222-5/+5
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-222-21/+21
* s3: NO_SUCH_USER is a lot more likely than NO_MEMORYVolker Lendecke2011-02-201-1/+1
* s3: Convert init_system_info to NTSTATUSVolker Lendecke2011-02-201-4/+3
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-11/+11
* s3-auth Fix memory leak in security=share and force user =Andrew Bartlett2011-02-161-1/+1
* s3-auth Remove unused pam_handleAndrew Bartlett2011-02-101-1/+0
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-18/+18
* pam: share pam errors in a common location.Günther Deschner2011-02-081-0/+1
* s3: Use the right credentials in check_netlogond_securityVolker Lendecke2011-02-061-1/+1
* s3: Fix auth_netlogond to cope with netlogon_creds_CredentialStateVolker Lendecke2011-02-061-20/+69
* s3: Fetch the machinepw via ldapi in pdb_adsVolker Lendecke2011-02-061-41/+112
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-042-0/+2
* s3-auth: add copy_netr_SamBaseInfo().Günther Deschner2011-02-041-56/+6
* s3: Make sure we call wbcAuthenticateUserEx correctlyVolker Lendecke2011-01-172-8/+29
* s3: Avoid a few calls to cli_errstrVolker Lendecke2011-01-171-3/+3
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-1/+1
* s3: Always retry the DC connection in auth_domainVolker Lendecke2010-12-201-8/+4
* s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke2010-12-191-3/+5
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-18/+18
* s3-waf: convert TOKEN_UTIL into a subsystem.Günther Deschner2010-11-301-2/+6
* Fix memleak I accidently introduced when reading from tdb.Jeremy Allison2010-11-101-0/+1
* Ensure we check the return from make_user_info before dereferencing the value...Jeremy Allison2010-11-101-2/+2