Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-05-31 | s3-lib Move realloc based string substitution functions out of util_str.c | Andrew Bartlett | 3 | -123/+148 |
2011-05-31 | s3-lib Move sstring_sub() to it's only user and make static | Andrew Bartlett | 1 | -27/+0 |
2011-05-31 | s3-param Move init_iconv() to loadparm.c | Andrew Bartlett | 1 | -14/+0 |
2011-05-31 | libcli/security: move secdesc.c to the top level libcli/security | Andrew Bartlett | 1 | -712/+0 |
2011-05-31 | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 1 | -5/+0 |
2011-05-31 | s3-param split service.c into param and smbd components | Andrew Bartlett | 2 | -11/+35 |
2011-05-31 | s3-lib Move string_init functions into their own file | Andrew Bartlett | 2 | -52/+77 |
2011-05-31 | s3-smbd provide struct smbd_server_connection * to conn_snum_used | Andrew Bartlett | 1 | -1/+2 |
2011-05-30 | s3: fix some -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -2/+0 |
2011-05-20 | s3: Fix Coverity ID 2573: UNUSED_VALUE | Volker Lendecke | 1 | -2/+3 |
2011-05-19 | Fix Bug 8152 - smbd crash in release_ip() | Christian Ambach | 1 | -0/+5 |
2011-05-18 | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 3 | -63/+3 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 7 | -93/+10 |
2011-05-17 | is_my_ipaddr() should recognise loopback addresses as ours. | Jeremy Allison | 1 | -5/+5 |