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