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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-23
This change allows for the autoconfigre detection of sub-second time resoluti...
todd stecher
1
-0
/
+12
2009-01-23
s3 ldb: Fix vasprintf segfault that has been the source of build machine fail...
Tim Prouty
1
-5
/
+8
2009-01-23
async_req: Move to top level dir
Kai Blin
1
-340
/
+0
2009-01-22
s3:messages: finally make message_dispatch() static
Stefan Metzmacher
1
-1
/
+2
2009-01-22
s3:messaging: start with to use signal events instead of the raw signal inter...
Stefan Metzmacher
1
-37
/
+65
2009-01-22
s3:events: always run_events() before sys_select()
Stefan Metzmacher
1
-5
/
+4
2009-01-22
Actually complete 3662c2b...
Volker Lendecke
1
-2
/
+1
2009-01-21
Memory leaks and other fixes found by Coverity
todd stecher
1
-11
/
+15
2009-01-21
libsmbconf: move the non-registry parts of libsmbconf to top level
Michael Adam
6
-1428
/
+0
2009-01-21
s3:libsmbconf: include smbconf headers with lib/smbconf prefix
Michael Adam
2
-4
/
+4
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend
Michael Adam
1
-20
/
+20
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend
Michael Adam
1
-5
/
+6
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init
Michael Adam
1
-1
/
+1
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite
Michael Adam
1
-5
/
+5
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c
Michael Adam
1
-2
/
+2
2009-01-21
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c
Michael Adam
1
-2
/
+2
2009-01-21
s3:libsmbconf: remove the init headers from smbconf.h
Michael Adam
5
-19
/
+100
2009-01-21
s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()
Michael Adam
2
-27
/
+0
2009-01-21
Fix warning; base dn is no longer const.
Jelmer Vernooij
1
-2
/
+2
2009-01-21
Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.
Jelmer Vernooij
9
-86
/
+16
2009-01-21
Reorder arguments to ldb_search() to match what is in Samba 4.
Jelmer Vernooij
10
-53
/
+47
2009-01-20
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
1
-2
/
+1
2009-01-20
s3:messaging: also recreate the local messaging backend in messaging_reinit()
Stefan Metzmacher
1
-3
/
+11
2009-01-20
s3: reinit_after_fork() should reinit the event context before the messaging ...
Stefan Metzmacher
1
-4
/
+4
2009-01-20
s3:events: add support for signal events
Stefan Metzmacher
1
-0
/
+6
2009-01-19
s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()
Stefan Metzmacher
1
-8
/
+26
2009-01-19
s3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher
2
-0
/
+17
2009-01-19
Remove unused tdb_search_keys()
Volker Lendecke
1
-68
/
+0
2009-01-19
simplify gencache_iterate a bit, fix nonempty blank lines
Volker Lendecke
1
-86
/
+84
2009-01-18
libnetapi_open_pipe does not need to return cli_state
Volker Lendecke
10
-246
/
+12
2009-01-18
Add a macro async_req_setup()
Volker Lendecke
5
-91
/
+47
2009-01-16
"First thing, kill all the language lawyers" :-). Ensure possible insane comp...
Jeremy Allison
1
-1
/
+1
2009-01-16
s3:cluster: fix ctdb ipv6 support
Stefan Metzmacher
1
-10
/
+20
2009-01-15
Allow reinit_after_fork to be called safely from within swat and other binari...
Jeremy Allison
1
-10
/
+14
2009-01-16
s3-util: for convenience, provide format comments in tdb_unpack().
Günther Deschner
1
-7
/
+7
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
4
-4
/
+4
2009-01-15
Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.
Jeremy Allison
1
-4
/
+5
2009-01-14
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
1
-1
/
+2
2009-01-14
Fix build of netapi.
Jeremy Allison
1
-1
/
+2
2009-01-13
Fix bug noticed by Volker - if sendfile returns zero then
Jeremy Allison
1
-4
/
+12
2009-01-13
Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB
Jeremy Allison
1
-2
/
+2
2009-01-12
Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c
Steven Danneman
2
-14
/
+66
2009-01-12
Even for srclen == 0 we have to return something
Volker Lendecke
1
-0
/
+6
2009-01-09
s3:events: debug sys_select() errors
Stefan Metzmacher
1
-0
/
+3
2009-01-09
s3:events: install a tevent debug handler that calls DEBUG()
Stefan Metzmacher
1
-1
/
+42
2009-01-08
Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...
Jeremy Allison
1
-1
/
+1
2009-01-07
Several fixes to our use of splice
Volker Lendecke
1
-4
/
+6
2009-01-06
s3-samr: avoid all init_samr_user* functions.
Günther Deschner
1
-29
/
+35
2009-01-05
s3:events: use more tevent_common_* functions
Stefan Metzmacher
1
-158
/
+6
2009-01-05
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
5
-201
/
+186
[next]