summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner17-0/+20
2011-05-06lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch()Andrew Bartlett1-7/+0
2011-05-06errors: Remove unused unix_to_werror()Andrew Bartlett1-6/+0
2011-05-06s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett1-44/+47
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett5-159/+4
2011-05-06Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison1-6/+17
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison2-3/+3
2011-05-05More simple const fixes.Jeremy Allison2-4/+4
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison10-15/+15
2011-05-05More const compiler warning fixes.Jeremy Allison1-1/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison3-8/+8
2011-05-05s3-lib: run minimal_includes.pl.Günther Deschner2-2/+0
2011-05-04Fold null terminator into listlen length, change to strlcpy.Jeremy Allison1-6/+4
2011-05-03s3-system: move LOCK_ defines to lib/system.cGünther Deschner1-0/+9
2011-05-03s3-ctdb Fix duplicate function name due to packet -> ctdb_packet rename.Andrew Bartlett2-2/+2
2011-05-03lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett1-86/+0
2011-05-03lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett1-122/+0
2011-05-03s3-lib make push_ucs2() staticAndrew Bartlett1-1/+1
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-0/+61
2011-05-03lib/util Move set_socket_options() into common code.Andrew Bartlett1-160/+0
2011-05-03lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett2-227/+0
2011-05-03s3-ctdb Rename packet file and files to ctdb_packetAndrew Bartlett2-53/+52
2011-05-02s3-util: move valid_share_pathname() to lib/util.cGünther Deschner1-0/+34
2011-04-30s3-lib: Rely on uint64_t in conv_str_size()Andrew Bartlett1-30/+13
2011-04-29s3-proto: remove duplicate prototypes.Günther Deschner1-0/+2
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner5-0/+6
2011-04-29s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2-0/+2
2011-04-29lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett1-128/+0
2011-04-29lib/util/charset Move strstr_m() to the top levelAndrew Bartlett1-81/+0
2011-04-29libcli/smb Move attrib_string in commonAndrew Bartlett1-20/+0
2011-04-29s3-client Add TALLOC_CTX argument to attrib_string().Andrew Bartlett1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett1-1/+1
2011-04-28lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett1-115/+0
2011-04-27s3: Properly clean up in pthreadpool_init in case of failureVolker Lendecke1-0/+6
2011-04-27s3-waf: add pthreadpool support.Günther Deschner1-0/+11
2011-04-27s3-netapi: Fix Coverity CID #2302: FORWARD_NULLGünther Deschner1-1/+1
2011-04-26s3: Allow unlimited parallelism in pthreadpoolVolker Lendecke2-9/+31
2011-04-25s3:lib/util_sock: listen on IPv6 addresses with IPV6_ONLY (bug #7383)Stefan Metzmacher1-0/+26
2011-04-25s3:lib/access: normalize IPv4 mapped IPv6 addresses in both directions (bug #...Stefan Metzmacher1-14/+17
2011-04-25s3: pthreadpool_sig_fd->pthreadpool_signal_fdVolker Lendecke4-7/+7
2011-04-25s3: Tiny doc for pthreadpoolVolker Lendecke1-7/+59
2011-04-25s3: Many pthreadpool fixesVolker Lendecke5-87/+587
2011-04-24s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher1-1/+1
2011-04-23s3: Fix Coverity ID 2478, UNINITVolker Lendecke1-1/+1