summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-07-291-0/+148
* s3: Make is_executable() available in lib/Volker Lendecke2011-07-291-0/+17
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell2011-06-201-2/+4
* s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher2011-06-091-1/+1
* 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
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-17/+1
* 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-091-0/+5
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett2011-06-091-105/+0
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-37/+0
* s3-lib Remove unused lib_path()Andrew Bartlett2011-06-061-13/+0
* s3-lib Move source3-specific malloc replacements into a seperate fileAndrew Bartlett2011-05-311-143/+0
* s3-build Specify more of the smbconf dependenciesAndrew Bartlett2011-05-311-162/+0
* s3-lib Move free_namearray() into it's own fileAndrew Bartlett2011-05-311-16/+0
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-2/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison2011-05-061-6/+17
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-4/+4
* Fix many const compiler warnings.Jeremy Allison2011-05-051-2/+2
* s3-util: move valid_share_pathname() to lib/util.cGünther Deschner2011-05-021-0/+34
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-291-20/+0
* s3-client Add TALLOC_CTX argument to attrib_string().Andrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-1/+1
* s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett2011-04-131-1/+0
* s3-util: separate out cmdline helpers.Günther Deschner2011-04-121-253/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-231-14/+0
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
* s3: Use jenkins hash for str_checksum, fix bug 8010Volker Lendecke2011-03-161-11/+2
* s3: Add timeval_to_msecVolker Lendecke2011-02-281-0/+5
* Detect Mac OS X as a separate client type.Justin Maggard2011-02-251-0/+3
* s3-cluster Always fill in the clustering vnn elementAndrew Bartlett2011-02-171-24/+0
* libndr: share some uuid helpers.Günther Deschner2011-02-081-17/+0
* s3: Add any_nt_status_not_okVolker Lendecke2010-10-201-0/+13
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-1/+1
* s3: Remove talloc_autofree_context() from myhostname()Volker Lendecke2010-09-281-3/+1
* s3: Remove talloc_autofree_context() from nametouid()Volker Lendecke2010-09-261-1/+1
* s3-build: only include ctdbd_conn.h where needed.Günther Deschner2010-09-201-0/+1