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
...
*
autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()
Michael Adam
2014-04-25
1
-95
/
+76
*
autorid: make the checks for bumping num_mapped identical for alloc and rid case
Michael Adam
2014-04-25
1
-2
/
+2
*
autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().
Michael Adam
2014-04-25
1
-1
/
+1
*
autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...
Michael Adam
2014-04-25
1
-3
/
+5
*
autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()
Michael Adam
2014-04-25
1
-2
/
+3
*
autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-5
/
+5
*
autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()
Michael Adam
2014-04-25
1
-3
/
+3
*
autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...
Michael Adam
2014-04-25
1
-6
/
+17
*
autorid: fix discard-const warning in idmap_autorid_init_hwm()
Michael Adam
2014-04-25
1
-1
/
+1
*
autorid: fix uninitialized return code for successful autorid.tdb creation/op...
Michael Adam
2014-04-25
1
-3
/
+1
*
autorid: improve a debug message in idmap_autorid_map_sid_to_id()
Michael Adam
2014-04-25
1
-2
/
+2
*
autorid: add debug messages to idmap_autorid_get_domainrange()
Michael Adam
2014-04-25
1
-0
/
+4
*
autorid: improve wording in a debug message
Michael Adam
2014-04-25
1
-1
/
+1
*
autorid: remove a legacy comment from sid_to_id
Michael Adam
2014-04-25
1
-5
/
+0
*
idmap_rid: remove a legacy comment from sid_to_id
Michael Adam
2014-04-25
1
-4
/
+0
*
idmap_tdb_common: remove legacy comment.
Michael Adam
2014-04-25
1
-5
/
+1
*
idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping()
Michael Adam
2014-04-25
1
-1
/
+1
*
idmap_tdb_common: fix a debug message in idmap_tdb_common_unixid_to_sid()
Michael Adam
2014-04-25
1
-1
/
+1
*
s3: winbindd: Call dgram cleanup init background setup.
Jeremy Allison
2014-04-23
1
-0
/
+4
*
winbindd: use exit_daemon() to pass startup status to systemd
Alexander Bokovoy
2014-04-23
1
-9
/
+4
*
add systemd integration
Alexander Bokovoy
2014-04-23
1
-0
/
+5
*
lib-util: rename memdup to smb_memdup and fix all callers
Björn Baumbach
2014-04-16
1
-1
/
+1
*
autorid: use the db argument in the initialize traverse action.
Michael Adam
2014-04-03
1
-2
/
+2
*
autorid: make the whole initialization atomic with one transaction.
Michael Adam
2014-04-03
1
-10
/
+38
*
autorid: initialize: fix typo in and further improve a debug message.
Michael Adam
2014-04-03
1
-2
/
+2
*
autorid: initialize: use the split db_open and init_hwms function instead of ...
Michael Adam
2014-04-03
1
-1
/
+6
*
autorid: initialize: open the autorid db as late as possible.
Michael Adam
2014-04-03
1
-8
/
+9
*
autorid: initialize: link config to commonconfig as soon as it is allocated.
Michael Adam
2014-04-03
1
-1
/
+1
*
autorid: initialize: link commonconfig to dom as soon as it is allocated
Michael Adam
2014-04-03
1
-2
/
+1
*
autorid: initialize: store config directly before allocating well knowns.
Michael Adam
2014-04-03
1
-7
/
+6
*
autorid: split idmap_autorid_db_open and idmap_autorid_init_hwms out of idmap...
Michael Adam
2014-04-03
1
-9
/
+38
*
autorid: in idmap_autorid_saveconfig, add a debug msg when loading gives error
Michael Adam
2014-04-03
1
-0
/
+2
*
autorid: improve the precision of the DEBUG at the end of add_range
Michael Adam
2014-04-03
1
-2
/
+5
*
autorid: add a DEBUG upon talloc fail in the add_range function.
Michael Adam
2014-04-03
1
-0
/
+1
*
autorid: when storing a new range, always check it does not exist.
Michael Adam
2014-04-03
1
-15
/
+22
*
autorid: fix a potential for data corruption.
Michael Adam
2014-04-03
1
-1
/
+33
*
autorid: print debug message when a HWM key has been created
Michael Adam
2014-04-03
1
-0
/
+2
*
autorid: reverse logic flow in idmap_autorid_init_hwm(), decreasing indentation.
Michael Adam
2014-04-03
1
-9
/
+13
*
autorid: store hwm as uint32_t in idmap_autorid_init_hwm()
Michael Adam
2014-04-03
1
-1
/
+1
*
winbindd: Ensure we do not look at rid_array before checking if it was returned
Andrew Bartlett
2014-04-02
1
-3
/
+3
*
s3-auth: Finally change make_user_info_*() use a parent talloc context
Andrew Bartlett
2014-04-02
1
-3
/
+6
*
s3:winbindd: avoid argv related const warnings
Stefan Metzmacher
2014-04-02
2
-3
/
+2
*
Rename module init functions from samba_init_module
Christof Schmitt
2014-04-02
5
-5
/
+5
*
auth/gensec: remove tevent_context argument from gensec_update()
Stefan Metzmacher
2014-03-27
1
-2
/
+2
*
s3-kerberos: let kerberos_return_pac() return a PAC container.
Günther Deschner
2014-03-12
1
-1
/
+7
*
s3-kerberos: return a full PAC in kerberos_return_pac().
Günther Deschner
2014-03-12
1
-1
/
+21
*
s3-libads: pass down local_service to kerberos_return_pac().
Günther Deschner
2014-03-12
1
-0
/
+9
*
s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...
Günther Deschner
2014-03-07
1
-4
/
+2
*
rpc: fix name-normalization in rpc_sid_to_name()
Michael Adam
2014-02-25
1
-1
/
+1
*
rpc: correctly tread domain-only requests in rpc_sid_to_name()
Michael Adam
2014-02-25
1
-1
/
+1
[prev]
[next]