summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison1-1/+11
2009-09-11s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.Günther Deschner1-0/+18
2009-08-25Allow for name array strings that don't end in a slashZach Loafman1-12/+17
2009-08-24make smbcontrol smbd ping work proper checking for arguments handle short pid...Olaf Flebbe1-6/+16
2009-07-08s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty1-90/+0
2009-07-01s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher1-1/+1
2009-06-12s3: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger1-1/+1
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner1-33/+0
2009-05-27s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen1-6/+6
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-5/+5
2009-04-20Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij1-18/+0
2009-03-18s3: remove POLICY_HND.Günther Deschner1-2/+2
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-0/+40
2009-03-16Add some appropriate const.Jeremy Allison1-8/+8
2009-03-04s3: Remove madvise supportSteven Danneman1-7/+0
2009-02-24Remove read_pktVolker Lendecke1-99/+0
2009-02-20s3: Refactor of madvise() usage in c441f58dSteven Danneman1-0/+7
2009-02-20Moved become_daemon() and close_low_fds() to shared util libSteven Danneman1-67/+0
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke1-30/+1
2009-02-10Add read_pkt_send/recvVolker Lendecke1-0/+99
2009-01-31Remove the global variable "chain_size"Volker Lendecke1-3/+0
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty1-1/+10
2009-01-20s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher1-4/+4
2009-01-15Allow reinit_after_fork to be called safely from within swat and other binari...Jeremy Allison1-10/+14
2009-01-12Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman1-14/+46
2009-01-05clean event context after child is forked.Bo Yang1-0/+3
2008-12-31Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke1-2/+2
2008-12-31Remove unused function parent_dirnameVolker Lendecke1-13/+0
2008-12-31Make use of TALLOC_MEMDUP in parent_dirname_talloc()Volker Lendecke1-2/+1
2008-12-31Remove unused function get_numlist()Volker Lendecke1-51/+0
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-62/+81
2008-11-28Move cli_trans_oob to lib/util.cVolker Lendecke1-0/+19
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-3/+3
2008-10-19Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij1-11/+0
2008-10-18Fix const, dupes.Jelmer Vernooij1-35/+0
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-10-18Use shared util.c.Jelmer Vernooij1-323/+5
2008-10-18Use standard va_copy.Jelmer Vernooij1-1/+1
2008-10-13Share ndrdump implementation.Jelmer Vernooij1-7/+66
2008-09-09Add a utility function to append a DATA_BLOB to a talloc objectVolker Lendecke1-0/+26
2008-08-15Add modules_path() to construct paths to files in MODULESDIR.Michael Adam1-0/+13
2008-08-12Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison1-4/+1
2008-08-10Remove an unused variable, process.c has its static copyVolker Lendecke1-2/+0
2008-07-17util: add policy_hnd_equal().Günther Deschner1-0/+10
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+5
2008-05-19If no node number is given, default to the current node in smbcontrolVolker Lendecke1-1/+1
2008-05-09util: add strip_hostname() to strip of leading '\\'.Günther Deschner1-0/+19
2008-05-05Make the namelist arg to set_namearray constVolker Lendecke1-2/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-1/+48
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-2/+3