summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett6-46/+12
2011-06-09s3-lib Add myhostname_upper()Andrew Bartlett1-0/+16
2011-06-09server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett1-4/+14
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett2-28/+1
2011-06-09s3-param Remove special case for lp_workgroup()Andrew Bartlett2-21/+2
2011-06-09s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett1-1/+1
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2-22/+6
2011-06-09s3-lib Read and write the full struct server_id (except the unique_id)Andrew Bartlett1-19/+18
2011-06-09s3-server_id Add task_id to server_id to match Samba4Andrew Bartlett2-0/+8
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett3-3/+3
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett6-11/+11
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett18-23/+23
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett9-15/+15
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett8-14/+14
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett7-11/+11
2011-06-09s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett1-105/+0
2011-06-06s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider1-1/+1
2011-06-06s3: Fix two debug messagesVolker Lendecke1-2/+2
2011-06-06s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke1-4/+2
2011-06-06lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2-41/+4
2011-06-06s3-lib Remove unused lib_path()Andrew Bartlett1-13/+0
2011-06-04Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison1-1/+14
2011-06-01Revert "s3: Mark sockets in error state writable"Volker Lendecke1-23/+0
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell1-7/+7
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-7/+34
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner1-3/+0
2011-05-31s3: Mark sockets in error state writableVolker Lendecke1-0/+23
2011-05-31s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.hMichael Adam1-0/+5
2011-05-31s3: add GPL/Copyright header to lib/idmap_cache.hMichael Adam1-0/+20
2011-05-31s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guardMichael Adam1-0/+5
2011-05-31s3:lib/eventlog/proto.h: add GPL/Copyright headerMichael Adam1-0/+22
2011-05-31s3-lib Move source3-specific malloc replacements into a seperate fileAndrew Bartlett2-143/+171
2011-05-31lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett1-36/+0
2011-05-31s3-lib Improve indentation of errmap_unixAndrew Bartlett1-36/+36
2011-05-31s3-lib: Use ARRAY_SIZE() to walk the error mapping tablesAndrew Bartlett1-6/+4
2011-05-31s3-build Specify more of the smbconf dependenciesAndrew Bartlett2-163/+162
2011-05-31s3-build Create dbwrap_util subsystemAndrew Bartlett2-61/+64
2011-05-31s3-lib Move free_namearray() into it's own fileAndrew Bartlett2-16/+39
2011-05-31s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett3-123/+148
2011-05-31s3-lib Move sstring_sub() to it's only user and make staticAndrew Bartlett1-27/+0
2011-05-31s3-param Move init_iconv() to loadparm.cAndrew Bartlett1-14/+0
2011-05-31libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett1-712/+0
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-5/+0
2011-05-31s3-param split service.c into param and smbd componentsAndrew Bartlett2-11/+35
2011-05-31s3-lib Move string_init functions into their own fileAndrew Bartlett2-52/+77
2011-05-31s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett1-1/+2
2011-05-30s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner1-2/+0
2011-05-20s3: Fix Coverity ID 2573: UNUSED_VALUEVolker Lendecke1-2/+3
2011-05-19Fix Bug 8152 - smbd crash in release_ip()Christian Ambach1-0/+5