summaryrefslogtreecommitdiffstats
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-131-4/+1
* util: add strip_hostname() to strip of leading '\\'.Günther Deschner2008-05-221-0/+19
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-151-1/+48
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-241-2/+3
* Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...Gerald W. Carter2008-04-231-1/+4
* util: add reinit_after_fork() functionStefan Metzmacher2008-04-211-0/+30
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-121-0/+8
* 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
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-091-25/+30
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-1/+0
* More pstring/fstring removal.Jeremy Allison2007-11-081-11/+16
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-56/+43
* Remove unneeded variable.Jeremy Allison2007-11-081-6/+3
* Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison2007-11-081-0/+2
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-9/+10
* Fix state_path to take a const string, not use pstring.Jeremy Allison2007-11-021-7/+11
* Patch from Debian Samba package maintainers:Gerald (Jerry) Carter2007-11-011-0/+33
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-42/+42
* Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison2007-10-161-23/+36
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-68/+37
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-189/+0
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-34/+14
* r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison2007-10-101-4/+4
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-101-13/+13
* r25396: Very obvious fix from Martin Zielinski.Günther Deschner2007-10-101-0/+1
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-7/+9
* r24949: Remove some static buffersVolker Lendecke2007-10-101-47/+29
* r24903: One more tick in #if 0 codeVolker Lendecke2007-10-101-1/+1