summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbindd: Honour pdb_is_responsible_for_everything_else()Andrew Bartlett2014-06-161-8/+11
* s3-winbindd: Implement SamLogon IRPC callAndrew Bartlett2014-06-114-51/+150
* s3-winbind: Transparently forward IRPC messages to the winbind_dual childAndrew Bartlett2014-06-111-37/+80
* s3-winbind rename winbindd_update_rodc_dns to be for more generic irpcAndrew Bartlett2014-06-113-10/+16
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-1138-44/+50
* s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2014-06-114-0/+137
* s3-winbindd: Register winbindd with irpcAndrew Bartlett2014-06-112-0/+33
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-3/+42
* winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett2014-06-115-113/+87
* s3:lib/afs move afs.c to common lib dirChristian Ambach2014-06-041-0/+1
* s3-winbind: Use strlcpy to avoid log entry.Andreas Schneider2014-06-041-1/+4
* winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...Andrew Bartlett2014-06-041-12/+31
* winbindd: Remove pointless if statementAndrew Bartlett2014-06-041-14/+10
* winbindd: explain that this check protects the AD DC machine account password...Andrew Bartlett2014-06-041-0/+4
* winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett2014-04-291-1/+2
* autorid: Add allocation from above in alloc range for well known sidsMichael Adam2014-04-251-0/+86
* autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-22/+26
* autorid: add high_id to range config and fill it where we also fill range->lo...Michael Adam2014-04-251-0/+2
* autorid: reserve 500 IDs at the top of the ALLOC range.Michael Adam2014-04-251-1/+4
* autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-4/+5
* autorid: introduce idmap_autorid_domsid_is_for_alloc()Michael Adam2014-04-251-2/+14
* autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()Michael Adam2014-04-251-95/+76
* autorid: make the checks for bumping num_mapped identical for alloc and rid caseMichael Adam2014-04-251-2/+2
* autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().Michael Adam2014-04-251-1/+1
* autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...Michael Adam2014-04-251-3/+5
* autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()Michael Adam2014-04-251-2/+3
* autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-5/+5
* autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()Michael Adam2014-04-251-3/+3
* autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...Michael Adam2014-04-251-6/+17
* autorid: fix discard-const warning in idmap_autorid_init_hwm()Michael Adam2014-04-251-1/+1
* autorid: fix uninitialized return code for successful autorid.tdb creation/op...Michael Adam2014-04-251-3/+1
* autorid: improve a debug message in idmap_autorid_map_sid_to_id()Michael Adam2014-04-251-2/+2
* autorid: add debug messages to idmap_autorid_get_domainrange()Michael Adam2014-04-251-0/+4
* autorid: improve wording in a debug messageMichael Adam2014-04-251-1/+1
* autorid: remove a legacy comment from sid_to_idMichael Adam2014-04-251-5/+0
* idmap_rid: remove a legacy comment from sid_to_idMichael Adam2014-04-251-4/+0
* idmap_tdb_common: remove legacy comment.Michael Adam2014-04-251-5/+1
* idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping()Michael Adam2014-04-251-1/+1
* idmap_tdb_common: fix a debug message in idmap_tdb_common_unixid_to_sid()Michael Adam2014-04-251-1/+1
* s3: winbindd: Call dgram cleanup init background setup.Jeremy Allison2014-04-231-0/+4
* winbindd: use exit_daemon() to pass startup status to systemdAlexander Bokovoy2014-04-231-9/+4
* add systemd integrationAlexander Bokovoy2014-04-231-0/+5
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* autorid: use the db argument in the initialize traverse action.Michael Adam2014-04-031-2/+2
* autorid: make the whole initialization atomic with one transaction.Michael Adam2014-04-031-10/+38
* autorid: initialize: fix typo in and further improve a debug message.Michael Adam2014-04-031-2/+2
* autorid: initialize: use the split db_open and init_hwms function instead of ...Michael Adam2014-04-031-1/+6
* autorid: initialize: open the autorid db as late as possible.Michael Adam2014-04-031-8/+9
* autorid: initialize: link config to commonconfig as soon as it is allocated.Michael Adam2014-04-031-1/+1
* autorid: initialize: link commonconfig to dom as soon as it is allocatedMichael Adam2014-04-031-2/+1