index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix an unlikely memleak found by the IBM checker
Volker Lendecke
2008-10-04
1
-0
/
+2
|
*
Fix an uninitialized variable found by the IBM Checker
Volker Lendecke
2008-10-04
1
-0
/
+1
|
*
Fix a potential NULL deref in line 258 found by the IBM checker
Volker Lendecke
2008-10-04
1
-0
/
+1
|
*
"gwen/cc" does not like the double const :-)
Volker Lendecke
2008-10-04
1
-1
/
+1
|
*
Fix the build farm. In this branch cli_echo returns NTSTATUS.
Jeremy Allison
2008-10-03
1
-1
/
+4
|
*
Correctly fix smbclient to terminate on eof from server.
Jeremy Allison
2008-10-03
3
-3
/
+24
|
*
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
2008-10-03
7
-188
/
+148
|
*
net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.
Gerald (Jerry) Carter
2008-10-03
1
-13
/
+12
|
*
libaddns: Use the same prerequisite for DDNS update as Windows XP.
Gerald (Jerry) Carter
2008-10-03
1
-2
/
+2
|
*
Don't reject a successful alloc :-(.
Jeremy Allison
2008-10-02
1
-1
/
+1
|
*
Fix bug 5805: don't close stdout
Derrell Lipman
2008-10-02
1
-1
/
+3
|
*
The IRIX compiler does not like embedded unnamed unions
Volker Lendecke
2008-10-02
3
-13
/
+13
|
*
Attempt to fix the build on IRIX
Volker Lendecke
2008-10-02
4
-6
/
+6
|
*
Fix bug 5798: "CFLAGS info lost in configure"
Volker Lendecke
2008-10-02
1
-1
/
+1
|
*
Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...
Jeremy Allison
2008-10-01
1
-90
/
+251
|
*
Whitespace cleanup.
Jeremy Allison
2008-10-01
1
-16
/
+16
|
*
Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
Jeremy Allison
2008-10-01
3
-5
/
+5
|
*
Turn the socket connections into a refcounted list - in the common case there...
Jeremy Allison
2008-10-01
1
-44
/
+95
|
*
Convert to allocated strings. Use write_data(), not send as this doesn't corr...
Jeremy Allison
2008-09-30
1
-58
/
+42
|
*
Revert erroneous commit.
Jeremy Allison
2008-09-30
1
-1
/
+1
|
*
Remove current_user_info - not needed.
Jeremy Allison
2008-09-30
2
-5
/
+3
|
*
Restructure the module so it connects to the remote data sink
Jeremy Allison
2008-09-30
1
-150
/
+156
|
*
Fix the make test problem Karolin reported. Now rename_open_files actually wo...
Jeremy Allison
2008-09-30
1
-2
/
+2
|
*
Ensure we null out fsp after a close in all paths.
Jeremy Allison
2008-09-29
1
-0
/
+1
|
*
Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
Jelmer Vernooij
2008-09-29
1
-0
/
+1
|
*
s3:mapping_tdb: fix the del_aliasmem() function
Stefan Metzmacher
2008-09-29
1
-3
/
+2
|
*
re-added "winbind:ignore domains" patch
Andrew Tridgell
2008-09-29
1
-0
/
+17
|
*
fixed an (unlikely) memory leak
Andrew Tridgell
2008-09-29
1
-0
/
+1
|
*
fixed a segfault on the ctdb destructor code
Andrew Tridgell
2008-09-29
1
-3
/
+10
|
*
removed unused variables
Andrew Tridgell
2008-09-29
1
-2
/
+1
|
*
fixed segv on startup with trusted domains
Andrew Tridgell
2008-09-29
1
-0
/
+16
|
*
[s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.
Michael Adam
2008-09-29
1
-2
/
+2
|
*
s4:configure: require tdb >= 1.1.3 from the system
Stefan Metzmacher
2008-09-29
1
-1
/
+1
|
*
Fix async_connect
Volker Lendecke
2008-09-29
1
-1
/
+2
|
*
[s3]loadparm: refactor freeing of parameter data out and reduce memleak.
Michael Adam
2008-09-27
1
-35
/
+53
|
*
[s3]loadparm: in lp_do_parameter() use function lp_local_ptr()
Michael Adam
2008-09-27
1
-3
/
+1
|
*
[s3]loadparm: remove superfluous talloc context / talloc_stackframe call.
Michael Adam
2008-09-27
1
-5
/
+0
|
*
[s3]loadparm: refactor setting parametric options in list out
Michael Adam
2008-09-27
1
-52
/
+45
|
*
[s3]loadparm: fix memory error - free the right param_opt->list in copy_service.
Michael Adam
2008-09-27
1
-1
/
+1
|
*
[s3]loadparm: refactor freeing of parametric options into free_param_opts().
Michael Adam
2008-09-27
1
-41
/
+34
|
*
[s3]loadparm: rename process_registry_service() to process_smbconf_service().
Michael Adam
2008-09-27
1
-3
/
+3
|
*
[s3]testparm: give testparm one common exit point and call gfree_loadparm().
Michael Adam
2008-09-27
1
-6
/
+13
|
*
[s3]testparm: free the popt context when it is no longer used.
Michael Adam
2008-09-27
1
-0
/
+2
|
*
[s3]build: build the new test_lp_load command.
Michael Adam
2008-09-27
1
-0
/
+11
|
*
[s3]loadparm: add a command test_lp_load to test the lp_load function.
Michael Adam
2008-09-27
1
-0
/
+88
|
*
Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...
Jeremy Allison
2008-09-26
1
-4
/
+6
|
*
libwbclient: fix doxygen warnings.
Günther Deschner
2008-09-27
4
-6
/
+6
|
*
libgpo: add gpext_security module build to configure.
Günther Deschner
2008-09-27
1
-0
/
+1
|
*
libgpo: fix copyright.
Günther Deschner
2008-09-27
1
-1
/
+1
|
*
libgpo: add security CSE skeleton.
Günther Deschner
2008-09-27
2
-0
/
+273
[prev]
[next]