summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused codeVolker Lendecke2009-06-144-264/+0
* Convert the winbind parent->child communication to wb_reqtransVolker Lendecke2009-06-146-239/+166
* Convert the main winbind client communication to wb_reqtrans.cVolker Lendecke2009-06-142-125/+65
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-1414-423/+426
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-2/+2
* s3-winbindd: workaround alias enumeration in expand_groups().Günther Deschner2009-06-081-3/+16
* s3-winbindd: add some debug statements while tracking down a bug.Günther Deschner2009-06-062-2/+20
* s3-winbindd: fix remaining callers of sid_binstring().Günther Deschner2009-05-282-4/+4
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-282-12/+10
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+55
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-272-4/+6
* s3:idmap: fix a comment typoMichael Adam2009-05-271-1/+1
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-271-12/+49
* s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init()Michael Adam2009-05-271-0/+2
* s3:idmap_tdb: filter out of range mappings in default idmap configMichael Adam2009-05-271-16/+57
* s3:winbind_util: remove trailing spacesMichael Adam2009-05-251-56/+56
* s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-251-2/+11
* s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-251-0/+8
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-241-0/+1
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-221-1/+1
* s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang2009-05-221-2/+8
* s3: Fix onlinestatus msg to return status of all domain instead of omitting t...Bo Yang2009-05-221-78/+51
* Fix a typoVolker Lendecke2009-05-161-1/+1
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-128-98/+47
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-115-11/+14
* Fix some nonempty blank linesVolker Lendecke2009-05-111-37/+37
* Fix some type-punned warningsVolker Lendecke2009-05-073-7/+13
* Remove a misleading commentVolker Lendecke2009-05-071-2/+0
* Fix some nonempty blank linesVolker Lendecke2009-05-071-11/+10
* s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ...Günther Deschner2009-04-241-0/+2
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-212-12/+12
* Fix to use modified cli_rpc_pipe_open_schannel_with_key APIAndrew Bartlett2009-04-201-2/+2
* Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-201-1/+1
* s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIsAndrew Bartlett2009-04-141-9/+9
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-145-3/+8
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-072-2/+2
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-064-11/+11
* ѕ3/winbind_pam: fix gcc 4.4 compile warningBjörn Jacke2009-03-231-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-03-186-25/+25
* s3:winbindd: accept new connections via fd eventsStefan Metzmacher2009-03-181-52/+100
* s3:winbindd: move non event related code out of process_loop() in the the callerStefan Metzmacher2009-03-181-22/+21
* s3:winbindd: remove unused close_winbindd_socket() functionStefan Metzmacher2009-03-182-19/+0
* Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped membersVolker Lendecke2009-03-171-7/+8
* Fix a valgrind errorVolker Lendecke2009-03-171-1/+1
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-14/+25
* Fix #6167: winbindd -n should disable the winbind idmap cacheVolker Lendecke2009-03-121-20/+50
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-124-7/+17
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-6/+6
* s3:winbindd_cm: remove useless cli_setup_signing_state(*cli, Undefined) callStefan Metzmacher2009-03-061-2/+0
* Fix careless mistake in winbindd_setup_sig_usr2_handlerBo Yang2009-03-041-1/+1