summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2008-01-101-5/+23
* Add free_local_machine_name().Günther Deschner2008-01-071-0/+1
* Fix missing return - should be void.Jeremy Allison2008-01-051-1/+1
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-1/+13
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-25/+13
* Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison2007-12-171-9/+4
* Add split_domain_user() (not to mix with winbind variants).Günther Deschner2007-12-121-0/+24
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-5/+5
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-8/+8
* *Really* fix the no password -N opt :-).Jeremy Allison2007-12-061-7/+0
* Get closer to building with smbmount. Move parameter line changesJeremy Allison2007-12-061-1/+108
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-19/+1
* Compile fix to the automount support. Patch from GlaDiaC.Gerald (Jerry) Carter2007-12-051-1/+1
* Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison2007-12-041-69/+57
* Fix build warning.Günther Deschner2007-11-301-1/+1
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-91/+113