index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
*
winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode
Stefan Metzmacher
2008-02-13
1
-1
/
+43
*
Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.
Günther Deschner
2008-02-13
1
-7
/
+16
*
Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.
Günther Deschner
2008-02-13
1
-7
/
+16
*
Convert last caller (in winbindd) to rpccli_samr_LookupRids.
Günther Deschner
2008-02-13
1
-23
/
+25
*
nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros
Stefan Metzmacher
2008-02-13
1
-4
/
+4
*
Fix the build of winbindd, sorry.
Günther Deschner
2008-02-13
1
-5
/
+3
*
Use rpccli_lsa_EnumTrustDom all over the place.
Günther Deschner
2008-02-13
1
-8
/
+10
*
Use rpccli_samr_QueryUserInfo in net and winbindd.
Günther Deschner
2008-02-12
2
-14
/
+16
*
Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.
Günther Deschner
2008-02-08
1
-12
/
+13
*
Fix winbindd msrpc_lookup_useraliases.
Günther Deschner
2008-02-08
1
-1
/
+1
*
Use rpccli_lsa_QueryInfoPolicy() all over the place.
Günther Deschner
2008-02-08
1
-14
/
+17
*
Use rpccli_lsa_QueryInfoPolicy2 in winbindd.
Günther Deschner
2008-02-08
1
-16
/
+19
*
Use rpccli_samr_QueryDisplayInfo() all over the place.
Günther Deschner
2008-02-08
1
-19
/
+20
*
Use rpccli_samr_GetGroupsForUser() all over the place.
Günther Deschner
2008-02-07
1
-5
/
+7
*
Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.
Günther Deschner
2008-02-07
2
-22
/
+38
*
Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.
Günther Deschner
2008-02-07
1
-16
/
+21
*
Use rpccli_samr_QueryDomainInfo() in winbindd.
Günther Deschner
2008-02-06
7
-85
/
+106
*
Small whitespace cleanup + check for null returns on talloc_strdup.
Jeremy Allison
2008-02-05
1
-8
/
+12
*
Use rpccli_samr_QueryGroupMember() all over the place.
Günther Deschner
2008-02-05
1
-3
/
+7
*
Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.
Günther Deschner
2008-02-05
1
-16
/
+21
*
Use rpccli_samr_Connect2() all over the place.
Günther Deschner
2008-02-04
1
-12
/
+15
*
Fix a typo in a debug message.
Michael Adam
2008-02-04
1
-1
/
+1
*
Convert read_data() to NTSTATUS
Volker Lendecke
2008-02-02
1
-9
/
+11
*
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Simo Sorce
2008-02-01
17
-315
/
+1767
|
\
|
*
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
2008-02-01
2
-9
/
+15
|
*
Use rpccli_samr_OpenGroup() all over the place.
Günther Deschner
2008-02-01
1
-2
/
+5
|
*
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
2008-02-01
1
-6
/
+6
|
*
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
2008-01-31
2
-6
/
+6
|
*
Remove include/rpc_ds.h and all references to it completly.
Günther Deschner
2008-01-29
5
-27
/
+27
|
*
Use another pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
2008-01-29
1
-26
/
+23
|
*
Use pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
2008-01-29
1
-12
/
+19
|
*
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Günther Deschner
2008-01-29
1
-1
/
+1
|
*
Always trust the domain flags in the wcache trusted domain cache.
Gerald W. Carter
2008-01-25
1
-13
/
+33
|
*
Use the correct domain name when looking up the trust password.
Gerald W. Carter
2008-01-25
1
-1
/
+15
|
*
Fix winbindd_can_contact_domain() on a samba DC.
Michael Adam
2008-01-25
1
-3
/
+6
|
*
Use generated DSSETUP client & server rpc functions and remove the hand-writt...
Günther Deschner
2008-01-25
1
-15
/
+16
|
*
Add debug message: show which domain_child is being forked.
Michael Adam
2008-01-25
1
-0
/
+7
|
*
Add a debug message winbindd_can_contact_domain()
Michael Adam
2008-01-25
1
-0
/
+2
|
*
Fix assignment to request->data.init_conn.is_primary in init_child_connection().
Michael Adam
2008-01-25
1
-1
/
+1
|
*
Fix winbindd build w/o ADS.
Günther Deschner
2008-01-24
1
-3
/
+7
|
*
Add winbind_msg_dump_domain_list to winbindd.
Günther Deschner
2008-01-24
2
-0
/
+88
|
*
Add winbindd debugging ndr_print helpers.
Günther Deschner
2008-01-24
1
-0
/
+149
|
*
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
2008-01-23
1
-1
/
+1
|
*
Fix panic: Don't free the logfilename in winbind_child_died().
Michael Adam
2008-01-23
1
-1
/
+0
|
*
Initialize _domain_list to NULL.
Michael Adam
2008-01-23
1
-1
/
+1
|
*
Fix get_trust_creds() to return always an upper-cased krb5 principal (this
Günther Deschner
2008-01-23
1
-4
/
+8
|
*
winbindd: remove useless strcpy
Stefan Metzmacher
2008-01-21
1
-4
/
+1
|
*
Fix a segfault
Volker Lendecke
2008-01-20
1
-3
/
+10
|
*
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
2008-01-17
2
-4
/
+4
|
*
Convert old sid-string handling in idmap_tdb2 to a new one
Alexander Bokovoy
2008-01-16
1
-4
/
+7
[next]