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-03-06
s3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mapping
Stefan Metzmacher
1
-0
/
+3
2009-03-04
s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outside
Michael Adam
1
-6
/
+6
2009-03-04
s3:smbconf: move smbconf_share_exists checks into backend
Michael Adam
1
-4
/
+9
2009-03-04
s3: Remove madvise support
Steven Danneman
1
-7
/
+0
2009-03-04
s3: Fix a memleak in dbwrap_rbt.
Michael Adam
1
-4
/
+4
2009-03-03
Fix "ignore return" warning.
Jeremy Allison
1
-2
/
+3
2009-03-02
Fix wbclient.c wrt tevent_req changes too.
Simo Sorce
1
-4
/
+3
2009-03-02
Attempt to fix the build
Volker Lendecke
1
-2
/
+2
2009-03-02
Make struct tevent_req opaque
Simo Sorce
2
-30
/
+23
2009-03-02
Use samba3's own iconv implementation for now, until all changes are
Jelmer Vernooij
1
-2
/
+2
2009-03-01
s3: Fix incompatible type warnings
Tim Prouty
1
-1
/
+1
2009-03-01
Merge branch 'master' of git://git.samba.org/samba into convenience
Jelmer Vernooij
3
-411
/
+16
2009-03-01
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
2
-3
/
+3
2009-03-01
Move secacl to top-level.
Jelmer Vernooij
1
-118
/
+0
2009-03-01
Move secace.c to top-level.
Jelmer Vernooij
2
-293
/
+16
2009-03-01
Merge branch 'master' of ssh://git.samba.org/data/git/samba into talloc-next
Jelmer Vernooij
1
-4
/
+4
2009-03-01
Move next_token_talloc() to top-level.
Jelmer Vernooij
1
-112
/
+0
2009-03-01
Eliminate two duplicate SEC_ACE_TYPE constants already provided by
Jelmer Vernooij
1
-4
/
+4
2009-02-28
Fix async reading winbindd_response
Volker Lendecke
1
-1
/
+1
2009-02-26
Remove a temporary debug message -- sorry
Volker Lendecke
1
-1
/
+0
2009-02-26
Convert open_socket_out to tevent_req
Volker Lendecke
1
-41
/
+41
2009-02-26
s3:libsmbconf: add transactions to the libsmbconf api
Michael Adam
1
-0
/
+18
2009-02-26
Add db_tdb_parse
Volker Lendecke
1
-0
/
+12
2009-02-26
Add dbwrap->parse_record
Volker Lendecke
1
-0
/
+26
2009-02-26
Speed up "net conf list"
Volker Lendecke
1
-115
/
+41
2009-02-26
Speed up "net conf list"
Volker Lendecke
1
-0
/
+3
2009-02-25
s3: Report the correct path when dumping core on FreeBSD
Tim Prouty
1
-1
/
+83
2009-02-25
s3: Refactor and cleanup the error paths in dump_core_setup
Tim Prouty
1
-42
/
+49
2009-02-25
s3:events: map TEVENT_DEBUG_TRACE to debug level 10
Stefan Metzmacher
1
-1
/
+1
2009-02-24
s3: Fix a bug that prevent core files from being created
Tim Prouty
1
-1
/
+0
2009-02-24
Use read_packet for wb_resp_read
Volker Lendecke
1
-90
/
+29
2009-02-24
Use read_packet for wb_req_read
Volker Lendecke
1
-92
/
+36
2009-02-24
Remove read_pkt
Volker Lendecke
1
-99
/
+0
2009-02-24
Use async writev for wb_resp_write
Volker Lendecke
1
-53
/
+23
2009-02-24
Use async writev in wb_req_write
Volker Lendecke
1
-52
/
+22
2009-02-24
Convert async_connect to tevent_req
Volker Lendecke
2
-31
/
+60
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
[prev]
[next]