Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-28 | s3: Add poll_intr_one_fd | Volker Lendecke | 2 | -0/+18 | |
2011-02-28 | s3: Eliminate sys_select from g_lock_lock | Volker Lendecke | 1 | -11/+31 | |
2011-02-28 | s3: Eliminate sys_select from fd_is_readable | Volker Lendecke | 1 | -10/+4 | |
2011-02-28 | s3: Eliminate select from packet_fd_read_sync | Volker Lendecke | 3 | -19/+16 | |
2011-02-28 | s3: Add poll_one_fd() | Volker Lendecke | 2 | -0/+28 | |
2011-02-28 | s3: Remove select-based s3 event backend | Volker Lendecke | 2 | -119/+0 | |
2011-02-28 | s3: Use poll in nmbd | Volker Lendecke | 1 | -102/+113 | |
2011-02-28 | s3: Use poll in winbind | Volker Lendecke | 1 | -22/+29 | |
2011-02-28 | s3: Use poll in smbd | Volker Lendecke | 2 | -20/+23 | |
2011-02-28 | s3: Use poll for the event loop | Volker Lendecke | 2 | -13/+272 | |
2011-02-28 | libreplace: poll based on select | Volker Lendecke | 1 | -1/+1 | |
2011-02-28 | s3: Add timeval_to_msec | Volker Lendecke | 2 | -0/+6 | |
2011-02-28 | s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ↵ | Michael Adam | 1 | -13/+13 | |
members - fix the build Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 16:39:15 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3: fix the waf build after adding smbd/msg_idmap.c | Michael Adam | 1 | -1/+1 | |
2011-02-28 | s3: Survive an idle child that was killed | Christian Ambach | 1 | -0/+6 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 28 14:53:20 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3: smbcontrol to notify smbd about idmap changes | Gregor Beck | 6 | -1/+265 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3: add functions to remove entries from idmap cache | Gregor Beck | 2 | -0/+120 | |
2011-02-28 | s3: add functions to remove entries from idmap memcache | Gregor Beck | 2 | -0/+55 | |
2011-02-28 | s3: add functions to flush the idmap memcache | Gregor Beck | 2 | -0/+16 | |
2011-02-27 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 20:14:20 CET 2011 on sn-devel-104 | |||||
2011-02-27 | s3: Fix a comment | Volker Lendecke | 1 | -1/+1 | |
2011-02-27 | s3: Fix some nonempty blank lines | Volker Lendecke | 8 | -52/+50 | |
2011-02-27 | s3: Use strndup in parse_nss_param | Volker Lendecke | 1 | -13/+2 | |
2011-02-27 | s3: properly find our standard nss_info backends | Volker Lendecke | 1 | -0/+13 | |
Right now, the nss_info backends are tied to the idmap backends (which is wrong IMHO). In the domain child we don't load the idmap backend anymore, so we don't have the nss info modules. This needs fixing properly. | |||||
2011-02-27 | s3: Fix a debug message | Volker Lendecke | 1 | -2/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 16:59:19 CET 2011 on sn-devel-104 | |||||
2011-02-27 | s3: Make is_zero_addr take a sockaddr_storage | Volker Lendecke | 8 | -15/+15 | |
All callers had to cast this anyway Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 11:02:53 CET 2011 on sn-devel-104 | |||||
2011-02-26 | s3: Improve a dbg msg in aio_fork | Volker Lendecke | 1 | -4/+7 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 26 17:42:37 CET 2011 on sn-devel-104 | |||||
2011-02-26 | s3: Fix pdb_ads_enum_group_memberships args | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 26 11:37:10 CET 2011 on sn-devel-104 | |||||
2011-02-26 | dirfd doesn't exist in some platforms. | Jeremy Allison | 2 | -2/+10 | |
Hack that should get the buildfarm back to green. Ensure dirfd() needs to be defined before we properly return fdopendir. This will do until we get a proper dirfd() defined in libreplace. From http://www.gnu.org/software/hello/manual/gnulib/dirfd.html This function is missing on some platforms: AIX 7.1, HP-UX 11, OSF/1 5.1, Solaris 10, mingw. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 26 04:19:55 CET 2011 on sn-devel-104 | |||||
2011-02-25 | Removed unused code check_dos_char_slowly. | Jeremy Allison | 1 | -17/+0 | |
2011-02-25 | s3: Fix a 64-bit warning in vfs_gpfs.c | Volker Lendecke | 1 | -1/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Feb 25 14:56:51 CET 2011 on sn-devel-104 | |||||
2011-02-25 | s3-param: Make "rlimit_max below minimum Windows limit" notification less scary | Jonathan Nieder | 1 | -2/+2 | |
The fix to bug #6837 results in messages from testparm that look like a misconfiguration even though they aren't: rlimit_max: rlimit_max (8192) below minimum Windows limit (16384) Apply a slight change in wording ("increasing rlimit_max to minimum Windows limit") to make it clearer that the user has done nothing wrong. (Similarly for sysctl_max.) Reported-by: Miguel Medalha <miguelmedalha@sapo.pt> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 03:56:40 CET 2011 on sn-devel-104 | |||||
2011-02-25 | Detect Mac OS X as a separate client type. | Justin Maggard | 3 | -1/+8 | |
2011-02-25 | Ensure we don't return an incorrect access mask. | Jeremy Allison | 1 | -1/+2 | |
From the Microsoft test suite @ Connectathon: Test Case: TestSuite_ScenarioNo009GrantedAccessTestS0 File created with access = 0x7 (Read, Write, Delete) Query Info on file returns 0x87 (Read, Write, Delete, Read Attributes) Jeremy. | |||||
2011-02-25 | s3-libads: make ndr_print_ads_auth_flags() static. | Günther Deschner | 2 | -2/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 25 01:55:26 CET 2011 on sn-devel-104 | |||||
2011-02-25 | s3-vfs: make syncops_connect in modules/vfs_syncops.c static. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2011-02-25 | s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap. | Günther Deschner | 4 | -40/+66 | |
Guenther | |||||
2011-02-25 | s3-printing: move more printing defines out of includes.h | Günther Deschner | 2 | -30/+30 | |
Guenther | |||||
2011-02-25 | Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move ↵ | Jeremy Allison | 1 | -20/+75 | |
definition to correct place). Thanks to Nick Meier @ Microsoft for finding this @ Connectathon. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 00:40:52 CET 2011 on sn-devel-104 | |||||
2011-02-24 | Batch oplocks conflict with exclusive as well as themselves. | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 24 21:44:50 CET 2011 on sn-devel-104 | |||||
2011-02-24 | s3:rpc_client: we need to pass a non-blocking socket to ↵ | Stefan Metzmacher | 1 | -0/+2 | |
tstream_bsd_existing_socket() metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 24 07:43:59 CET 2011 on sn-devel-104 | |||||
2011-02-24 | build: moved util_reg.c into a common subsystem | Andrew Tridgell | 1 | -3/+3 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104 | |||||
2011-02-24 | build: moved spnego_parse.c into a common subsystem | Andrew Tridgell | 1 | -4/+0 | |
2011-02-24 | Remember to free the second temporary string. | Jeremy Allison | 1 | -0/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 24 04:17:49 CET 2011 on sn-devel-104 | |||||
2011-02-23 | Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test | Jeremy Allison | 3 | -8/+21 | |
We need to revalidate the pathname once re-constructed from a root fsp. Jeremy. | |||||
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 1 | -10/+4 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 | |||||
2011-02-24 | build: moved lmhosts.c into a common subsystem | Andrew Tridgell | 1 | -3/+4 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-24 | build: moved libds/common/flag_mapping.c into a common subsystem | Andrew Tridgell | 1 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-24 | build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem | Andrew Tridgell | 1 | -4/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-24 | build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library | Andrew Tridgell | 1 | -7/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |