index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-9
/
+50
*
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
*
Allow FSRVP access generic HRESULT error message descriptions
Noel Power
2014-04-02
1
-0
/
+8
*
selftest: Run rpc.samr.passwords.badpwdcount against s3dc
Andrew Bartlett
2014-04-02
1
-1
/
+1
*
lib/param: Add new parameter "old password allowed period"
Andrew Bartlett
2014-04-02
1
-0
/
+1
*
dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...
Andrew Bartlett
2014-04-02
1
-6
/
+5
*
selftest: Run rpc.samr.passwords.lockout against the s3dc environment
Andrew Bartlett
2014-04-02
1
-1
/
+1
*
kerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_ACCOUNT_LOCKED_OUT
Andrew Bartlett
2014-04-02
1
-1
/
+1
*
s3-auth: Do not reset bad password count to 0 if account is disabled
Andrew Bartlett
2014-04-02
1
-11
/
+11
*
s3-auth: Only call pdb_get_acct_ctrl() once in check_sam_security
Andrew Bartlett
2014-04-02
1
-4
/
+6
*
s3-samr: Refuse to set lockout_duration < lockout_window per rpc.samr.passwor...
Andrew Bartlett
2014-04-02
1
-0
/
+17
*
selftest: Rename wbinfo_s3 to wbinfo_simple and reorder code for clarity
Andrew Bartlett
2014-04-02
2
-42
/
+25
*
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: Add prototype for plugin function to reduce warnings in auth_samba4
Andrew Bartlett
2014-04-02
1
-0
/
+1
*
s3-auth: Remember to always free the talloc_stackframe() in auth_samba4
Andrew Bartlett
2014-04-02
1
-0
/
+2
*
auth_samba4: Fix auth_samba4 to correctly provide a messaging context for itself
Andrew Bartlett
2014-04-02
1
-16
/
+9
*
s3-auth: Finally change make_user_info_*() use a parent talloc context
Andrew Bartlett
2014-04-02
8
-49
/
+63
*
s3:wscript_build: explicitly use allow_warnings=True where needed
Stefan Metzmacher
2014-04-02
1
-6
/
+18
*
s3:rpc_server: explicitly use allow_warnings=True for RPC_SPOOLSS
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
s3:pam_smbpass: explicitly use allow_warnings=True
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
s3:modules: explicitly use allow_warnings=True were needed
Stefan Metzmacher
2014-04-02
1
-0
/
+7
*
s3:winbindd: avoid argv related const warnings
Stefan Metzmacher
2014-04-02
2
-3
/
+2
*
s3:utils: explicitly check the return value of fscanf() to avoid unused warni...
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
s3:utils: check the status of open_socket_out() correctly in smbfilter.c
Stefan Metzmacher
2014-04-02
1
-3
/
+2
*
s3:utils: use char packet[] in smbfilter.c to avoid warnings
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
s3:utils: avoid argv related const warnings
Stefan Metzmacher
2014-04-02
10
-22
/
+26
*
s3:torture: avoid compiler warnings in vfstest.c
Stefan Metzmacher
2014-04-02
1
-18
/
+18
*
s3:torture: check the result of cli_nt_delete_on_close_recv() in test_notify.c
Stefan Metzmacher
2014-04-02
1
-0
/
+4
*
s3:torture: remove unused variables in test_buffersize.c
Stefan Metzmacher
2014-04-02
1
-1
/
+0
*
s3:torture: avoid explicit casting and compiler warnings in pdbtest.c
Stefan Metzmacher
2014-04-02
1
-3
/
+2
*
s3:smbd: let srvstr_pull_req_talloc() take 'const uint8_t *src'
Stefan Metzmacher
2014-04-02
4
-20
/
+21
*
s3:smbd: avoid compiler warnings in smbd_tevent_trace_callback()
Stefan Metzmacher
2014-04-02
1
-0
/
+5
*
s3:registry: fix invalid pointer type warning in reg_format.c
Stefan Metzmacher
2014-04-02
1
-1
/
+3
*
s3:lib/netapi/examples: remove unused variables
Stefan Metzmacher
2014-04-02
4
-30
/
+0
*
s3:lib/netapi/examples: fix const warnings in netlogon_control2.c
Stefan Metzmacher
2014-04-02
1
-2
/
+2
*
s3:lib/netapi/examples: fix invalid pointer value warnings in getjoininformat...
Stefan Metzmacher
2014-04-02
1
-5
/
+6
*
s3:lib/netapi: fix some incompatible pointer type warnings in NetGetJoinableO...
Stefan Metzmacher
2014-04-02
1
-3
/
+5
[prev]
[next]