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