lib: Remove procid_str_static
[samba.git] / source3 / lib / util.c
2015-04-28 Volker Lendeckelib: Remove procid_str_static
2015-03-17 Volker Lendeckesource3: Replace ccan hash calls with tdb_jenkins_hash
2015-01-12 Andreas Schneiders3-util: Fix authentication with long hostnames.
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2014-09-21 Michael Adams3: reset tracepoint handler in reinit_after fork.
2014-04-13 Jelmer VernooijTypo: Specifing -> specifying.
2014-04-08 Jeremy Allisons3-lib/util: fix logic inside set_namearray loops.
2014-04-08 Björn Baumbachs3-lib/util: fix read across end of namelist string
2014-04-05 Jeremy Allisons3: smbd/nmbd/winbindd - fix append on trailing slash...
2014-02-20 Volker Lendeckelib: Avoid a strlen call in xx_path()
2014-02-12 Volker Lendeckeauth: Make new_server_id_task() static to auth_samba4
2014-02-12 Andrew Bartlettlib/param: Remove special handling for 'state dir'...
2014-02-08 Garming Samparam: rename lp function and variable from "nis_home_m...
2014-02-08 Garming Samparam: rename lp function and variable from 'lockdir...
2013-11-14 Jeremy Allisons3-lib: smbclient shows no error if deleting a director...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-24 Jeremy AllisonFix bug #10063 - source3/lib/util.c:1493 leaking memory...
2013-08-15 Stefan Metzmachers3:lib: remove unused interpret_protocol()
2013-06-18 Jeremy AllisonFix xx_path() - return check from mkdir() is incorrect.
2013-02-19 Stefan Metzmachers3:lib: s/struct event_context/struct tevent_context
2013-01-24 Volker LendeckeAvoid a very small memleak on talloc_tos()
2012-08-24 Stefan Metzmachers3:lib: remove unused processes_exist()
2012-08-24 Stefan Metzmachers3:lib: implement process_exists() as wrapper of server...
2012-08-17 Stefan Metzmachers3:lib: implement interpret_pid() as wrapper of server_...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-09 Jeremy AllisonMake check_same_stat() and check_same_dev_ino() common...
2012-07-03 Jeremy AllisonMove copy_unix_token() from locking/locking.c to lib...
2012-06-21 Michael Adams3:move serverid_equal() to serverid.c
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-21 Michael Adams3:util: remove (now) unused cluster_id_equal()
2012-06-21 Michael Adams3:util: reformat procid_equal() to adhere to coding...
2012-06-21 Michael Adams3:util: also compare the unique_id in procid_equal().
2012-05-14 Stefan Metzmacherlib/util: move tevent_req_poll_ntstatus() to tevent_nts...
2012-05-14 Stefan Metzmachers3:lib/util: use map_nt_error_from_unix_common() in...
2012-04-30 Andrew Bartletts3-lib Add a way to allocate the task_id value in server_id
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: Remove SMB_F* locking defines
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_FLOCK define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-04-03 Andrew Bartletts3-smbd: Inline init_modules() into only caller
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getgrnam().
2012-03-15 Jeremy AllisonMake reinit_after_fork_pipe_handler code with reads...
2012-03-15 Michael Adams3:smbd: let smbd/nmbd/winbindd child processes termina...
2012-02-10 Andrew Bartletts3-lib: Remove unused is_myworkgroup()
2012-02-10 Andrew Bartletts3-lib: Remove unused pid_path()
2012-02-07 Jeremy AllisonRemove unused get_file_size() function.
2011-12-12 Volker Lendeckes3: Remove a bunch of calls to procid_self()
2011-10-27 Volker Lendeckes3: Add processes_exist
2011-10-26 Stefan Metzmachers3:include: implement trans_oob() as wrapper to smb_buf...
2011-10-21 Stefan Metzmachers3:include: make smb_setlen() a macro
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: move smb_set_enclen() to smb_seal...
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code
2011-10-04 Stefan Metzmachers3:lib/util: make sure panic action can attach a debugg...
2011-07-29 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-07-29 Volker Lendeckes3: Make is_executable() available in lib/
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russellsource3/lib/util.c: str_checksum to use Jenkins hash...
2011-06-09 Stefan Metzmachers3:lib/util: use %llu consitently (instead of %d) in...
2011-06-09 Andrew Bartletts3-lib Add myhostname_upper()
2011-06-09 Andrew Bartlettserver_id: Change format to vnn:pid.task_id, pid.task_i...
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-lib Read and write the full struct server_id (except...
2011-06-09 Andrew Bartletts3-server_id Add task_id to server_id to match Samba4
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-09 Andrew Bartletts3-talloc Remove unused TALLOC zeronull functions and...
2011-06-06 Andrew Bartlettlib/util use modules_path(), data_path() and shlib_ext...
2011-06-06 Andrew Bartletts3-lib Remove unused lib_path()
2011-05-31 Andrew Bartletts3-lib Move source3-specific malloc replacements into...
2011-05-30 Andrew Bartletts3-build Specify more of the smbconf dependencies
2011-05-30 Andrew Bartletts3-lib Move free_namearray() into it's own file
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonFix broken interface to set_namearray() - don't modify...
2011-05-05 Jeremy AllisonMore const fixes for compiler warnings from the waf...
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-02 Günther Deschners3-util: move valid_share_pathname() to lib/util.c
2011-04-29 Andrew Bartlettlibcli/smb Move attrib_string in common
2011-04-29 Andrew Bartletts3-client Add TALLOC_CTX argument to attrib_string().
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-13 Andrew Bartletts3-lib Move isvalid83_w to mangle_hash.c
2011-04-12 Günther Deschners3-util: separate out cmdline helpers.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-23 Andrew Bartletts3-lib Remove the clobber_region() code.
next