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
/
winbindd
/
winbindd_rpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-02
Fix some nonempty blank lines
Volker Lendecke
1
-21
/
+21
2009-08-02
Refactor 9b78af1f: Fix lookupname recursion
Volker Lendecke
1
-1
/
+1
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
1
-3
/
+3
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-14
/
+14
2009-03-17
Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped members
Volker Lendecke
1
-7
/
+8
2008-11-21
s3-winbindd: make all winbind rpc-methods static.
Michael Adam
1
-31
/
+32
2008-11-10
s3-samr-idl: cleanup.
Günther Deschner
1
-0
/
+2
2008-10-15
s3: fix various samr callers.
Günther Deschner
1
-1
/
+1
2008-09-23
[s3]winbindd_rpc: add domain prefix to username in lookup_groupmem().
Michael Adam
1
-1
/
+4
2008-09-16
winbindd: Update the calls to ws_name_XX() to reflect API changes.
Gerald (Jerry) Carter
1
-5
/
+39
2008-04-20
Introduce rpccli_set_timeout()
Volker Lendecke
1
-2
/
+2
2008-02-27
Add my copyright.
Günther Deschner
1
-0
/
+1
2008-02-17
Use netr_SamInfo3 everywhere in winbindd.
Günther Deschner
1
-7
/
+7
2008-02-13
Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.
Günther Deschner
1
-7
/
+16
2008-02-13
Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.
Günther Deschner
1
-7
/
+16
2008-02-13
Convert last caller (in winbindd) to rpccli_samr_LookupRids.
Günther Deschner
1
-23
/
+25
2008-02-13
Fix the build of winbindd, sorry.
Günther Deschner
1
-5
/
+3
2008-02-13
Use rpccli_lsa_EnumTrustDom all over the place.
Günther Deschner
1
-8
/
+10
2008-02-12
Use rpccli_samr_QueryUserInfo in net and winbindd.
Günther Deschner
1
-8
/
+10
2008-02-08
Fix winbindd msrpc_lookup_useraliases.
Günther Deschner
1
-1
/
+1
2008-02-08
Use rpccli_samr_QueryDisplayInfo() all over the place.
Günther Deschner
1
-19
/
+20
2008-02-07
Use rpccli_samr_GetGroupsForUser() all over the place.
Günther Deschner
1
-5
/
+7
2008-02-06
Use rpccli_samr_QueryDomainInfo() in winbindd.
Günther Deschner
1
-21
/
+33
2008-02-05
Use rpccli_samr_QueryGroupMember() all over the place.
Günther Deschner
1
-3
/
+7
2008-02-05
Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.
Günther Deschner
1
-16
/
+21
2008-02-01
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
1
-5
/
+10
2008-02-01
Use rpccli_samr_OpenGroup() all over the place.
Günther Deschner
1
-2
/
+5
2008-01-31
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
1
-3
/
+3
2008-01-11
Ensure we don't access an uninitialized variable
Jeremy Allison
1
-1
/
+1
2008-01-04
Add a missing check for dealing with a one-way trust in query_user().
Gerald (Jerry) Carter
1
-0
/
+6
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-11
/
+6
2007-11-27
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
1
-4
/
+4
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-8
/
+8
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
Michael Adam
1
-2
/
+2
2007-10-10
r25154: move winbindd code into winbindd/
Stefan Metzmacher
1
-0
/
+1111
[prev]