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
/
winbindd_samr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-winbindd: remove unused headers.
Günther Deschner
2011-05-02
1
-3
/
+0
*
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2011-04-13
1
-0
/
+1
*
s3-auth: use auth.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-passdb: use passdb headers where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.
Günther Deschner
2011-03-30
1
-5
/
+5
*
Remove two unused labels.
Jeremy Allison
2011-03-29
1
-2
/
+0
*
s3: Fix Coverity ID 2143: DEADCODE
Volker Lendecke
2011-03-28
1
-4
/
+0
*
s3: Fix Coverity ID 2143: DEADCODE
Volker Lendecke
2011-03-28
1
-4
/
+0
*
s3: Fix Coverity ID 2144, DEADCODE
Volker Lendecke
2011-03-16
1
-1
/
+1
*
s3: sid->domain_sid in winbindd_samr sam_rids_to_names
Volker Lendecke
2011-03-10
1
-8
/
+8
*
s3: Fix paranoia check in sam_rids_to_names
Volker Lendecke
2011-03-10
1
-4
/
+2
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-8
/
+8
*
s3: Fix some nonempty blank lines and some typos
Volker Lendecke
2011-02-09
1
-1
/
+1
*
s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_samr.c.
Günther Deschner
2011-02-02
1
-13
/
+25
*
s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_samr.c.
Günther Deschner
2011-02-02
1
-43
/
+92
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-winbindd: Use rpc_open_pipe_interface in winbindd.
Simo Sorce
2010-09-15
1
-2
/
+3
*
s3: Add "client_id" to pipes_struct
Volker Lendecke
2010-08-18
1
-0
/
+2
*
s3: Lift the smbd_messaging_context from rpc_pipe_open_internal
Volker Lendecke
2010-08-08
1
-0
/
+2
*
s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.
Günther Deschner
2010-07-08
1
-2
/
+0
*
s3:winbindd_samr Do not use static contexts
Simo Sorce
2010-07-07
1
-4
/
+4
*
s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ...
Günther Deschner
2010-07-07
1
-4
/
+4
*
s3-winbind: Fixed debug messages of open_internal_lsa_pipe().
Andreas Schneider
2010-07-06
1
-2
/
+2
*
s3-winbind: Make sure we close all policy handles in sam.
Andreas Schneider
2010-07-06
1
-0
/
+83
*
s3-winbind: Use rpc_trusted_domains in samr.
Andreas Schneider
2010-07-05
1
-61
/
+20
*
s3-winbind: Rename common_password_policy to sam_password_policy.
Andreas Schneider
2010-07-05
1
-6
/
+6
*
s3-winbind: Rename common_lockout_policy to sam_lockout_policy.
Andreas Schneider
2010-07-05
1
-6
/
+6
*
s3-winbind: Use rpc_sequence_number in samr.
Andreas Schneider
2010-07-05
1
-52
/
+24
*
s3-winbind: Use rpc_lookup_groupmem in samr.
Andreas Schneider
2010-07-05
1
-105
/
+22
*
s3-winbind: Use rpc_lookup_useraliases in samr.
Andreas Schneider
2010-07-05
1
-82
/
+26
*
s3-winbind: Use rpc_lookup_usergroups in samr.
Andreas Schneider
2010-07-05
1
-56
/
+21
*
s3-winbind: Use rpc_query_user in samr.
Andreas Schneider
2010-07-05
1
-56
/
+13
*
s3-winbind: Use rpc_rids_to_names in samr.
Andreas Schneider
2010-07-05
1
-78
/
+39
*
s3-winbind: Use rpc_sid_to_name in samr.
Andreas Schneider
2010-07-05
1
-57
/
+41
*
s3-winbind: Use rpc_name_to_sid in samr.
Andreas Schneider
2010-07-05
1
-54
/
+23
*
s3-winbind: Use rpc_enum_local_groups in samr.
Andreas Schneider
2010-07-05
1
-44
/
+16
*
s3-winbind: Use rpc_query_user_list in samr.
Andreas Schneider
2010-07-05
1
-87
/
+13
*
s3-winbind: Use rpc_enum_dom_groups in samr.
Andreas Schneider
2010-07-05
1
-42
/
+12
*
s3-winbind: Implemented samr backend function common_sequence_number.
Andreas Schneider
2010-07-05
1
-4
/
+65
*
s3-winbind: Implemented samr backend function common_lookup_useraliases.
Andreas Schneider
2010-07-05
1
-4
/
+103
*
s3-winbind: Implemented samr backend function common_lookup_usergroups.
Andreas Schneider
2010-07-05
1
-4
/
+82
*
s3-winbind: Implemented samr backend function common_password_policy.
Andreas Schneider
2010-07-05
1
-3
/
+33
*
s3-winbind: Implemented samr backend function common_lockout_policy.
Andreas Schneider
2010-07-05
1
-3
/
+33
*
s3-winbind: Implemented samr backend function common_rids_to_names.
Andreas Schneider
2010-07-05
1
-5
/
+104
*
s3-winbind: Implemented samr backend function common_sid_to_name.
Andreas Schneider
2010-07-05
1
-2
/
+73
*
s3-winbind: Implemented samr backend function common_name_to_sid.
Andreas Schneider
2010-07-05
1
-2
/
+72
*
s3-winbind: Implemented samr backend function common_enum_local_groups.
Andreas Schneider
2010-07-05
1
-4
/
+73
*
s3-winbind: Implemented samr backend function sam_lookup_groupmem.
Andreas Schneider
2010-07-05
1
-6
/
+151
*
s3-winbind: Implemented samr backend function sam_trusted_domains.
Andreas Schneider
2010-07-05
1
-2
/
+81
*
s3-winbind: Implemented samr backend function sam_query_user.
Andreas Schneider
2010-07-05
1
-2
/
+81
[next]