Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-19 | Remove references to FreeIPA from D-BUS interfaces | Stephen Gallagher | 1 | -2/+2 | |
Per discussion with the desktop team, using the org.freedesktop interface name will simplify adoption, as potential users won't feel like they're pulling in a FreeIPA dependency. | |||||
2009-03-13 | append CFLAGS environment variable to Makefiles CFLAGS | Sumit Bose | 1 | -2/+2 | |
2009-03-13 | Fix makefiles | Simo Sorce | 1 | -11/+13 | |
Make so that definitions in the code and install paths actually match | |||||
2009-03-09 | make openldap the only used LDAP library | Sumit Bose | 1 | -5/+2 | |
2009-03-09 | typo, changed initrd to init | Sumit Bose | 1 | -3/+3 | |
2009-03-09 | sss_groupmod | Jakub Hrozek | 1 | -1/+1 | |
2009-03-09 | sss_usermod | Jakub Hrozek | 1 | -1/+1 | |
Move parse_groups into tools_utils | |||||
2009-03-07 | sss_groupdel, delete by DN in sss_userdel | Jakub Hrozek | 1 | -1/+1 | |
Don't convert username->uid in userdel, use DN | |||||
2009-03-06 | sss_groupadd | Jakub Hrozek | 1 | -1/+1 | |
2009-03-06 | Specfile changes related to package review, package initscript Call ldconfig | Jakub Hrozek | 1 | -0/+3 | |
2009-03-06 | sss_userdel | Jakub Hrozek | 1 | -1/+2 | |
Also install tools into /sbin, own them in specfile | |||||
2009-03-06 | Add userspace tools to manipulate accounts. | Simo Sorce | 1 | -1/+2 | |
The first functional command is sss_useradd (Name is temporary, while looking for a better one) | |||||
2009-03-02 | Make tests configurable | Jakub Hrozek | 1 | -2/+5 | |
2009-03-02 | Create and own /var/lib/sss, memberof.so packaging | Jakub Hrozek | 1 | -5/+14 | |
Own everything in /usr/libexec/sssd in specfile, no nss_client subdir Place memberof.so in /usr/lib/ldb | |||||
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 1 | -0/+3 | |
2009-02-26 | Stop building replace.o until we decide if we use it again. | Simo Sorce | 1 | -1/+1 | |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 1 | -4/+4 | |
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library. | |||||
2009-02-25 | top-level Makefile, create libdir/name in server/Makefile.in | Jakub Hrozek | 1 | -0/+1 | |
2009-02-24 | Add PAM responder | Sumit Bose | 1 | -4/+20 | |
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com> | |||||
2009-02-24 | Adding support for CheckPermissions to InfoPipe. | Stephen Gallagher | 1 | -4/+9 | |
CheckPermissions will currently return unrestricted access to the root user, and no access to any other user. Once we decide on an ACL mechanism, this will be easy to change. I have also added very basic tests for the Introspect and CheckPermissions methods. | |||||
2009-02-24 | Adding support for generating RPMS for sssd. | Stephen Gallagher | 1 | -14/+43 | |
Fixing TDB autoconf macros to require version 1.1.3 and support for the tdb_repack symbol (required by LDB) Updating tdb.h to #include <sys/stat.h> for proper autoconf Build system modifications to simplify RPM generation Fixing RPM build system as recommended during code review Minor tweaks to Makefile and sssd.spec Make policykit and infopipe configurable Soname and symlinks | |||||
2009-02-24 | Add D-BUS introspection to InfoPipe This function is necessary to play nice ↵ | Stephen Gallagher | 1 | -2/+10 | |
with D-BUS clients built in multiple languages. It will read in the XML file on the first request and store the returned XML as a component of the sbus_message_handler_ctx for the connection. All subsequent requests during the process' lifetime will be returned from the stored memory. This is perfectly safe, as the available methods cannot change during the process lifetime. | |||||
2009-02-20 | Reorganize sysdb a bit, | Simo Sorce | 1 | -2/+1 | |
rename _posix_ function into _legacy_ Add support for the posix legacy mode where memberships are stored in memberUId and not in member/memberof pairs. Do not build sysdb as a library | |||||
2009-02-12 | Adding sysdb_store_group_posix with unit test | Stephen Gallagher | 1 | -5/+12 | |
2009-01-28 | server.mk was included twice by mistake | Simo Sorce | 1 | -2/+0 | |
2009-01-28 | Add a memberof plugin so that we can properly apply the same group memberships | Simo Sorce | 1 | -7/+11 | |
as in IPA if necessary. This patch slightly modifies ldb to split out a modules header file without exposing the private headers. | |||||
2009-01-28 | Move install directiuves into Makefile.in | Simo Sorce | 1 | -0/+4 | |
2009-01-27 | Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ↵ | Stephen Gallagher | 1 | -2/+8 | |
It will connect and authenticate successfully (using the included D-BUS policy file installed in the correct /etc directory. Does not yet listen for requests. | |||||
2009-01-27 | Add skeleton for PolicyKit back-end | Stephen Gallagher | 1 | -1/+1 | |
2009-01-27 | Add skeleton for InfoPipe service | Stephen Gallagher | 1 | -1/+1 | |
2009-01-27 | Automatically generate the config.ldb if it doesn't exist (i.e. First startup) | Stephen Gallagher | 1 | -1/+2 | |
2009-01-27 | Fixes to the makefile to get make install to work properly | Stephen Gallagher | 1 | -2/+8 | |
2009-01-11 | Turn ldap_provider.c into proxy.c and make it possible to load just any | Simo Sorce | 1 | -1/+1 | |
libnss library through config directives on the domain object | |||||
2009-01-09 | Adding 'lib' to the server build directories. Fixes a build failure during ↵ | Stephen Gallagher | 1 | -1/+1 | |
the first attempt to build the SSSD from source. The build process did not create the appropriate output directories for the back-end providers, and therefore could not produce an output library into that directory. | |||||
2008-12-10 | Initial work on a test provider using the gross hack of dlopen()ing nss_ldap | Simo Sorce | 1 | -2/+3 | |
:-) | |||||
2008-12-08 | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 1 | -1/+1 | |
and frontends (pam, nss, ... modules) can connect to. | |||||
2008-11-25 | Make a binary out of each major sssd component instead of | Simo Sorce | 1 | -1/+1 | |
using the same binary to fork off all services. | |||||
2008-11-24 | REmove test client. It's not needed anymore. | Simo Sorce | 1 | -1/+1 | |
2008-11-03 | Moved method handling into sssd_dbus_connection.c. Added support for ↵ | Stephen Gallagher | 1 | -1/+1 | |
handling multiple D-BUS paths in a connection. Added support for per-connection method setup. Added support for per-connection specialized destructors. Added mandatory getIdentity call for all services connecting to the monitor. If they do not present an identity (expose the getIdentity method and respond with name and version), they are dropped immediately. Other minor fixes. | |||||
2008-10-24 | Integrate D-BUS support for use as IPC between parts. | Stephen Gallagher | 1 | -4/+7 | |
Integrates DBUS with the event system so that it is asynchronous. | |||||
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 1 | -3/+5 | |
2008-10-04 | Make it possible to pass extra CFLAGS and LDFLAGS by passing | Simo Sorce | 1 | -1/+1 | |
them on the command line before calling makefiles | |||||
2008-10-04 | Initital server code. | Simo Sorce | 1 | -0/+97 | |
Includes test monitor task. |