summaryrefslogtreecommitdiffstats
path: root/source/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-4/+6
* Fix logic error in cm_connect_sam().Michael Adam2007-12-181-1/+0
* Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter2007-12-171-2/+6
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-1510-45/+50
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-155-19/+43
* Use sid_to_string directlyVolker Lendecke2007-12-153-9/+6
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-23/+24
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-1515-91/+86
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-146-114/+132
* Make cm_connect_sam() try harder to connect autheticated.Michael Adam2007-12-131-9/+26
* Refactor out assembling of trust creds (pw, account name, principal).Michael Adam2007-12-131-17/+38
* Streamline and fix logic of cm_prepare_connection().Michael Adam2007-12-131-25/+37
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+2
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-19/+3
* Streamline logic in cm_connect_netlogon()Michael Adam2007-12-131-5/+6
* In cm_prepare_connection(), only get auth user creds if we need to.Michael Adam2007-12-131-2/+2
* Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2007-12-122-17/+10
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-124-157/+0
* winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2007-12-121-255/+0
* winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2007-12-112-7/+15
* winbindd: rename child table struct elementsStefan Metzmacher2007-12-114-57/+150
* idmap: add a const to idmap_dump_maps()Stefan Metzmacher2007-12-111-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-104-8/+8
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-5/+11
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* Improve a debug message.Michael Adam2007-12-061-1/+1
* Fix a debug message (missing newline).Michael Adam2007-12-051-1/+1
* Remove some globalsVolker Lendecke2007-12-051-4/+4
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-032-8/+13
* Last pstring here.Jeremy Allison2007-12-031-4/+6
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-11/+12
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-273-8/+8
* Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-211-0/+2
* More pstring elimination.Jeremy Allison2007-11-201-9/+13
* Prevent segv in winbindd running on a DC using the "idmap backend" syntax.Gerald (Jerry) Carter2007-11-201-7/+8
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+3
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-2/+2
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-1/+1
* start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher2007-10-301-3/+2
* Two patchesVolker Lendecke2007-10-271-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-246-113/+172
* handle wellknown sids in winbindd_passwd.cStefan Metzmacher2007-10-241-1/+2
* r25573: Add my (C) as wellSimo Sorce2007-10-221-0/+1
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-225-41/+87
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-222-64/+90
* r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2007-10-222-12/+12
* r25568: move idmap related functions into their own file.Stefan Metzmacher2007-10-222-741/+778
* r25567: make do_async() non staticStefan Metzmacher2007-10-221-6/+6
* Fix an incompatible pointer type warningVolker Lendecke2007-10-191-2/+2