index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-20
tevent: change version to 0.9.12
Volker Lendecke
2
-1
/
+75
2011-06-20
tevent: Add tevent_req_oom
Volker Lendecke
2
-1
/
+20
2011-06-20
tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.
Rusty Russell
1
-0
/
+6
2011-06-20
tdb2: tie it into build process if --enable-tdb2-breaks-compat
Rusty Russell
5
-5
/
+123
2011-06-20
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
13
-25
/
+68
2011-06-20
tdb2: python wrapper
Rusty Russell
1
-0
/
+574
2011-06-20
source3/lib/util_tdb.c: operation timeout support for TDB2.
Rusty Russell
1
-0
/
+96
2011-06-20
tdb2: minor changes to SAMBIFY it.
Rusty Russell
3
-4
/
+18
2011-06-20
tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)
Rusty Russell
84
-0
/
+26504
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
22
-40
/
+40
2011-06-20
tdb_compat: use tdb_open_compat.
Rusty Russell
10
-49
/
+107
2011-06-20
tdb2: tdb_parse_record() returns negative errors, not -1.
Rusty Russell
2
-3
/
+3
2011-06-20
source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.
Rusty Russell
1
-2
/
+16
2011-06-20
tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.
Rusty Russell
1
-2
/
+10
2011-06-20
tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
Rusty Russell
3
-1
/
+14
2011-06-20
ldb: replace 'struct TDB_DATA' with 'TDB_DATA'
Rusty Russell
7
-12
/
+15
2011-06-20
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
4
-15
/
+15
2011-06-20
tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.
Rusty Russell
3
-12
/
+12
2011-06-20
tdb_unlockall/tdb_unlockall_read: ignore return value.
Rusty Russell
1
-1
/
+2
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
15
-19
/
+19
2011-06-20
tdb_chainunlock: ignore return value.
Rusty Russell
3
-10
/
+5
2011-06-20
tdb_chainlock: check returns for 0, not -1.
Rusty Russell
4
-5
/
+5
2011-06-20
tdb_transaction_cancel: ignore return value.
Rusty Russell
4
-22
/
+10
2011-06-20
tdb_transaction_commit: check returns for 0, not -1.
Rusty Russell
2
-5
/
+5
2011-06-20
tdb_store: check returns for 0, not -1.
Rusty Russell
12
-32
/
+32
2011-06-20
tdb_delete: check returns for 0, not -1.
Rusty Russell
5
-8
/
+8
2011-06-20
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
20
-64
/
+66
2011-06-20
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
35
-82
/
+94
2011-06-20
lib/tdb_compat: header for tdb1 vs tdb2.
Rusty Russell
4
-0
/
+240
2011-06-20
source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.
Rusty Russell
1
-3
/
+2
2011-06-20
source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.
Rusty Russell
2
-3
/
+5
2011-06-20
smb_share_modes: don't use tdb_jenkins_hash.
Rusty Russell
3
-5
/
+4
2011-06-20
lib: import ccan modules for tdb2
Rusty Russell
135
-1
/
+13875
2011-06-20
s3: Replace shadow_copy2 with a new implementation
Volker Lendecke
1
-598
/
+1205
2011-06-20
pyldb: add unit test for get(myattribute, defVal)
Matthieu Patou
1
-0
/
+5
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
40
-142
/
+142
2011-06-20
libcli/util Bring samba4 unix -> nt_status code in common.
Andrew Bartlett
8
-19
/
+12
2011-06-20
s3-libcli Remove unused error mapping tables
Andrew Bartlett
1
-549
/
+0
2011-06-20
s3-winbind Move winbind privileged socket dir into state_path()
Andrew Bartlett
1
-1
/
+1
2011-06-20
build: Put lockdir and cachedir in FHS-like locations by default
Andrew Bartlett
1
-2
/
+2
2011-06-20
s4-build Change default paths and --with flags for a 4.0 release
Andrew Bartlett
2
-59
/
+21
2011-06-20
s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...
Matthieu Patou
1
-0
/
+14
2011-06-19
s4: create script to find provision ranges for old provision without this inf...
Matthieu Patou
1
-0
/
+174
2011-06-19
s4-sambatool: extract the confirm function in a separte module for reuse
Matthieu Patou
2
-10
/
+36
2011-06-19
s4-samba-tool: remove unused imports
Matthieu Patou
1
-2
/
+1
2011-06-19
s4-samba-tool: use correct object notation ie. obj.method rather than method(...
Matthieu Patou
1
-37
/
+31
2011-06-19
s4-sambatool: use correct way to call class methods
Matthieu Patou
1
-53
/
+54
2011-06-19
s4-upgradeprovision: improve message output
Matthieu Patou
1
-1
/
+1
2011-06-19
s4-upgradeprovision: skip versionNumber, it's used by GPO
Matthieu Patou
1
-0
/
+1
2011-06-19
s4-provision: Remove hard coded SD for CN=Sites container
Matthieu Patou
2
-16
/
+0
[next]