summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused function get_numlist()Volker Lendecke2008-12-311-51/+0
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-62/+81
* Move cli_trans_oob to lib/util.cVolker Lendecke2008-11-281-0/+19
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-3/+3
* Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-191-11/+0
* Fix const, dupes.Jelmer Vernooij2008-10-181-35/+0
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* Use shared util.c.Jelmer Vernooij2008-10-181-323/+5
* Use standard va_copy.Jelmer Vernooij2008-10-181-1/+1
* Share ndrdump implementation.Jelmer Vernooij2008-10-131-7/+66
* Add a utility function to append a DATA_BLOB to a talloc objectVolker Lendecke2008-09-091-0/+26
* Add modules_path() to construct paths to files in MODULESDIR.Michael Adam2008-08-151-0/+13
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-4/+1
* Remove an unused variable, process.c has its static copyVolker Lendecke2008-08-101-2/+0
* util: add policy_hnd_equal().Günther Deschner2008-07-171-0/+10
* [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-081-0/+5
* If no node number is given, default to the current node in smbcontrolVolker Lendecke2008-05-191-1/+1
* util: add strip_hostname() to strip of leading '\\'.Günther Deschner2008-05-091-0/+19
* Make the namelist arg to set_namearray constVolker Lendecke2008-05-051-2/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-1/+48
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-2/+3
* util: add reinit_after_fork() functionStefan Metzmacher2008-04-181-0/+30
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-081-0/+8
* Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...Gerald W. Carter2008-03-311-1/+4
* Adding missing calls to va_end().Tim Potter2008-01-271-0/+1
* Fix tab_depth: it should not create an extra debug header.Michael Adam2008-01-231-1/+1
* Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke2008-01-191-0/+90
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-0/+13
* Move transfer_file and transfer_file_internal to a module of their own.Michael Adam2008-01-101-87/+0
* Reformat some code I just touched.Michael Adam2008-01-101-12/+20
* Fix a really silly typo.Michael Adam2008-01-101-1/+1