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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:idmap_autorid: fail initialization if the domain is not "*"
Michael Adam
2011-06-20
1
-0
/
+7
*
s3: Fix the build, NAME_MAX not universally available
Volker Lendecke
2011-06-20
1
-1
/
+1
*
Use tevent_req_oom
Volker Lendecke
2011-06-20
9
-15
/
+15
*
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
2011-06-20
1
-0
/
+0
*
source3/lib/util_tdb.c: operation timeout support for TDB2.
Rusty Russell
2011-06-20
1
-0
/
+96
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
20
-34
/
+34
*
tdb_compat: use tdb_open_compat.
Rusty Russell
2011-06-20
5
-13
/
+26
*
tdb2: tdb_parse_record() returns negative errors, not -1.
Rusty Russell
2011-06-20
2
-3
/
+3
*
source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.
Rusty Russell
2011-06-20
1
-2
/
+16
*
tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.
Rusty Russell
2011-06-20
1
-2
/
+10
*
tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
Rusty Russell
2011-06-20
2
-1
/
+10
*
ldb: replace 'struct TDB_DATA' with 'TDB_DATA'
Rusty Russell
2011-06-20
4
-6
/
+9
*
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
2011-06-20
3
-14
/
+14
*
tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.
Rusty Russell
2011-06-20
3
-12
/
+12
*
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
2011-06-20
13
-16
/
+16
*
tdb_chainunlock: ignore return value.
Rusty Russell
2011-06-20
3
-10
/
+5
*
tdb_chainlock: check returns for 0, not -1.
Rusty Russell
2011-06-20
4
-5
/
+5
*
tdb_transaction_cancel: ignore return value.
Rusty Russell
2011-06-20
3
-18
/
+9
*
tdb_transaction_commit: check returns for 0, not -1.
Rusty Russell
2011-06-20
2
-5
/
+5
*
tdb_store: check returns for 0, not -1.
Rusty Russell
2011-06-20
5
-13
/
+13
*
tdb_delete: check returns for 0, not -1.
Rusty Russell
2011-06-20
3
-6
/
+6
*
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
2011-06-20
12
-46
/
+46
*
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
2011-06-20
12
-52
/
+53
*
source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.
Rusty Russell
2011-06-20
1
-3
/
+2
*
source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.
Rusty Russell
2011-06-20
2
-3
/
+5
*
smb_share_modes: don't use tdb_jenkins_hash.
Rusty Russell
2011-06-20
3
-5
/
+4
*
lib: import ccan modules for tdb2
Rusty Russell
2011-06-20
4
-1
/
+6
*
s3: Replace shadow_copy2 with a new implementation
Volker Lendecke
2011-06-20
1
-598
/
+1205
*
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
2011-06-20
1
-1
/
+1
*
libcli/util Bring samba4 unix -> nt_status code in common.
Andrew Bartlett
2011-06-20
1
-2
/
+1
*
s3-winbind Move winbind privileged socket dir into state_path()
Andrew Bartlett
2011-06-20
1
-1
/
+1
*
s3: Fix Coverity ID 2582: FORWARD_NULL
Volker Lendecke
2011-06-19
1
-0
/
+5
*
s3: Fix Coverity ID 2583: RESOURCE_LEAK
Volker Lendecke
2011-06-19
1
-1
/
+5
*
s3: Remove unused name_queries
Volker Lendecke
2011-06-19
1
-34
/
+0
*
s3: Fix some type-punned warnings
Volker Lendecke
2011-06-19
1
-7
/
+8
*
s3: Add name_resolve_bcast_send/recv
Volker Lendecke
2011-06-19
2
-20
/
+104
*
s3: Fix a memleak in name_resolve_bcast
Volker Lendecke
2011-06-19
1
-4
/
+7
*
s3: Test nttrans_create
Volker Lendecke
2011-06-19
5
-0
/
+112
*
s3: Add incomplete cli_nttrans_create
Volker Lendecke
2011-06-19
2
-0
/
+208
*
s3: Correctly align even
Volker Lendecke
2011-06-19
1
-1
/
+3
*
s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba share
Christian Ambach
2011-06-17
1
-3
/
+3
*
errors: reorder error codes for easier s3/s4 comparison
Andrew Bartlett
2011-06-17
1
-11
/
+11
*
s3-util: remove the s3 nterr.c
Andrew Tridgell
2011-06-17
4
-66
/
+2
*
libclu/util: Move get_friendly_nt_error_msg() in common.
Andrew Bartlett
2011-06-17
1
-20
/
+0
*
s3:wb_lookupsids: add some paranoia checks to wb_lookupsids_recv()
Stefan Metzmacher
2011-06-16
1
-0
/
+18
*
s3:wb_lookupsids: don't ignore 'result' and check if we got useable values
Stefan Metzmacher
2011-06-16
1
-4
/
+48
*
Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."
Stefan Metzmacher
2011-06-16
1
-2
/
+2
*
s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()
Stefan Metzmacher
2011-06-16
1
-1
/
+1
*
s3:rpc_server/svcctl: fix valgrind bugs in _svcctl_QueryServiceConfig2W()
Stefan Metzmacher
2011-06-16
1
-9
/
+5
*
s3:rpc_server/svcctl: don't allocate return values on a temporary stackframe
Stefan Metzmacher
2011-06-16
1
-5
/
+3
[prev]
[next]