summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_misc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+17
2007-10-10r12193: Fix some typos.Günther Deschner1-1/+1
2007-10-10r11707: alt_names[i] might be NULL for i>0 also...Volker Lendecke1-1/+2
2007-10-10r10688: Fix from Volker for bugid #3068 - winbindd crash withJeremy Allison1-1/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-19/+11
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-6/+6
2007-10-10r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke1-64/+54
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-95/+305
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-0/+1
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett1-11/+2
2004-01-08The correct test for 'is our primary domain' is domain->primaryAndrew Bartlett1-1/+1
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-3/+11
2004-01-04Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke1-0/+29
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-2/+14
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-10add --domain=DOMAINNAME to wbinfoGerald Carter1-0/+12
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-9/+9
2003-05-27Fix extra arg for cm_get_netlogon_cli()Tim Potter1-1/+1
2003-05-26Formatting syncup.Tim Potter1-3/+1
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-1/+3
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-3/+4
2003-04-07Winbind merges from HEAD:Andrew Bartlett1-1/+1
2003-03-24(merge from HEAD)Andrew Bartlett1-0/+17
2003-01-28Merge from HEAD:Andrew Bartlett1-0/+12
2003-01-15winbindd merges from HEADGerald Carter1-16/+7
2002-11-18Merge from HEAD:Tim Potter1-1/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-3/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+11
2002-03-19Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett1-5/+4
2002-03-12get the test for disconnection the right way around!Andrew Tridgell1-3/+3
2002-03-06nicer message for --sequence when the server is disconnectedAndrew Tridgell1-2/+7
2002-01-31added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell1-0/+29
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Allow a winbind client to obtain the server's domain name.Andrew Bartlett1-1/+13
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter1-3/+6
2002-01-10Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett1-1/+27
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett1-11/+10
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison1-2/+1
2001-11-23Fixed check machine account function.Tim Potter1-55/+29
2001-11-15Get list of trusted domains if we haven't fetched them yet.Tim Potter1-0/+3
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+3
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-10more static/dead fnsAndrew Tridgell1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-10/+8
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-3/+8
2001-07-25Merge of change machine account password race fix from appliance branch.Tim Potter1-1/+17
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+2