index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
*
winbind/idmap_ad: be verbose about the user that we fail to map
Björn Jacke
2013-05-14
1
-2
/
+3
*
winbind: Fix bug 9854 -- NULL pointer dereference
Volker Lendecke
2013-05-07
1
-3
/
+3
*
s3:idmap:autorid: add a comment block explaining the calculations
Michael Adam
2013-05-06
1
-0
/
+51
*
s3:idmap:autorid: simplify the id->sid calculation
Michael Adam
2013-05-06
1
-7
/
+13
*
s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...
Michael Adam
2013-05-06
1
-8
/
+9
*
s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obvious
Michael Adam
2013-05-06
1
-3
/
+6
*
s3:idmap:autorid: rename range.multiplier to domain_range_index
Michael Adam
2013-05-06
1
-15
/
+17
*
s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...
Michael Adam
2013-05-06
1
-12
/
+12
*
s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...
Michael Adam
2013-05-06
1
-37
/
+37
*
s3:idmap:autorid: rename domainnum to rangenum
Michael Adam
2013-05-06
1
-12
/
+13
*
s3:winbindd/autorid multiple range support
Abhidnya Joshi
2013-05-06
1
-19
/
+36
*
idmap: Store negative cache entries if the backend fails
Volker Lendecke
2013-05-03
1
-2
/
+2
*
idmap: Print error from idmap_backends_unixid_to_sid
Volker Lendecke
2013-05-03
1
-2
/
+4
*
s3:winbindd: avoid usage of procid_self()
Stefan Metzmacher
2013-04-18
1
-1
/
+3
*
winbindd: Avoid a fd leak when we can not fork
Volker Lendecke
2013-04-09
1
-0
/
+2
*
BUG 9766: Cache name_to_sid/sid_to_name correctly.
Andreas Schneider
2013-04-09
1
-0
/
+21
*
s3-winbindd: Add new module idmap_rfc2307
Christof Schmitt
2013-03-09
2
-0
/
+880
*
s3-winbindd: Move connection to AD server from idmap_ad
Christof Schmitt
2013-03-09
3
-62
/
+52
*
s3-winbindd: Use common helper function for connecting to ADS
Christof Schmitt
2013-03-09
3
-86
/
+87
*
s3-winbindd: Move code for verifying ADS connection to common helper function
Christof Schmitt
2013-03-09
3
-45
/
+41
*
s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuse
Christof Schmitt
2013-03-09
3
-24
/
+27
*
s3-winbindd: Move common code for LDAP id mapping to idmap_utils
Christof Schmitt
2013-03-09
4
-83
/
+53
*
s3:idmap: fix a debug message and lower its level
Michael Adam
2013-03-08
1
-1
/
+2
*
winbind: Fix no memory check in _wbint_PingDc().
Andreas Schneider
2013-03-05
1
-1
/
+1
*
winbind: Fix samba3.winbind.struct test.
Andreas Schneider
2013-03-05
1
-1
/
+1
*
winbind: Correctly use names in the domain struct.
Andreas Schneider
2013-03-05
7
-20
/
+52
*
winbind: Use talloc for allocating domain, dns, forest and dc name.
Andreas Schneider
2013-03-05
6
-61
/
+142
*
winbind: Don't leak centry memory.
Andreas Schneider
2013-02-22
1
-0
/
+1
*
winbind: Don't leak memory on return.
Andreas Schneider
2013-02-22
1
-0
/
+3
*
winbind: Correctly cast name to messaging_send_buf().
Andreas Schneider
2013-02-22
1
-3
/
+3
*
winbind: Use uint8_t type and use const where needed.
Andreas Schneider
2013-02-22
1
-7
/
+7
*
winbind: Make domain_name const in wcache_ndr_key().
Andreas Schneider
2013-02-22
1
-1
/
+1
*
s3:winbindd: s/event_add_timed/tevent_add_timer
Stefan Metzmacher
2013-02-19
3
-13
/
+13
*
s3:winbindd: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
2013-02-19
4
-11
/
+11
*
s3:winbindd: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
3
-6
/
+6
*
s3:winbindd: make use of samba_tevent_context_init()
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...
Michael Adam
2013-02-13
1
-1
/
+1
*
winbind: Fix an incompatible pointer type warning
Volker Lendecke
2013-02-08
1
-1
/
+1
*
s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...
Michael Adam
2013-01-29
1
-9
/
+43
*
s3:winbindd: check the correct variable for talloc success in rpc_query_user()
Michael Adam
2013-01-29
1
-1
/
+1
*
s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTH
Michael Adam
2013-01-29
1
-2
/
+13
*
s3:winbindd: create group structs for gids that are coming from a user sid id...
Michael Adam
2013-01-29
1
-0
/
+49
*
s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()
Michael Adam
2013-01-29
2
-17
/
+47
*
s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwent
Michael Adam
2013-01-29
1
-1
/
+1
*
s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...
Michael Adam
2013-01-29
1
-3
/
+3
*
s3-winbind: fix the build of idmap_ldap.
Günther Deschner
2013-01-22
1
-1
/
+2
*
winbind: Handle child requests in a tevent_fd
Volker Lendecke
2013-01-18
1
-105
/
+65
*
winbind: Introduce "struct child_handler_state"
Volker Lendecke
2013-01-18
1
-22
/
+30
*
winbind: Use standard tevent_context_init
Volker Lendecke
2013-01-18
3
-7
/
+34
*
winbind: Fix some missing NULL checks
Volker Lendecke
2013-01-11
1
-24
/
+29
[next]