summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow for name array strings that don't end in a slashZach Loafman2009-08-251-12/+17
* make smbcontrol smbd ping work proper checking for arguments handle short pid...Olaf Flebbe2009-08-241-6/+16
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-90/+0
* s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher2009-07-011-1/+1
* s3: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-121-1/+1
* util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner2009-05-291-33/+0
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-6/+6
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-5/+5
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-18/+0
* s3: remove POLICY_HND.Günther Deschner2009-03-181-2/+2
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-0/+40
* Add some appropriate const.Jeremy Allison2009-03-161-8/+8
* s3: Remove madvise supportSteven Danneman2009-03-041-7/+0
* Remove read_pktVolker Lendecke2009-02-241-99/+0
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-201-0/+7
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-201-67/+0
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-30/+1
* Add read_pkt_send/recvVolker Lendecke2009-02-101-0/+99
* Remove the global variable "chain_size"Volker Lendecke2009-01-311-3/+0
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-1/+10
* s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher2009-01-201-4/+4
* Allow reinit_after_fork to be called safely from within swat and other binari...Jeremy Allison2009-01-151-10/+14
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-14/+46
* clean event context after child is forked.Bo Yang2009-01-051-0/+3
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-2/+2
* Remove unused function parent_dirnameVolker Lendecke2008-12-311-13/+0
* Make use of TALLOC_MEMDUP in parent_dirname_talloc()Volker Lendecke2008-12-311-2/+1