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-02-04
Have nmbd check all available interfaces for WINS before failing
Aravind Srinivasan
1
-2
/
+5
2009-02-02
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...
Jeremy Allison
1
-1
/
+4
2009-02-02
s3-wbclient: Use new tevent data types
Kai Blin
2
-15
/
+15
2009-02-02
Next step disentangling async_req from NTSTATUS
Volker Lendecke
3
-18
/
+18
2009-02-01
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
3
-65
/
+65
2009-02-01
cli_get_pipe_name_from_interface does not really need a talloc_ctx
Volker Lendecke
1
-1
/
+1
2009-01-31
Remove the global variable "chain_size"
Volker Lendecke
1
-3
/
+0
2009-01-30
s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')
Stefan Metzmacher
1
-31
/
+29
2009-01-29
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison
1
-1
/
+10
2009-01-29
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
1
-1
/
+10
2009-01-29
add Tru64 sub-second resolution timestamp support
Björn Jacke
1
-0
/
+24
2009-01-29
Fix the build on "opi"
Volker Lendecke
2
-2
/
+3
2009-01-29
add missing semicolons
Björn Jacke
1
-6
/
+6
2009-01-29
setting mtime setted atime on BSD systems, fix this
Björn Jacke
1
-2
/
+2
2009-01-29
add AIX sub-second resolution timestamp support
Björn Jacke
1
-0
/
+24
2009-01-29
s3:ctdbd_conn: canonicalize ips before sending them to ctdbd
Stefan Metzmacher
1
-10
/
+40
2009-01-28
Avoid valgrind errors
Volker Lendecke
1
-35
/
+13
2009-01-28
async_sock: Move to top level
Kai Blin
1
-693
/
+0
2009-01-28
s3:tdb_validate: clean up leading tabs/spaces and trailing spaces.
Michael Adam
1
-28
/
+28
2009-01-28
s3: separate tdb validation code out into its own source file
Michael Adam
3
-484
/
+580
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
[next]