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-24
s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.
Günther Deschner
1
-0
/
+63
2009-02-23
Refactored sys_fork() and sys_pid() into shared util library
Steven Danneman
1
-29
/
+0
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
4
-7
/
+7
2009-02-20
s3: Refactor of madvise() usage in c441f58d
Steven Danneman
1
-0
/
+7
2009-02-20
Moved become_daemon() and close_low_fds() to shared util lib
Steven Danneman
1
-67
/
+0
2009-02-19
s3: Add extid to the dev/inode pair
Tim Prouty
1
-6
/
+24
2009-02-19
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
Tim Prouty
1
-16
/
+1
2009-02-19
Fix an uninitialized variable
Volker Lendecke
1
-0
/
+1
2009-02-18
S3: Stop creating SMBD cores when failing to create a pipe.
todd stecher
1
-1
/
+11
2009-02-17
Fix warning about missmatch of uint32_t and size_t.
Jeremy Allison
1
-1
/
+1
2009-02-17
s3-netapi: fix Coverity #881 and #882.
Günther Deschner
1
-7
/
+56
2009-02-13
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
1
-30
/
+1
2009-02-12
tidy up timestamp checks
Björn Jacke
1
-33
/
+33
2009-02-11
s3: Implement wbcGetSidAliases
Dan Sledz
1
-0
/
+84
2009-02-11
s3: Implement wbcGetpwsid
Dan Sledz
1
-0
/
+47
2009-02-10
S3: Fixes for coverity issues.
todd stecher
1
-4
/
+10
2009-02-10
Add read_pkt_send/recv
Volker Lendecke
1
-0
/
+99
2009-02-09
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
1
-0
/
+19
2009-02-09
s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME
Tim Prouty
1
-4
/
+7
2009-02-09
async_sock: Use unix errnos instead of NTSTATUS
Kai Blin
3
-143
/
+194
2009-02-06
netapi: add NetServer testsuite.
Günther Deschner
4
-1
/
+69
2009-02-06
netapi: include more SERVER_INFO_X levels in example code.
Günther Deschner
1
-0
/
+16
2009-02-06
netapi: implement more SERVER_INFO_X levels.
Günther Deschner
1
-1
/
+271
2009-02-06
netapi: add SERVER_INFO_X to public header.
Günther Deschner
1
-0
/
+612
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
[next]