index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
2008-08-12
1
-4
/
+1
*
Remove an unused variable, process.c has its static copy
Volker Lendecke
2008-08-10
1
-2
/
+0
*
util: add policy_hnd_equal().
Günther Deschner
2008-07-17
1
-0
/
+10
*
[BUG 5580] Allow access to DFS shares via libsmbclient
Derrell Lipman
2008-07-08
1
-0
/
+5
*
If no node number is given, default to the current node in smbcontrol
Volker Lendecke
2008-05-19
1
-1
/
+1
*
util: add strip_hostname() to strip of leading '\\'.
Günther Deschner
2008-05-09
1
-0
/
+19
*
Make the namelist arg to set_namearray const
Volker Lendecke
2008-05-05
1
-2
/
+2
*
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2008-05-05
1
-1
/
+48
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
1
-2
/
+3
*
util: add reinit_after_fork() function
Stefan Metzmacher
2008-04-18
1
-0
/
+30
*
Move is_valid_policy_hnd() out of net.
Günther Deschner
2008-04-08
1
-0
/
+8
*
Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...
Gerald W. Carter
2008-03-31
1
-1
/
+4
*
Adding missing calls to va_end().
Tim Potter
2008-01-27
1
-0
/
+1
*
Fix tab_depth: it should not create an extra debug header.
Michael Adam
2008-01-23
1
-1
/
+1
*
Add "split_ntfs_stream_name()" together with a torture test
Volker Lendecke
2008-01-19
1
-0
/
+90
*
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
2008-01-16
1
-0
/
+13
*
Move transfer_file and transfer_file_internal to a module of their own.
Michael Adam
2008-01-10
1
-87
/
+0
*
Reformat some code I just touched.
Michael Adam
2008-01-10
1
-12
/
+20
*
Fix a really silly typo.
Michael Adam
2008-01-10
1
-1
/
+1
*
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
2008-01-10
1
-5
/
+23
*
Add free_local_machine_name().
Günther Deschner
2008-01-07
1
-0
/
+1
*
Fix missing return - should be void.
Jeremy Allison
2008-01-05
1
-1
/
+1
*
Add general '-e' option to enable smb encryption
Jeremy Allison
2008-01-05
1
-1
/
+13
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-25
/
+13
*
Use the %*s feature of snprintf to remove anothe static fstring.
Jeremy Allison
2007-12-17
1
-9
/
+4
*
Add split_domain_user() (not to mix with winbind variants).
Günther Deschner
2007-12-12
1
-0
/
+24
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-5
/
+5
*
Remove pstrings completely except for smbctool (what does this do ?).
Jeremy Allison
2007-12-07
1
-8
/
+8
*
*Really* fix the no password -N opt :-).
Jeremy Allison
2007-12-06
1
-7
/
+0
*
Get closer to building with smbmount. Move parameter line changes
Jeremy Allison
2007-12-06
1
-1
/
+108
*
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
1
-19
/
+1
*
Compile fix to the automount support. Patch from GlaDiaC.
Gerald (Jerry) Carter
2007-12-05
1
-1
/
+1
*
Remove pstring from automount lookups. Remove premature optimization.
Jeremy Allison
2007-12-04
1
-69
/
+57
*
Fix build warning.
Günther Deschner
2007-11-30
1
-1
/
+1
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-91
/
+113
*
Remove more static fstring/pstrings. Fix socket option
Jeremy Allison
2007-11-09
1
-25
/
+30
*
Remove the silly "user_socket_options" global variable
Volker Lendecke
2007-11-09
1
-1
/
+0
*
More pstring/fstring removal.
Jeremy Allison
2007-11-08
1
-11
/
+16
*
Remove more pstring/fstrings.
Jeremy Allison
2007-11-08
1
-56
/
+43
*
Remove unneeded variable.
Jeremy Allison
2007-11-08
1
-6
/
+3
*
Fix case where we have no dns domain name. Return a talloc of "".
Jeremy Allison
2007-11-08
1
-0
/
+2
*
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2007-11-08
1
-9
/
+10
*
Fix state_path to take a const string, not use pstring.
Jeremy Allison
2007-11-02
1
-7
/
+11
*
Patch from Debian Samba package maintainers:
Gerald (Jerry) Carter
2007-11-01
1
-0
/
+33
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-42
/
+42
*
Fix access control code to be IPv6/v4 protocol independent.
Jeremy Allison
2007-10-16
1
-23
/
+36
*
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
2007-10-15
1
-68
/
+37
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-189
/
+0
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-34
/
+14
*
r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
Jeremy Allison
2007-10-10
1
-4
/
+4
[next]