summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...Michael Adam2013-07-291-0/+18
* s3:winbind: change getgroups to only do one sids2xids call instead of manyMichael Adam2013-07-291-26/+42
* s3:winbind: fix the getgroups implementation to include the user sid's GID in...Michael Adam2013-07-291-3/+5
* s3:winbind: fix gid counting and error handling in the getgroups implementationMichael Adam2013-07-291-6/+10
* s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner2013-07-231-0/+23
* s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknownVolker Lendecke2013-07-081-0/+4
* s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknownVolker Lendecke2013-07-081-1/+1
* s3:idmap_autorid: Use ARRAY_SIZE where appropriateVolker Lendecke2013-07-081-1/+1
* s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider2013-07-151-0/+8
* s3-winbind: Allow sec_initial_uid() to store creds.Andreas Schneider2013-07-021-1/+1
* winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison2013-06-271-0/+6
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-06-201-1/+14
* winbind: Print error code on connection error in ping_dcChristof Schmitt2013-05-251-1/+2
* winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke2013-05-141-2/+3
* winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke2013-05-071-3/+3
* s3:idmap:autorid: add a comment block explaining the calculationsMichael Adam2013-05-061-0/+51
* s3:idmap:autorid: simplify the id->sid calculationMichael Adam2013-05-061-7/+13
* s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...Michael Adam2013-05-061-8/+9
* s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obviousMichael Adam2013-05-061-3/+6
* s3:idmap:autorid: rename range.multiplier to domain_range_indexMichael Adam2013-05-061-15/+17
* s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...Michael Adam2013-05-061-12/+12
* s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...Michael Adam2013-05-061-37/+37
* s3:idmap:autorid: rename domainnum to rangenumMichael Adam2013-05-061-12/+13
* s3:winbindd/autorid multiple range supportAbhidnya Joshi2013-05-061-19/+36
* idmap: Store negative cache entries if the backend failsVolker Lendecke2013-05-031-2/+2
* idmap: Print error from idmap_backends_unixid_to_sidVolker Lendecke2013-05-031-2/+4
* s3:winbindd: avoid usage of procid_self()Stefan Metzmacher2013-04-181-1/+3
* winbindd: Avoid a fd leak when we can not forkVolker Lendecke2013-04-091-0/+2
* BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider2013-04-091-0/+21
* s3-winbindd: Add new module idmap_rfc2307Christof Schmitt2013-03-092-0/+880
* s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt2013-03-093-62/+52
* s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt2013-03-093-86/+87
* s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt2013-03-093-45/+41
* s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt2013-03-093-24/+27
* s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt2013-03-094-83/+53
* s3:idmap: fix a debug message and lower its levelMichael Adam2013-03-081-1/+2
* winbind: Fix no memory check in _wbint_PingDc().Andreas Schneider2013-03-051-1/+1
* winbind: Fix samba3.winbind.struct test.Andreas Schneider2013-03-051-1/+1
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-057-20/+52
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-056-61/+142
* winbind: Don't leak centry memory.Andreas Schneider2013-02-221-0/+1
* winbind: Don't leak memory on return.Andreas Schneider2013-02-221-0/+3
* winbind: Correctly cast name to messaging_send_buf().Andreas Schneider2013-02-221-3/+3
* winbind: Use uint8_t type and use const where needed.Andreas Schneider2013-02-221-7/+7
* winbind: Make domain_name const in wcache_ndr_key().Andreas Schneider2013-02-221-1/+1
* s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-193-13/+13
* s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-194-11/+11
* s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-193-6/+6
* s3:winbindd: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam2013-02-131-1/+1