summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wbinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-1/+1
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-7/+130
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-1/+17
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-0/+40
|
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ↵Gerald Carter2006-04-121-20/+20
| | | | winbindd server
* r14509: Attempt to fix the build on "sun1"Volker Lendecke2006-03-171-1/+3
|
* r13316: Let the carnage begin....Gerald Carter2006-02-031-14/+145
| | | | Sync with trunk as off r13315
* r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter2006-01-301-3/+3
| | | | * update output from mkversion.sh to include the SAMBA_VENDOR_PATCH
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2006-01-281-1/+1
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2005-12-281-0/+1
| | | | | What I'd give for a global constructor... Jeremy.
* r12407: Fix returning wrong error codes and better sort out errors and stdoutGünther Deschner2005-12-211-41/+49
| | | | | | messages. Guenther
* r11960: add 'wbinfo --separator' to get the currently active winbind_separator.Günther Deschner2005-11-291-2/+19
| | | | | | Needed for KDM/GDM login masks. Guenther
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2005-11-081-0/+2
| | | | | | | | | | | | | | | | | logons work if the client gives the MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT or MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT flags. This changes the auth module interface to 2 (from 1). The effect of this is that clients can access resources as a machine account if they set these flags. This is the same as Windows (think of a VPN where the vpn client authenticates itself to a VPN server using machine account credentials - the vpn server checks that the machine password was valid by performing a machine account check with the PDC in the same was as it would a user account check. I may add in a restriction (parameter) to allow this behaviour to be turned off (as it was previously). That may be on by default. Andrew Bartlett please review this change carefully. Jeremy.
* r11280: BUG 3201: make sure request structure is cleared prior to sending ↵Gerald Carter2005-10-241-0/+3
| | | | the request to winbindd (prevents the WB_RECURSE flags from accidentially getting set
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-1/+0
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-24/+24
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-081-3/+80
|
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2005-05-311-211/+0
|
* r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix theAndrew Bartlett2004-10-011-11/+3
| | | | | | | naming of the require_membership_of parameter in pam_winbind and fix the error code for 'you didn't specify a domain' in ntlm_auth. Andrew Bartlett
* r2755: Fix NTLMv2 for use with pam_winbind, the plaintext ntlm_auth modes,Andrew Bartlett2004-09-301-6/+47
| | | | | | | | | and the wbinfo -a test tool. If 'client ntlmv2 auth' is set, then we will send an NTLMv2, rather than an NT/LM response to the server. Andrew Bartlett
* r2340: Solve the problem of user sids ending up with gid's and vice versa: ThisVolker Lendecke2004-09-151-41/+0
| | | | | | belongs into winbind itself, not into wbinfo. Volker
* r1562: Make winbind for -S (sid->uid) and -Y (sid->gid) check whether the sidVolker Lendecke2004-07-221-0/+41
| | | | | | | | | requested actually is of type asked for. I've come across more than one installation where a group sid had ended up as a uid in idmap and vice versa. This just closes one possible for this misconfiguration, people are actually using wbinfo. Volker
* r1492: Rework our random number generation system.Andrew Bartlett2004-07-141-1/+1
| | | | | | | | | | On systems with /dev/urandom, this avoids a change to secrets.tdb for every fork(). For other systems, we now only re-seed after a fork, and on startup. No need to do it per-operation. This removes the 'need_reseed' parameter from generate_random_buffer(). Andrew Bartlett
* r116: volker's patch for local group and group nestingGerald Carter2004-04-071-0/+19
|
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-24/+6
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1313
metze