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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4-dsdb: Implementation of access checks on a undelete operation
Nadezhda Ivanova
2015-02-03
2
-18
/
+80
*
s4-dsdb: Tests for security checks on undelete operation
Nadezhda Ivanova
2015-02-03
2
-5
/
+135
*
s4-dsdb: Mark request during Tombstone reanimation with custom LDAP control
Kamen Mazdrashki
2015-02-03
1
-0
/
+14
*
s4-dsdb: Implement rename/modify requests as local for the module
Kamen Mazdrashki
2015-02-03
1
-2
/
+96
*
s4-dsdb: Add documentation link for Tombstone Reanimation
Kamen Mazdrashki
2015-02-03
1
-1
/
+1
*
s4-tests: Print out what the error is in delete_force()
Kamen Mazdrashki
2015-02-03
1
-2
/
+2
*
s4-dsdb: Define internal dsdb control to mark Tombstone reanimation requests
Kamen Mazdrashki
2015-02-03
2
-0
/
+9
*
s4-dsdb: Make use dsdb_make_object_category() for objectCategory
Kamen Mazdrashki
2015-02-03
1
-52
/
+1
*
s4-dsdb: Make most specific objectCategory for an object
Kamen Mazdrashki
2015-02-03
1
-0
/
+67
*
s4-dsdb: Initialize module context only we are to handle Tombstone request
Kamen Mazdrashki
2015-02-03
1
-5
/
+5
*
s4-dsdb: Return error codes as windows does for Tombstone reanimation
Kamen Mazdrashki
2015-02-03
1
-0
/
+4
*
s4-dsdb-tests: Fix whitespace in deletetest.py
Kamen Mazdrashki
2015-02-03
1
-1
/
+1
*
s4-dsdb-tests: Make unique object names to test with in deletetest
Kamen Mazdrashki
2015-02-03
1
-10
/
+18
*
s4-dsdb-tests: Remove unused method get_ldap_connection()
Kamen Mazdrashki
2015-02-03
1
-13
/
+0
*
s4-dsdb-tests: Remove trailing ';' in deletetest.py
Kamen Mazdrashki
2015-02-03
1
-2
/
+2
*
s4-dsdb: Insert tombstone_reanimate module in ldb modules chain after objectc...
Kamen Mazdrashki
2015-02-03
1
-0
/
+1
*
s4-dsdb: Initial implementation for Tombstone reanimation module
Kamen Mazdrashki
2015-02-03
2
-1
/
+266
*
s4-dsdb-tests: Some tests for deleted objects undelete operation
Nadezhda Ivanova
2015-02-03
1
-5
/
+198
*
selftest: fix check for RODC and RID Set allocation
Stefan Metzmacher
2015-02-02
1
-1
/
+1
*
python/samba/tests: don't lower case path names in connect_samdb()
Stefan Metzmacher
2015-02-01
1
-1
/
+0
*
selftest: Fix typo namerserver -> nameserver.
Jelmer Vernooij
2015-01-30
1
-2
/
+2
*
s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"
Stefan Metzmacher
2015-01-29
1
-0
/
+3
*
s3:smb2_server: always try to grant the credits the client just consumed
Stefan Metzmacher
2015-01-29
1
-6
/
+2
*
loadparm: Simplify "set_variable"
Volker Lendecke
2015-01-29
1
-7
/
+3
*
uwrap: Bump version to 1.1.0.
Andreas Schneider
2015-01-28
1
-1
/
+1
*
uwrap: Make sure we leave if the id is NULL.
Andreas Schneider
2015-01-28
1
-0
/
+1
*
uwrap: Support scenario where threads fork or creates threads.
Robin Hack
2015-01-28
1
-221
/
+177
*
uwrap: Prepare for overload of libpthread functions.
Robin Hack
2015-01-28
1
-19
/
+140
*
uwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL macros
Robin Hack
2015-01-28
1
-8
/
+14
*
uwrap: Rewrite uwrap_libc_fns struct to pass strict aliasing rules.
Robin Hack
2015-01-28
1
-59
/
+116
*
uwrap: Fix wrong data types in syscalls switch.
Robin Hack
2015-01-28
1
-12
/
+12
*
uwrap: Add support for getresuid() and getresgid() glibc/syscall.
Robin Hack
2015-01-28
2
-0
/
+111
*
uwrap: Extend support for (set|get)groups libc functions and syscalls.
Robin Hack
2015-01-28
1
-11
/
+82
*
uwrap: Extend support for syscalls called from threads or main process.
Robin Hack
2015-01-28
1
-0
/
+36
*
uwrap: Small uwrap_init optimalization.
Robin Hack
2015-01-28
1
-2
/
+2
*
uwrap: Add support for running with address sanitizer.
Andreas Schneider
2015-01-28
2
-0
/
+27
*
uwrap: Reflect changes of uid/gid in threads to main process.
Robin Hack
2015-01-28
1
-7
/
+50
*
uwrap: Small optimalization of uwrap_init().
Robin Hack
2015-01-28
1
-1
/
+2
*
uwrap: Optimalization of uid_wrapper_enabled() function.
Robin Hack
2015-01-28
2
-4
/
+42
*
uid_wrapper: Fix race condition - uwrap_init.
Robin Hack
2015-01-28
1
-5
/
+2
*
uwrap: Fix race condition - glibc lookups.
Robin Hack
2015-01-28
1
-3
/
+14
*
uwrap: Add library constructor and move pthread_atfork inside.
Robin Hack
2015-01-28
2
-9
/
+39
*
uwrap: Use UWRAP_LOCK/UNLOCK macros instead of pthread_mutex_lock/unlock calls.
Robin Hack
2015-01-28
1
-31
/
+40
*
uwrap: Fix the handle loop for older gcc versions.
Andreas Schneider
2015-01-28
1
-1
/
+4
*
waf: Add address sanitizer configure option.
Andreas Schneider
2015-01-28
2
-0
/
+8
*
ctdb-scripts: Call iptables/ip6tables directly from iptables_wrapper
Martin Schwenke
2015-01-28
2
-12
/
+8
*
ctdb-scripts: Error message, comment and whitespace cleanups
Martin Schwenke
2015-01-28
1
-8
/
+10
*
ctdb-scripts: iSCSI eventscript should fail when PNN can't be determined
Martin Schwenke
2015-01-28
1
-4
/
+1
*
ctdb-scripts: Make 70.iscsi IPv6-aware
Martin Schwenke
2015-01-28
1
-5
/
+29
*
auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...
Günther Deschner
2015-01-26
1
-0
/
+2
[prev]
[next]