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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend
Michael Adam
2009-01-21
1
-20
/
+20
*
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend
Michael Adam
2009-01-21
1
-5
/
+6
*
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init
Michael Adam
2009-01-21
1
-1
/
+1
*
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite
Michael Adam
2009-01-21
1
-5
/
+5
*
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c
Michael Adam
2009-01-21
1
-2
/
+2
*
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c
Michael Adam
2009-01-21
1
-2
/
+2
*
s3:libsmbconf: remove the init headers from smbconf.h
Michael Adam
2009-01-21
5
-19
/
+100
*
s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()
Michael Adam
2009-01-21
2
-27
/
+0
*
Fix warning; base dn is no longer const.
Jelmer Vernooij
2009-01-21
1
-2
/
+2
*
Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.
Jelmer Vernooij
2009-01-21
9
-86
/
+16
*
Reorder arguments to ldb_search() to match what is in Samba 4.
Jelmer Vernooij
2009-01-21
10
-53
/
+47
*
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
2009-01-20
1
-2
/
+1
*
s3:messaging: also recreate the local messaging backend in messaging_reinit()
Stefan Metzmacher
2009-01-20
1
-3
/
+11
*
s3: reinit_after_fork() should reinit the event context before the messaging ...
Stefan Metzmacher
2009-01-20
1
-4
/
+4
*
s3:events: add support for signal events
Stefan Metzmacher
2009-01-20
1
-0
/
+6
*
s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()
Stefan Metzmacher
2009-01-19
1
-8
/
+26
*
s3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher
2009-01-19
2
-0
/
+17
*
Remove unused tdb_search_keys()
Volker Lendecke
2009-01-19
1
-68
/
+0
*
simplify gencache_iterate a bit, fix nonempty blank lines
Volker Lendecke
2009-01-19
1
-86
/
+84
*
libnetapi_open_pipe does not need to return cli_state
Volker Lendecke
2009-01-18
10
-246
/
+12
*
Add a macro async_req_setup()
Volker Lendecke
2009-01-18
5
-91
/
+47
*
"First thing, kill all the language lawyers" :-). Ensure possible insane comp...
Jeremy Allison
2009-01-16
1
-1
/
+1
*
s3:cluster: fix ctdb ipv6 support
Stefan Metzmacher
2009-01-16
1
-10
/
+20
*
Allow reinit_after_fork to be called safely from within swat and other binari...
Jeremy Allison
2009-01-15
1
-10
/
+14
*
s3-util: for convenience, provide format comments in tdb_unpack().
Günther Deschner
2009-01-16
1
-7
/
+7
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
4
-4
/
+4
*
Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.
Jeremy Allison
2009-01-15
1
-4
/
+5
*
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
2009-01-14
1
-1
/
+2
*
Fix build of netapi.
Jeremy Allison
2009-01-14
1
-1
/
+2
*
Fix bug noticed by Volker - if sendfile returns zero then
Jeremy Allison
2009-01-13
1
-4
/
+12
*
Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB
Jeremy Allison
2009-01-13
1
-2
/
+2
*
Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c
Steven Danneman
2009-01-12
2
-14
/
+66
*
Even for srclen == 0 we have to return something
Volker Lendecke
2009-01-12
1
-0
/
+6
*
s3:events: debug sys_select() errors
Stefan Metzmacher
2009-01-09
1
-0
/
+3
*
s3:events: install a tevent debug handler that calls DEBUG()
Stefan Metzmacher
2009-01-09
1
-1
/
+42
*
Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...
Jeremy Allison
2009-01-08
1
-1
/
+1
*
Several fixes to our use of splice
Volker Lendecke
2009-01-07
1
-4
/
+6
*
s3-samr: avoid all init_samr_user* functions.
Günther Deschner
2009-01-06
1
-29
/
+35
*
s3:events: use more tevent_common_* functions
Stefan Metzmacher
2009-01-05
1
-158
/
+6
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-05
5
-201
/
+186
|
\
|
*
s3:events: register as tevent backend
Stefan Metzmacher
2009-01-05
1
-137
/
+172
|
*
s3:events: get rid of the stupid set_event_dispatch_time() function
Stefan Metzmacher
2009-01-05
1
-16
/
+0
|
*
s3:events: get rid of the stupid cancel_named_event() function
Stefan Metzmacher
2009-01-05
1
-16
/
+0
|
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
4
-19
/
+17
|
*
s3:events: remove unused stuff
Stefan Metzmacher
2009-01-05
1
-25
/
+0
|
*
clean event context after child is forked.
Bo Yang
2009-01-05
2
-0
/
+9
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-04
10
-226
/
+1925
|
\
|
|
*
Remove a duplicated comment
Volker Lendecke
2009-01-04
1
-4
/
+0
|
*
Add open_socket_out_defer_send/recv
Volker Lendecke
2009-01-04
1
-0
/
+111
|
*
Async wrapper for open_socket_out_send/recv
Volker Lendecke
2009-01-04
1
-56
/
+168
[prev]
[next]