summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke2011-01-131-3/+3
* s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam2010-02-151-0/+4
* s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam2010-02-151-0/+4
* s3:auth: Fix typo in debug message.Karolin Seeger2009-12-231-2/+2
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-201-1/+1
* s3: fix bug #6650, authentication at member servers when winbindd is not runningMichael Adam2009-08-241-1/+1
* s3/auth map NULL domains to our global sam nameSteven Danneman2009-05-291-9/+3
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-261-5/+5
* s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Günther Deschner2009-05-261-2/+1
* Fix bug #6291 - force user stop working.Jeremy Allison2009-05-261-1/+37
* s3-auth: rename static smb_create_user(). Sorry...Günther Deschner2009-04-151-2/+2
* s3: fix guest auth when winbindd is runningSteven Danneman2009-02-261-7/+7
* s3: Fix 'assignment differ in signedness' warningTim Prouty2009-02-251-1/+1
* s3: Rename auth_onefs_wb and pdb_onefs_samDan Sledz2009-02-241-7/+23
* Revert "s3 auth: Add parameter that forces every user through an NSS lookup"Tim Prouty2009-02-211-22/+4
* Fix the build on SolarisVolker Lendecke2009-02-211-1/+1
* Fix some nonempty blank linesVolker Lendecke2009-02-211-31/+31
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-213-10/+15
* Introduce a new authentication backend auth_onefs_wbDan Sledz2009-02-201-0/+134
* s3 auth: Add parameter that forces every user through an NSS lookupZach Loafman2009-02-161-4/+22
* s3:auth: only create_local_token() should add S-1-22-X-Y sidsStefan Metzmacher2009-02-131-27/+0
* s3:auth: add S-1-22-X-Y sids to the local tokenStefan Metzmacher2009-02-131-0/+38
* s3: Added new parameter "map untrusted to domain"Steven Danneman2009-02-121-4/+8
* s3: Change behavior when seeing an unknown domain.Dan Sledz2009-02-111-22/+35
* Fix double free caused by incorrect talloc_steal usage.Dan Sledz2009-02-111-2/+2
* S3: Fixes for coverity issues.todd stecher2009-02-101-2/+2
* Fix some nonempty blank linesVolker Lendecke2009-02-101-9/+9
* Fix a valgrind error: rpc_bind talloc_move()s the auth structVolker Lendecke2009-02-041-2/+0
* Ensure null termination of the password in mymachinepw, remove a debugVolker Lendecke2009-02-041-3/+1
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+3
* Fix a typoVolker Lendecke2009-01-211-1/+1
* Fix some nonempty blank linesVolker Lendecke2009-01-201-9/+9
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-3/+6
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-041-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-2/+4
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-8/+8
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-2/+2
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-2/+2
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Add netlogond auth methodVolker Lendecke2008-10-061-0/+321
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-0/+65
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-032-7/+17
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-08-261-2/+3
|\
| * auth: Fix build warning.Günther Deschner2008-08-251-2/+3
* | Split lookup_name() and create a new functiong calledSimo Sorce2008-08-172-17/+7
|/
* Fix show-stopper for 3.2. Smbd depends on group SIDJeremy Allison2008-08-141-0/+34
* Make it clear that this is a temporary context byusing a talloc stackframe in...Jeremy Allison2008-08-141-22/+16
* Removed redundant logging from create_builtin_users and create_builtin_admini...Tim Prouty2008-07-301-16/+4