lib/util: consolidate module loading into common code
[samba.git] / source3 / lib / util.c
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.
2011-03-23 Andrew Tridgellfault: get fault.c ready for use by s4
2011-03-16 Volker Lendeckes3: Use jenkins hash for str_checksum, fix bug 8010
2011-02-28 Volker Lendeckes3: Add timeval_to_msec
2011-02-25 Justin MaggardDetect Mac OS X as a separate client type.
2011-02-17 Andrew Bartletts3-cluster Always fill in the clustering vnn element
2011-02-08 Günther Deschnerlibndr: share some uuid helpers.
2010-10-20 Volker Lendeckes3: Add any_nt_status_not_ok
2010-10-20 Jeremy AllisonMake getpwnam_alloc() static to lib/username.c, and...
2010-09-28 Volker Lendeckes3: Remove talloc_autofree_context() from myhostname()
2010-09-26 Volker Lendeckes3: Remove talloc_autofree_context() from nametouid()
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-build: only include ctdbd_conn.h where needed.
2010-09-16 Björn Jackes3/s4: merge msleep and smb_msleep
2010-09-14 Björn Jackes3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID
2010-08-31 Volker Lendeckes3: messaging_ctdbd_connection() was only called with...
2010-08-28 Volker Lendeckes3: Fix some DEBUGs
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-05 Volker Lendeckes3: Pass procid_self() explicitly to messaging_ctdbd_co...
2010-07-04 Volker Lendeckes3: Pass the new server_id through reinit_after_fork
2010-07-04 Volker Lendeckes3: Re-initialize the server_id in messaging_reinit
2010-06-22 Jeremy AllisonFix bug 7528 - Solaris with NIS autohome.
2010-05-28 Andrew Bartletts3:lib split out global workgroup and netbios name...
2010-03-26 Andrew Tridgells3-event: switch s3 to using tevent_re_initialise()
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2010-02-23 Volker Lendeckes3: Consolidate server_id_self into the equivalent...
2010-01-24 Volker Lendeckes3: Add -C (--use-ccache) to popt_common_credentials
2010-01-21 Volker Lendeckes3: Move "yesno" to the only place where it is used...
2009-11-29 Volker Lendeckes3: Move directory_exist_stat to testparm.c, it only...
2009-11-29 Volker Lendeckes3: Pass fake_dir_create_times down to file_exist_stat...
2009-11-29 Volker Lendeckes3: "get_file_size" only looks at the size
2009-11-29 Volker Lendeckes3: "socket_exist" only looks at the mode
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in mask_mat...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in mask_mat...
2009-11-21 Volker Lendeckes3: Fix some nonempty blank lines
2009-11-21 Volker Lendeckes3: Avoid two calls to strcmp()
2009-11-14 Volker LendeckeAttempt to fix the s4 build -- we can not use map_nt_er...
2009-11-04 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-09-10 Günther Deschners3-util: add get/set_cmdline_auth_info_domain to user_a...
2009-08-25 Zach LoafmanAllow for name array strings that don't end in a slash
2009-08-24 Olaf Flebbemake smbcontrol smbd ping work proper checking for...
2009-07-09 Tim Proutys3: Remove is_ntfs_stream_name() and split_ntfs_stream_...
2009-07-01 Stefan Metzmachers3:util: let parent_dirname() correctly return toplevel...
2009-06-12 Andrew Kroegers3: Call va_end() after all va_start()/va_copy() calls.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-29 Günther Deschnerutil: move add_gid_to_array_unique to toplevel and...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Marc VanHeyningens3: Allow child processes to exit gracefully if we...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-04-20 Jelmer VernooijRemove smb_mkstemp() - libreplace will now provide...
next