Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-01 | s3-auth struct security_unix_token replaces UNIX_USER_TOKEN | Andrew Bartlett | 11 | -36/+29 | |
2011-03-01 | s3-rpc_server Handle session key as a constant buffer | Andrew Bartlett | 1 | -28/+4 | |
This way, we don't have to check for memory allocation failures. Andrew Bartlett | |||||
2011-03-01 | lib/util: new merged debug system | Andrew Bartlett | 9 | -1410/+5 | |
This is the s3 debug system, with a number of changes to tidy it up for common use. The debug class system is simplified by the removal of the ISSET table, the system no longer attempts to cope with assignment of DEBUGLEVEL, and the full class table is always available (rather than just DEBUGLEVEL_CLASS[DBCG_ALL]) from startup. It is also no longer confusingly described as a hack, but as the initial table. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 04:32:12 CET 2011 on sn-devel-104 | |||||
2011-03-01 | s3-debug Always use C99 true/false rather than True and False | Andrew Bartlett | 1 | -29/+29 | |
This will help with the merge into the common code. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 02:58:55 CET 2011 on sn-devel-104 | |||||
2011-03-01 | s3-build __FUNCTION__ is always available, always use it | Andrew Bartlett | 3 | -5/+5 | |
This avoids duplication between FUNCTION_NAME and __FUNCTION__ | |||||
2011-03-01 | lib/util/time: Merge time functions from source3/lib/time.c | Andrew Bartlett | 1 | -63/+0 | |
2011-02-28 | Fix compiler warning on casting -1 to uint32. | Jeremy Allison | 1 | -3/+3 | |
2011-02-28 | Fix some types | Jelmer Vernooij | 8 | -12/+12 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-02-28 | Fix one more warning introduced by changing the size of ↵ | Jeremy Allison | 1 | -1/+1 | |
UNIX_USER_TOKEN->ngroups from size_t to uint32_t. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 28 22:43:50 CET 2011 on sn-devel-104 | |||||
2011-02-28 | Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ↵ | Jeremy Allison | 1 | -1/+1 | |
size_t to uint32_t. | |||||
2011-02-28 | s3-torture: fix the build of rpc_open_tcp. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-28 | s3-smbd: Pass tevent context to messaging functions. | Andreas Schneider | 1 | -4/+11 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Feb 28 19:00:08 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 40 | -94/+186 | |
2011-02-28 | s3:test: fix smbclient test on older systems (usage of mktemp) | Michael Adam | 1 | -1/+1 | |
--tmpdir is not a valid option to mktemp on older systems Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 18:12:46 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3:test: fix registry roundtrip test on older systems (usage of mktemp) | Michael Adam | 1 | -1/+1 | |
--tmpdir is not a valid option to mktemp on older systems | |||||
2011-02-28 | s3: Eliminate sys_select from do_smb_resolve() -- untested | Volker Lendecke | 1 | -14/+3 | |
2011-02-28 | s3: Eliminate sys_select from do_smb_browse() -- untested | Volker Lendecke | 1 | -14/+4 | |
2011-02-28 | s3: Eliminate sys_select_intr from smbfilter | Volker Lendecke | 1 | -17/+43 | |
2011-02-28 | s3: Remove unused receive_packet | Stefan Metzmacher | 2 | -34/+0 | |
2011-02-28 | s3: Eliminate sys_select_intr from read_fd_with_timeout | Volker Lendecke | 1 | -12/+7 | |
2011-02-28 | s3: Eliminiate sys_select_intr from client.c | Volker Lendecke | 1 | -10/+6 | |
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 |