summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-2/+1
2011-10-27s3: Add processes_existVolker Lendecke1-0/+66
2011-10-26s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher1-19/+0
2011-10-21s3:include: make smb_setlen() a macroStefan Metzmacher1-14/+0
2011-10-19s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher1-13/+0
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett1-0/+9
2011-10-04s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher1-0/+11
2011-07-29s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke1-0/+148
2011-07-29s3: Make is_executable() available in lib/Volker Lendecke1-0/+17
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-1/+1
2011-06-20source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell1-2/+4
2011-06-09s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher1-1/+1
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-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-17/+1
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 Bartlett1-0/+5
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett1-105/+0
2011-06-06lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett1-37/+0
2011-06-06s3-lib Remove unused lib_path()Andrew Bartlett1-13/+0
2011-05-31s3-lib Move source3-specific malloc replacements into a seperate fileAndrew Bartlett1-143/+0
2011-05-31s3-build Specify more of the smbconf dependenciesAndrew Bartlett1-162/+0
2011-05-31s3-lib Move free_namearray() into it's own fileAndrew Bartlett1-16/+0
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-2/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-06Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison1-6/+17
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-4/+4
2011-05-05Fix many const compiler warnings.Jeremy Allison1-2/+2
2011-05-02s3-util: move valid_share_pathname() to lib/util.cGünther Deschner1-0/+34
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-13s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett1-1/+0
2011-04-12s3-util: separate out cmdline helpers.Günther Deschner1-253/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-0/+1
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-14/+0
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-1/+1
2011-03-16s3: Use jenkins hash for str_checksum, fix bug 8010Volker Lendecke1-11/+2
2011-02-28s3: Add timeval_to_msecVolker Lendecke1-0/+5
2011-02-25Detect Mac OS X as a separate client type.Justin Maggard1-0/+3