index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
wbinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-31
DIsplay the short domain name in "wbinfo -m " by default.
Gerald W. Carter
1
-10
/
+16
2008-03-31
Augmented "wbinfo -m" to list additional information about the type, directio...
Steven Danneman
1
-15
/
+78
2008-03-31
wbinfo: use wbcAllocateGid()
Stefan Metzmacher
1
-1
/
+8
2008-03-31
wbinfo: use wbcAllocateUid()
Stefan Metzmacher
1
-1
/
+8
2008-03-31
wbinfo: use wbcSidToGid()
Stefan Metzmacher
1
-10
/
+12
2008-03-31
wbinfo: use wbcSidToUid()
Stefan Metzmacher
1
-10
/
+12
2008-03-31
wbinfo: use wbcGitToSid()
Stefan Metzmacher
1
-9
/
+13
2008-03-31
wbinfo: use wbcUidToSid()
Stefan Metzmacher
1
-9
/
+13
2008-03-31
wbinfo: use wbcPing()
Stefan Metzmacher
1
-7
/
+5
2008-03-28
wbinfo: use wbcDomainInfo()
Stefan Metzmacher
1
-18
/
+25
2008-03-28
wbinfo: use wbcGetgrnam()
Stefan Metzmacher
1
-19
/
+12
2008-03-28
wbinfo: use wbcListUsers() and wbcListGroups()
Stefan Metzmacher
1
-54
/
+29
2008-03-28
wbinfo: use wbcLookupUserSids()
Stefan Metzmacher
1
-31
/
+45
2008-02-15
wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...
Stefan Metzmacher
1
-1
/
+4
2008-02-13
wbinfo: use wbcAuthenticateUserEx()
Stefan Metzmacher
1
-47
/
+43
2008-02-05
Remove unused marshalling for SAMR_CONNECT.
Günther Deschner
1
-1
/
+1
2008-02-04
Use the proper boolean constants in wbinfo.c .
Michael Adam
1
-73
/
+73
2008-02-04
Reformatting: Fix spacing in wbinfo.c .
Michael Adam
1
-86
/
+85
2008-02-04
Prevent a segfault when "wbinfo -a" is called without password.
Michael Adam
1
-1
/
+3
2008-01-17
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
1
-2
/
+2
2007-12-21
De-couple smbd from staticly linking against winbindd client files.
Gerald (Jerry) Carter
1
-75
/
+63
2007-12-14
wbinfo: use POPT_COMMON_CONFIGFILE
Stefan Metzmacher
1
-10
/
+12
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-2
/
+2
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-12
/
+21
2007-11-21
Allocate a talloc_stackframe() in main() for wbinfo.
Gerald (Jerry) Carter
1
-1
/
+3
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-36
/
+36
2007-10-10
r25441: Make wbinfo --sequence output the sequence number if --domain
Michael Adam
1
-1
/
+8
2007-10-10
r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO call
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r25152: fix headers used in wbinfo.c
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r24747: Add WINBINDD_DSGETDCNAME call.
Günther Deschner
1
-0
/
+36
2007-10-10
r24722: Squashed commit of the following:
Gerald Carter
1
-0
/
+7
2007-10-10
r24353: Add a getpwuid lookup to wbinfo.
Kai Blin
1
-0
/
+38
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23568: Remove last traces of Heimdal KCM support (and don't misuse wbinfo wh...
Günther Deschner
1
-25
/
+4
2007-10-10
r21957: minor formatting fix
Herb Lewis
1
-1
/
+1
2007-10-10
r21399: need to zero the request and response structures
Herb Lewis
1
-0
/
+3
2007-10-10
r21396: fix wbinfo --lookup-rids command
Herb Lewis
1
-3
/
+18
2007-10-10
r19957: Initial framework to make winbindd robust
Jeremy Allison
1
-1
/
+1
2007-10-10
r18271: Big change:
Gerald Carter
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-2
/
+104
2007-10-10
r16823: Allow to call wbinfo --domain-info="" or --domain-info="." to get domain
Günther Deschner
1
-4
/
+7
2007-10-10
r15985: Adding "own-domain" switch to wbinfo which is handy from time to time.
Günther Deschner
1
-1
/
+17
2007-10-10
r15174: Check in Ronan Waide's wbinfo -i. Thanks :-)
Volker Lendecke
1
-0
/
+40
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
1
-20
/
+20
2007-10-10
r14509: Attempt to fix the build on "sun1"
Volker Lendecke
1
-1
/
+3
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-14
/
+145
2007-10-10
r13229: * fix bad comparison caught by the AIX compiler in wbinfo code
Gerald Carter
1
-3
/
+3
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r12555: Fix more load_case_table swegfaults. Arggg.
Jeremy Allison
1
-0
/
+1
[next]