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: add LDAP Alias Dereferencing support
Björn Jacke
2009-12-10
1
-0
/
+11
*
s3-ldb: use GUID_to_ndr_blob()
Andrew Tridgell
2009-12-10
1
-2
/
+1
*
s3: make sys_posix_fallocate more generic
Björn Jacke
2009-12-08
1
-4
/
+4
*
s3: let gencache_init() use tdb_check()
Stefan Metzmacher
2009-12-07
1
-0
/
+25
*
s3: let tdb_validate_child() use tdb_check()
Stefan Metzmacher
2009-12-07
1
-0
/
+11
*
s3:dbwrap_ctdb: increase the number of commit retries 5-->100
Michael Adam
2009-12-05
1
-1
/
+1
*
s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storing
Michael Adam
2009-12-05
1
-0
/
+2
*
s3: Fix explicit stat64 support
Volker Lendecke
2009-12-05
1
-3
/
+12
*
s3: check if glibc has broken posix_fallocate
Björn Jacke
2009-12-04
1
-1
/
+1
*
Restructure the ACL code some more, get the internal semantics
Jeremy Allison
2009-12-02
1
-0
/
+20
*
s3: prefer posix_fallocate for doing "strict allocate"
Björn Jacke
2009-12-02
1
-0
/
+14
*
s3: Cope with older external libtdb
Volker Lendecke
2009-12-02
1
-0
/
+2
*
s3: Fix a "not handled in switch" warning
Volker Lendecke
2009-11-29
1
-0
/
+1
*
s3: Move directory_exist_stat to testparm.c, it only looks at the mode
Volker Lendecke
2009-11-29
1
-21
/
+0
*
s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...
Volker Lendecke
2009-11-29
1
-2
/
+3
*
s3: "get_file_size" only looks at the size
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3: "socket_exist" only looks at the mode
Volker Lendecke
2009-11-29
1
-1
/
+1
*
s3: "sys_path_to_bdev" only looks at the devicenumber
Volker Lendecke
2009-11-29
1
-4
/
+3
*
s3: "check_log_size" only looks at the size
Volker Lendecke
2009-11-29
1
-2
/
+1
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
4
-18
/
+25
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
11
-0
/
+12
*
s3-registry: fix REG_MULTI_SZ handling in registry_push_value.
Günther Deschner
2009-11-25
1
-3
/
+20
*
s3-registry: use push_reg_multi_sz() in registry_push_value().
Günther Deschner
2009-11-24
1
-59
/
+3
*
s3-registry: remove reg_pull_multi_sz().
Günther Deschner
2009-11-24
2
-28
/
+18
*
Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"
Volker Lendecke
2009-11-23
1
-8
/
+4
*
Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...
Volker Lendecke
2009-11-23
1
-3
/
+3
*
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
2009-11-23
1
-3
/
+2
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-0
/
+12
*
s3: Make alloc_sub_basic() static
Volker Lendecke
2009-11-21
1
-2
/
+5
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-12
/
+0
*
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
2009-11-21
1
-2
/
+3
*
s3: Make the implicit reference to Protocol in mask_match_list() explicit
Volker Lendecke
2009-11-21
1
-3
/
+3
*
s3: Make the implicit reference to Protocol in mask_match() explicit
Volker Lendecke
2009-11-21
1
-4
/
+8
*
s3: Fix some nonempty blank lines
Volker Lendecke
2009-11-21
2
-43
/
+42
*
s3: Avoid two calls to strcmp()
Volker Lendecke
2009-11-21
1
-4
/
+4
*
s3: Fix a bool/enum mismatch
Volker Lendecke
2009-11-21
1
-1
/
+1
*
s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)
Michael Adam
2009-11-21
1
-4
/
+6
*
s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)
Michael Adam
2009-11-21
1
-4
/
+6
*
s3: Factor timeval_string out of current_timestring()
Volker Lendecke
2009-11-19
1
-12
/
+13
*
s3:load_interfaces(): use function gfree_interfaces() that we have.
Michael Adam
2009-11-18
1
-9
/
+1
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-17
2
-0
/
+34
*
s3: Fix a memleak in sys_popen
Volker Lendecke
2009-11-15
1
-0
/
+1
*
Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/
Volker Lendecke
2009-11-14
1
-0
/
+11
*
Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...
Volker Lendecke
2009-11-08
12
-61
/
+54
*
s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table
Volker Lendecke
2009-11-08
12
-54
/
+61
*
s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
Volker Lendecke
2009-11-07
1
-1
/
+1
*
s3: Add parameter "ctdb timeout"
Volker Lendecke
2009-11-05
2
-4
/
+21
*
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
2009-11-04
1
-1
/
+11
*
s3: Remove debug_ctx()
Volker Lendecke
2009-11-03
2
-18
/
+3
*
s3:dbwrap_ctdb: add debug message to transaction_fetch_start()
Michael Adam
2009-11-03
1
-0
/
+4
[next]