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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-29
s3:winbind: fail ads_cached_connection_connect() if realm == NULL
Michael Adam
1
-0
/
+4
2013-08-29
s3-winbindd: remove unneded include of secrets.h from idmap_ad.c
Günther Deschner
1
-1
/
+0
2013-08-29
s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.
Günther Deschner
1
-7
/
+4
2013-08-29
s3-winbindd: make sure also the idmap code can deal with trusted domains.
Günther Deschner
1
-9
/
+31
2013-08-29
s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...
Günther Deschner
1
-2
/
+2
2013-08-29
s3-winbindd: Fix winbind on DC crash with trusted AD domains.
Günther Deschner
1
-1
/
+1
2013-08-29
s3-winbindd: Fix memory leak in ads_cached_connection().
Günther Deschner
1
-1
/
+1
2013-08-29
s3-winbindd: remove pointless variable assigment, see the strdup below.
Günther Deschner
1
-1
/
+0
2013-08-15
s3:winbindd: make use of lp_cli_{min,max}protocol()
Stefan Metzmacher
1
-2
/
+3
2013-08-15
Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082
Andreas Schneider
1
-1
/
+1
2013-08-14
winbind3: Fix an invalid free
Volker Lendecke
1
-1
/
+1
2013-08-13
s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
Günther Deschner
1
-2
/
+7
2013-08-13
s3-winbind: Fix a segfault passing NULL to a fstring argument.
Andreas Schneider
1
-2
/
+11
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
1
-5
/
+5
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...
Günther Deschner
1
-4
/
+4
2013-07-29
s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...
Michael Adam
1
-0
/
+18
2013-07-29
s3:winbind: change getgroups to only do one sids2xids call instead of many
Michael Adam
1
-26
/
+42
2013-07-29
s3:winbind: fix the getgroups implementation to include the user sid's GID in...
Michael Adam
1
-3
/
+5
2013-07-29
s3:winbind: fix gid counting and error handling in the getgroups implementation
Michael Adam
1
-6
/
+10
2013-07-23
s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.
Günther Deschner
1
-0
/
+23
2013-07-08
s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknown
Volker Lendecke
1
-0
/
+4
2013-07-08
s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknown
Volker Lendecke
1
-1
/
+1
2013-07-08
s3:idmap_autorid: Use ARRAY_SIZE where appropriate
Volker Lendecke
1
-1
/
+1
2013-07-15
s3-winbind: Do not delete an existing valid credential cache.
Andreas Schneider
1
-0
/
+8
2013-07-02
s3-winbind: Allow sec_initial_uid() to store creds.
Andreas Schneider
1
-1
/
+1
2013-06-27
winbindd and nmbd don't set their umask to zero on startup like smbd does.
Jeremy Allison
1
-0
/
+6
2013-06-20
Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...
Jeremy Allison
1
-1
/
+14
2013-05-25
winbind: Print error code on connection error in ping_dc
Christof Schmitt
1
-1
/
+2
2013-05-14
winbind/idmap_ad: be verbose about the user that we fail to map
Björn Jacke
1
-2
/
+3
2013-05-07
winbind: Fix bug 9854 -- NULL pointer dereference
Volker Lendecke
1
-3
/
+3
2013-05-06
s3:idmap:autorid: add a comment block explaining the calculations
Michael Adam
1
-0
/
+51
2013-05-06
s3:idmap:autorid: simplify the id->sid calculation
Michael Adam
1
-7
/
+13
2013-05-06
s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...
Michael Adam
1
-8
/
+9
2013-05-06
s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obvious
Michael Adam
1
-3
/
+6
2013-05-06
s3:idmap:autorid: rename range.multiplier to domain_range_index
Michael Adam
1
-15
/
+17
2013-05-06
s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...
Michael Adam
1
-12
/
+12
2013-05-06
s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...
Michael Adam
1
-37
/
+37
2013-05-06
s3:idmap:autorid: rename domainnum to rangenum
Michael Adam
1
-12
/
+13
2013-05-06
s3:winbindd/autorid multiple range support
Abhidnya Joshi
1
-19
/
+36
2013-05-03
idmap: Store negative cache entries if the backend fails
Volker Lendecke
1
-2
/
+2
2013-05-03
idmap: Print error from idmap_backends_unixid_to_sid
Volker Lendecke
1
-2
/
+4
2013-04-18
s3:winbindd: avoid usage of procid_self()
Stefan Metzmacher
1
-1
/
+3
2013-04-09
winbindd: Avoid a fd leak when we can not fork
Volker Lendecke
1
-0
/
+2
2013-04-09
BUG 9766: Cache name_to_sid/sid_to_name correctly.
Andreas Schneider
1
-0
/
+21
2013-03-09
s3-winbindd: Add new module idmap_rfc2307
Christof Schmitt
2
-0
/
+880
2013-03-09
s3-winbindd: Move connection to AD server from idmap_ad
Christof Schmitt
3
-62
/
+52
2013-03-09
s3-winbindd: Use common helper function for connecting to ADS
Christof Schmitt
3
-86
/
+87
2013-03-09
s3-winbindd: Move code for verifying ADS connection to common helper function
Christof Schmitt
3
-45
/
+41
2013-03-09
s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuse
Christof Schmitt
3
-24
/
+27
2013-03-09
s3-winbindd: Move common code for LDAP id mapping to idmap_utils
Christof Schmitt
4
-83
/
+53
[next]