summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-5/+5
2007-12-15Use sid_to_string directlyVolker Lendecke1-2/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-12-14wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher1-10/+12
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2-21/+0
2007-12-12winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher1-5/+0
2007-12-11Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2-3/+3
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2-42/+80
2007-12-07Don't double define fstring.Jeremy Allison1-0/+2
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-5/+0
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison1-3/+3
2007-11-26Remove pstrings from nsswitch/ and registry/Jeremy Allison1-22/+19
2007-11-21Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter1-1/+3
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2-3/+17
2007-10-19Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-53/+53
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison1-2/+1
2007-10-11Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner1-1/+4
2007-10-11Rename krb5 locator plugin to "winbind_krb5_locator".Guenther Deschner1-0/+0
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+4
2007-10-10r25493: Fix typo in Jeremy's thread-safe winbind patch:Jim McDonough1-1/+1
2007-10-10r25441: Make wbinfo --sequence output the sequence number if --domainMichael Adam1-1/+8
2007-10-10r25426: Fix another implicit cast warning.Michael Adam1-1/+1
2007-10-10r25406: Make the Linux nss client code thread-safe.Jeremy Allison1-12/+181
2007-10-10r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher2-3/+1
2007-10-10r25177: if configured using --enable-socket-wrapperStefan Metzmacher2-1/+22
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher32-29961/+0
2007-10-10r25152: fix headers used in wbinfo.cStefan Metzmacher1-2/+1
2007-10-10r25148: Adapt to coding conventions.Günther Deschner1-414/+697
2007-10-10r25146: rename winbindd_nss.h => winbind_struct_protocol.hStefan Metzmacher3-5/+3
2007-10-10r25143: rename public functions from winbind_client.hStefan Metzmacher7-83/+90
2007-10-10r25130: make use only of base types which are provided by libreplaceStefan Metzmacher7-216/+144
2007-10-10r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplaceStefan Metzmacher1-5/+0
2007-10-10r25107: Fix const warning caused by the way I reformatted thisSimo Sorce1-3/+4
2007-10-10r25099: Commit fix for CVE-2007-4138 from 3.0.26 release.Gerald Carter1-1/+1
2007-10-10r25087: Reformatting: Get rid of an abundance of leading tabs...Michael Adam1-11/+11
2007-10-10r25086: Fix interdomain trusts (this povides the fix expected in r22709):Michael Adam1-2/+2
2007-10-10r25074: as all requests in the winbindd child are sync, we can use talloc_tos()Stefan Metzmacher1-5/+2
2007-10-10r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opco...Günther Deschner1-0/+10
2007-10-10r25064: We use BOOL/True/False not bool/true/falseSimo Sorce1-4/+4
2007-10-10r25063: Fix segfault in smbldp_set_creds when we want to use anonymous, theSimo Sorce1-3/+4
2007-10-10r25062: Reformat, remove trailing spaces and fit lines into 80 columnsSimo Sorce1-156/+237
2007-10-10r25060: Fix formatting, remove trailing spaces and cut lines longer than 80 c...Simo Sorce1-160/+255
2007-10-10r25059: Apply to 3.2 as wellSimo Sorce1-24/+12
2007-10-10r25032: Contact an off site DC if non is available on site.Lars Müller1-13/+21
2007-10-10r25022: Fix coverity #395. Resource leak on error.Jeremy Allison1-6/+13
2007-10-10r25020: Fix coverity #374, possible null deref.Jeremy Allison1-4/+4
2007-10-10r24978: move domain_init_recv() near the functions that uses itStefan Metzmacher1-15/+16