Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |