summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2013-07-23s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner1-0/+23
2013-07-08s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknownVolker Lendecke1-0/+4
2013-07-08s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknownVolker Lendecke1-1/+1
2013-07-08s3:idmap_autorid: Use ARRAY_SIZE where appropriateVolker Lendecke1-1/+1
2013-07-15s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider1-0/+8
2013-07-02s3-winbind: Allow sec_initial_uid() to store creds.Andreas Schneider1-1/+1
2013-06-27winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison1-0/+6
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison1-1/+14
2013-05-25winbind: Print error code on connection error in ping_dcChristof Schmitt1-1/+2
2013-05-14winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke1-2/+3
2013-05-07winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke1-3/+3
2013-05-06s3:idmap:autorid: add a comment block explaining the calculationsMichael Adam1-0/+51
2013-05-06s3:idmap:autorid: simplify the id->sid calculationMichael Adam1-7/+13
2013-05-06s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...Michael Adam1-8/+9
2013-05-06s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obviousMichael Adam1-3/+6
2013-05-06s3:idmap:autorid: rename range.multiplier to domain_range_indexMichael Adam1-15/+17
2013-05-06s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...Michael Adam1-12/+12
2013-05-06s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...Michael Adam1-37/+37
2013-05-06s3:idmap:autorid: rename domainnum to rangenumMichael Adam1-12/+13
2013-05-06s3:winbindd/autorid multiple range supportAbhidnya Joshi1-19/+36
2013-05-03idmap: Store negative cache entries if the backend failsVolker Lendecke1-2/+2
2013-05-03idmap: Print error from idmap_backends_unixid_to_sidVolker Lendecke1-2/+4
2013-04-18s3:winbindd: avoid usage of procid_self()Stefan Metzmacher1-1/+3
2013-04-09winbindd: Avoid a fd leak when we can not forkVolker Lendecke1-0/+2
2013-04-09BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider1-0/+21
2013-03-09s3-winbindd: Add new module idmap_rfc2307Christof Schmitt2-0/+880
2013-03-09s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt3-62/+52
2013-03-09s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt3-86/+87
2013-03-09s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt3-45/+41
2013-03-09s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt3-24/+27
2013-03-09s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt4-83/+53
2013-03-08s3:idmap: fix a debug message and lower its levelMichael Adam1-1/+2
2013-03-05winbind: Fix no memory check in _wbint_PingDc().Andreas Schneider1-1/+1
2013-03-05winbind: Fix samba3.winbind.struct test.Andreas Schneider1-1/+1
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider7-20/+52
2013-03-05winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider6-61/+142
2013-02-22winbind: Don't leak centry memory.Andreas Schneider1-0/+1
2013-02-22winbind: Don't leak memory on return.Andreas Schneider1-0/+3
2013-02-22winbind: Correctly cast name to messaging_send_buf().Andreas Schneider1-3/+3
2013-02-22winbind: Use uint8_t type and use const where needed.Andreas Schneider1-7/+7
2013-02-22winbind: Make domain_name const in wcache_ndr_key().Andreas Schneider1-1/+1
2013-02-19s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher3-13/+13
2013-02-19s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher4-11/+11
2013-02-19s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher3-6/+6
2013-02-19s3:winbindd: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-13s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam1-1/+1
2013-02-08winbind: Fix an incompatible pointer type warningVolker Lendecke1-1/+1
2013-01-29s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...Michael Adam1-9/+43
2013-01-29s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam1-1/+1
2013-01-29s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam1-2/+13