summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-10/+28
* Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner2007-10-191-2/+2
* fix startup of smbd, nmbd, winbinddStefan Metzmacher2007-10-191-4/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1824-308/+308
* Fix default domains support using compat syntax.Simo Sorce2007-10-161-14/+29
* Added missing is_ipaddress is_ipaddress_v4 not in initialJeremy Allison2007-10-101-1/+1
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-102-3/+6
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-1012-1259/+973
* r25573: Add my (C) as wellSimo Sorce2007-10-101-0/+1
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-105-41/+87
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-102-64/+90
* r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2007-10-102-12/+12
* r25568: move idmap related functions into their own file.Stefan Metzmacher2007-10-102-741/+778
* r25567: make do_async() non staticStefan Metzmacher2007-10-101-6/+6
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-1/+1
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-1/+1
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-2/+2
* r25287: Eliminate a handful of red bars and overly long lines I justMichael Adam2007-10-101-32/+40
* r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getany...Stefan Metzmacher2007-10-101-3/+13
* r25273: unistrX_to_ascii calls pull_ucs2 - ensure it's neverJeremy Allison2007-10-101-8/+8
* r25272: Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len.Michael Adam2007-10-101-8/+8
* r25270: for internal domains we should not ask a remote DC.Stefan Metzmacher2007-10-101-0/+9
* r25260: add trusted domains always to the end of the list.Stefan Metzmacher2007-10-101-20/+20
* r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup...Michael Adam2007-10-101-7/+7
* r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher2007-10-102-10/+2
* r25236: make it possible to alter WINBINDD_SOCKET_DIR viaStefan Metzmacher2007-10-102-2/+7
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-103-13/+13
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-1032-0/+29961