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
Commit message (
Expand
)
Author
Age
Files
Lines
*
winbind: Allow winbindd to be run from inside "samba"
Andrew Bartlett
2014-04-29
1
-1
/
+2
*
autorid: Add allocation from above in alloc range for well known sids
Michael Adam
2014-04-25
1
-0
/
+86
*
autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-22
/
+26
*
autorid: add high_id to range config and fill it where we also fill range->lo...
Michael Adam
2014-04-25
1
-0
/
+2
*
autorid: reserve 500 IDs at the top of the ALLOC range.
Michael Adam
2014-04-25
1
-1
/
+4
*
autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-4
/
+5
*
autorid: introduce idmap_autorid_domsid_is_for_alloc()
Michael Adam
2014-04-25
1
-2
/
+14
*
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
[next]