Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-06-01 | Change sys_getcd() to take no arguments and always return malloc'ed memory (o... | Jeremy Allison | 1 | -7/+34 |
2011-06-01 | s3: fix more -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -3/+0 |
2011-05-31 | s3: Mark sockets in error state writable | Volker Lendecke | 1 | -0/+23 |
2011-05-31 | s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.h | Michael Adam | 1 | -0/+5 |
2011-05-31 | s3: add GPL/Copyright header to lib/idmap_cache.h | Michael Adam | 1 | -0/+20 |
2011-05-31 | s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guard | Michael Adam | 1 | -0/+5 |
2011-05-31 | s3:lib/eventlog/proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+22 |
2011-05-31 | s3-lib Move source3-specific malloc replacements into a seperate file | Andrew Bartlett | 2 | -143/+171 |
2011-05-31 | lib/util Move sys_memalign into lib/util/system.c | Andrew Bartlett | 1 | -36/+0 |
2011-05-31 | s3-lib Improve indentation of errmap_unix | Andrew Bartlett | 1 | -36/+36 |
2011-05-31 | s3-lib: Use ARRAY_SIZE() to walk the error mapping tables | Andrew Bartlett | 1 | -6/+4 |
2011-05-31 | s3-build Specify more of the smbconf dependencies | Andrew Bartlett | 2 | -163/+162 |
2011-05-31 | s3-build Create dbwrap_util subsystem | Andrew Bartlett | 2 | -61/+64 |
2011-05-31 | s3-lib Move free_namearray() into it's own file | Andrew Bartlett | 2 | -16/+39 |