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
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-21
lib/util: Use common d_printf() in the whole codebase
Andrew Bartlett
1
-128
/
+0
2011-06-21
lib/util Make unused d_vfprintf() static
Andrew Bartlett
1
-1
/
+1
2011-06-20
Use tevent_req_oom
Volker Lendecke
2
-3
/
+3
2011-06-20
source3/lib/util_tdb.c: operation timeout support for TDB2.
Rusty Russell
1
-0
/
+96
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
8
-11
/
+11
2011-06-20
tdb_compat: use tdb_open_compat.
Rusty Russell
1
-6
/
+11
2011-06-20
tdb2: tdb_parse_record() returns negative errors, not -1.
Rusty Russell
2
-3
/
+3
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
2
-1
/
+10
2011-06-20
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
1
-6
/
+6
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
3
-4
/
+4
2011-06-20
tdb_chainunlock: ignore return value.
Rusty Russell
2
-8
/
+2
2011-06-20
tdb_chainlock: check returns for 0, not -1.
Rusty Russell
2
-3
/
+3
2011-06-20
tdb_transaction_cancel: ignore return value.
Rusty Russell
3
-18
/
+9
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
1
-2
/
+2
2011-06-20
tdb_delete: check returns for 0, not -1.
Rusty Russell
1
-3
/
+3
2011-06-20
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
4
-9
/
+9
2011-06-20
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
2
-2
/
+2
2011-06-20
source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.
Rusty Russell
1
-2
/
+4
2011-06-17
errors: reorder error codes for easier s3/s4 comparison
Andrew Bartlett
1
-11
/
+11
2011-06-12
s3: Add wins_server_tag_ips()
Volker Lendecke
1
-0
/
+42
2011-06-10
source3/lib/privileges.h: fix licence/copyright
Günther Deschner
1
-0
/
+27
2011-06-10
source3/lib/netapi/libnetapi.h: fix licence/copyright
Günther Deschner
1
-0
/
+19
2011-06-10
Export init_stat_ex_from_stat for use in VFS modules.
Richard Sharpe
1
-6
/
+6
2011-06-09
s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...
Stefan Metzmacher
1
-1
/
+1
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
6
-46
/
+12
2011-06-09
s3-lib Add myhostname_upper()
Andrew Bartlett
1
-0
/
+16
2011-06-09
server_id: Change format to vnn:pid.task_id, pid.task_id or pid
Andrew Bartlett
1
-4
/
+14
2011-06-09
s3-param Remove special case for global_scope()
Andrew Bartlett
2
-28
/
+1
2011-06-09
s3-param Remove special case for lp_workgroup()
Andrew Bartlett
2
-21
/
+2
2011-06-09
s3-lib Use domain in credentials file for domain in credentials
Andrew Bartlett
1
-1
/
+1
2011-06-09
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
2
-22
/
+6
2011-06-09
s3-lib Read and write the full struct server_id (except the unique_id)
Andrew Bartlett
1
-19
/
+18
2011-06-09
s3-server_id Add task_id to server_id to match Samba4
Andrew Bartlett
2
-0
/
+8
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
3
-3
/
+3
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
6
-11
/
+11
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
18
-23
/
+23
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
9
-15
/
+15
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
8
-14
/
+14
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
7
-11
/
+11
2011-06-09
s3-talloc Remove unused TALLOC zeronull functions and macro definitions
Andrew Bartlett
1
-105
/
+0
2011-06-06
s3-waf: Fix pthreadpool build which needs librt now.
Andreas Schneider
1
-1
/
+1
2011-06-06
s3: Fix two debug messages
Volker Lendecke
1
-2
/
+2
2011-06-06
s3/pthreadpool: replace bad portable gettimeofday by clock_gettime
Björn Jacke
1
-4
/
+2
2011-06-06
lib/util use modules_path(), data_path() and shlib_ext() from source3
Andrew Bartlett
2
-41
/
+4
2011-06-06
s3-lib Remove unused lib_path()
Andrew Bartlett
1
-13
/
+0
2011-06-04
Add the same fix to the S3 event backend as the previous commit added to the ...
Jeremy Allison
1
-1
/
+14
2011-06-01
Revert "s3: Mark sockets in error state writable"
Volker Lendecke
1
-23
/
+0
2011-06-01
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
1
-7
/
+7
[prev]
[next]