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_proto.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-09
s3-winbindd: Move connection to AD server from idmap_ad
Christof Schmitt
1
-9
/
+1
2013-03-09
s3-winbindd: Use common helper function for connecting to ADS
Christof Schmitt
1
-0
/
+7
2013-03-09
s3-winbindd: Move code for verifying ADS connection to common helper function
Christof Schmitt
1
-0
/
+6
2013-01-29
s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()
Michael Adam
1
-0
/
+5
2013-01-18
winbind: Use standard tevent_context_init
Volker Lendecke
1
-0
/
+1
2012-12-03
s3:winbindd: remove now unused wb_sid2uid and wb_sid2gid modules
Michael Adam
1
-10
/
+0
2012-12-03
s3:winbindd: make idmap_find_domain() static.
Michael Adam
1
-1
/
+0
2012-12-03
s3:winbindd: add idmap_find_domain_with_sid()
Michael Adam
1
-0
/
+2
2012-12-03
s3:winbindd: factor winbindd_sids_to_xids into external and internal part
Michael Adam
1
-0
/
+6
2012-11-30
s3-winbindd: add cm_connect_lsat().
Günther Deschner
1
-0
/
+4
2012-10-19
s3: Make winbindd_register_handlers static
Volker Lendecke
1
-1
/
+0
2012-09-20
winbind: Extend wbcAuthenticateUserEx to provide PAC
Christof Schmitt
1
-0
/
+8
2012-08-21
Fix bug #9098 - winbind does not refresh kerberos tickets.
Jeremy Allison
1
-0
/
+1
2012-03-04
s3-winbindd: Add stdin handler for winbind
Andrew Bartlett
1
-1
/
+2
2011-09-06
s3: Make winbindd_lookup_names static
Volker Lendecke
1
-7
/
+0
2011-06-21
s3: Convert WINBINDD_WINS_BYNAME to the async API
Volker Lendecke
1
-0
/
+6
2011-06-05
s3:winbind: Convert WINBINDD_WINS_BYIP to the async API
Volker Lendecke
1
-1
/
+6
2011-05-04
Remove unused function parse_add_domuser().
Jeremy Allison
1
-1
/
+0
2011-04-29
s3: Make winbindd_reinit_after_fork return NTSTATUS
Volker Lendecke
1
-2
/
+2
2011-04-29
s3: In winbind, close parent/child sockets
Volker Lendecke
1
-1
/
+2
2011-04-13
s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
Volker Lendecke
1
-0
/
+8
2011-04-13
s3: Make idmap_find_domain public
Volker Lendecke
1
-0
/
+1
2011-04-13
s3: Add is_domain_online
Volker Lendecke
1
-0
/
+1
2011-04-13
s3: Add winbindd_lookupsids
Volker Lendecke
1
-0
/
+7
2011-04-13
s3: Add wb_lookupsids
Volker Lendecke
1
-0
/
+8
2011-04-13
s3: Add wbint_LookupSids
Volker Lendecke
1
-0
/
+5
2011-04-13
s3: Make parse_sidlist public
Volker Lendecke
1
-0
/
+2
2011-04-12
s3: add some forward declarations.
Günther Deschner
1
-1
/
+1
2011-03-06
s3: Remove unused args from nss_get_info_cached
Volker Lendecke
1
-1
/
+0
2011-02-23
s3-proto: remove some prototypes of non-existing functions.
Günther Deschner
1
-2
/
+0
2011-01-21
s3:winbind: Fork multiple children per domain
Volker Lendecke
1
-0
/
+3
2011-01-19
s3: Add wbinfo --dc-info
Volker Lendecke
1
-0
/
+4
2010-12-19
s3: wcache_invalidate_samlogon only needs the SID
Volker Lendecke
1
-1
/
+1
2010-11-19
s3: Remove some unused code
Volker Lendecke
1
-1
/
+0
2010-11-17
s3: Move parse_sidlist to the only calling file
Volker Lendecke
1
-5
/
+0
2010-11-17
s3: Remove some unused code
Volker Lendecke
1
-2
/
+0
2010-11-08
s3:winbind add wcache_tdc_fetch_domainbysid
Christian Ambach
1
-0
/
+1
2010-11-05
s3: Remove some duplicate prototypes
Volker Lendecke
1
-16
/
+0
2010-10-14
s3-auth Use security_token_debug() from common code
Andrew Bartlett
1
-1
/
+0
2010-09-30
s3: Add "smbcontrol winbindd ip-dropped <local-ip>"
Volker Lendecke
1
-0
/
+10
2010-09-21
s3-winbindd: another attempt to fix the non-ldap build.
Günther Deschner
1
-0
/
+2
2010-09-19
s3/winbind: remove unused winbindd_check_cache_size
Björn Jacke
1
-1
/
+0
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
1
-4
/
+4
2010-09-11
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
1
-2
/
+2
2010-09-09
s3: Remove "mem_ctx" from a few functions
Volker Lendecke
1
-3
/
+0
2010-09-09
s3: Remove "mem_ctx" from wcache_save_creds()
Volker Lendecke
1
-1
/
+0
2010-09-09
s3: Remove "mem_ctx" from lookup_cached_name()
Volker Lendecke
1
-2
/
+1
2010-09-09
s3: Remove unused arg "user_sid" from winbindd_store_creds
Volker Lendecke
1
-2
/
+1
2010-09-09
s3: Remove unused winbindd_update_creds_by_sid
Volker Lendecke
1
-4
/
+0
[next]