summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-161-49/+0
* s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke2010-09-141-17/+0
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-311-1/+1
* s3: Fix some DEBUGsVolker Lendecke2010-08-281-2/+2
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke2010-07-051-2/+2
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-1/+2
* s3: Re-initialize the server_id in messaging_reinitVolker Lendecke2010-07-041-3/+3
* Fix bug 7528 - Solaris with NIS autohome.Jeremy Allison2010-06-221-0/+3
* s3:lib split out global workgroup and netbios name functions.Andrew Bartlett2010-05-281-42/+1
* s3-event: switch s3 to using tevent_re_initialise()Andrew Tridgell2010-03-261-2/+2
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-0/+9
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-5/+0
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-241-0/+10
* s3: Move "yesno" to the only place where it is used: client.cVolker Lendecke2010-01-211-18/+0
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-11-291-21/+0
* s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...Volker Lendecke2009-11-291-2/+3
* s3: "get_file_size" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: "socket_exist" only looks at the modeVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-4/+4
* Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2009-11-231-8/+4
* Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...Volker Lendecke2009-11-231-3/+3
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-3/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-0/+12
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-12/+0
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-2/+3
* s3: Make the implicit reference to Protocol in mask_match_list() explicitVolker Lendecke2009-11-211-3/+3
* s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2009-11-211-4/+8
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-211-16/+16
* s3: Avoid two calls to strcmp()Volker Lendecke2009-11-211-4/+4
* Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke2009-11-141-0/+11
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-1/+11
* s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.Günther Deschner2009-09-111-0/+18