summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3: Add wins_server_tag_ips()Volker Lendecke2011-06-121-0/+42
* source3/lib/privileges.h: fix licence/copyrightGünther Deschner2011-06-101-0/+27
* source3/lib/netapi/libnetapi.h: fix licence/copyrightGünther Deschner2011-06-101-0/+19
* Export init_stat_ex_from_stat for use in VFS modules.Richard Sharpe2011-06-101-6/+6
* s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher2011-06-091-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-096-46/+12
* s3-lib Add myhostname_upper()Andrew Bartlett2011-06-091-0/+16
* server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett2011-06-091-4/+14
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-092-28/+1
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-092-21/+2
* s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-092-22/+6
* s3-lib Read and write the full struct server_id (except the unique_id)Andrew Bartlett2011-06-091-19/+18
* s3-server_id Add task_id to server_id to match Samba4Andrew Bartlett2011-06-092-0/+8
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-093-3/+3
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-096-11/+11
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-0918-23/+23
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-099-15/+15
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-098-14/+14
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-097-11/+11
* s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett2011-06-091-105/+0
* s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider2011-06-061-1/+1
* s3: Fix two debug messagesVolker Lendecke2011-06-061-2/+2
* s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke2011-06-061-4/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-062-41/+4
* s3-lib Remove unused lib_path()Andrew Bartlett2011-06-061-13/+0
* Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison2011-06-041-1/+14
* Revert "s3: Mark sockets in error state writable"Volker Lendecke2011-06-011-23/+0
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-7/+7
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-7/+34
* s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner2011-06-011-3/+0
* s3: Mark sockets in error state writableVolker Lendecke2011-05-311-0/+23
* s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.hMichael Adam2011-05-311-0/+5
* s3: add GPL/Copyright header to lib/idmap_cache.hMichael Adam2011-05-311-0/+20
* s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guardMichael Adam2011-05-311-0/+5
* s3:lib/eventlog/proto.h: add GPL/Copyright headerMichael Adam2011-05-311-0/+22
* s3-lib Move source3-specific malloc replacements into a seperate fileAndrew Bartlett2011-05-312-143/+171
* lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett2011-05-311-36/+0
* s3-lib Improve indentation of errmap_unixAndrew Bartlett2011-05-311-36/+36
* s3-lib: Use ARRAY_SIZE() to walk the error mapping tablesAndrew Bartlett2011-05-311-6/+4
* s3-build Specify more of the smbconf dependenciesAndrew Bartlett2011-05-312-163/+162
* s3-build Create dbwrap_util subsystemAndrew Bartlett2011-05-312-61/+64
* s3-lib Move free_namearray() into it's own fileAndrew Bartlett2011-05-312-16/+39
* s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett2011-05-313-123/+148
* s3-lib Move sstring_sub() to it's only user and make staticAndrew Bartlett2011-05-311-27/+0
* s3-param Move init_iconv() to loadparm.cAndrew Bartlett2011-05-311-14/+0
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-311-712/+0
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-5/+0
* s3-param split service.c into param and smbd componentsAndrew Bartlett2011-05-312-11/+35
* s3-lib Move string_init functions into their own fileAndrew Bartlett2011-05-312-52/+77