summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner2-5/+5
2007-12-20Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam1-6/+9
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-4/+6
2007-12-18Fix logic error in cm_connect_sam().Michael Adam1-1/+0
2007-12-17Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter1-2/+6
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke10-45/+50
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke5-19/+43
2007-12-15Use sid_to_string directlyVolker Lendecke3-9/+6
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-23/+24
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke15-91/+86
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-3/+4
2007-12-14winbindd: move domain child specific stuff into its own fileStefan Metzmacher6-114/+132
2007-12-13Make cm_connect_sam() try harder to connect autheticated.Michael Adam1-9/+26
2007-12-13Refactor out assembling of trust creds (pw, account name, principal).Michael Adam1-17/+38
2007-12-13Streamline and fix logic of cm_prepare_connection().Michael Adam1-25/+37
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-19/+3
2007-12-13Streamline logic in cm_connect_netlogon()Michael Adam1-5/+6
2007-12-13In cm_prepare_connection(), only get auth user creds if we need to.Michael Adam1-2/+2
2007-12-12Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2-17/+10
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher4-157/+0
2007-12-12winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher1-255/+0
2007-12-11winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2-7/+15
2007-12-11winbindd: rename child table struct elementsStefan Metzmacher4-57/+150
2007-12-11idmap: add a const to idmap_dump_maps()Stefan Metzmacher1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison4-8/+8
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-5/+11
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-1/+1
2007-12-06Improve a debug message.Michael Adam1-1/+1
2007-12-05Fix a debug message (missing newline).Michael Adam1-1/+1
2007-12-05Remove some globalsVolker Lendecke1-4/+4
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison2-8/+13
2007-12-03Last pstring here.Jeremy Allison1-4/+6
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-11/+12
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison3-8/+8
2007-11-21Add set_sockaddr_port function for winbindd.Jeremy Allison1-0/+2
2007-11-20More pstring elimination.Jeremy Allison1-9/+13
2007-11-20Prevent segv in winbindd running on a DC using the "idmap backend" syntax.Gerald (Jerry) Carter1-7/+8
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-1/+3
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-2/+2
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-1/+1
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher1-3/+2
2007-10-27Two patchesVolker Lendecke1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison6-113/+172
2007-10-24handle wellknown sids in winbindd_passwd.cStefan Metzmacher1-1/+2
2007-10-22r25573: Add my (C) as wellSimo Sorce1-0/+1
2007-10-22r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher5-41/+87
2007-10-22r25570: move code of the locator child into its own fileStefan Metzmacher2-64/+90
2007-10-22r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2-12/+12
2007-10-22r25568: move idmap related functions into their own file.Stefan Metzmacher2-741/+778