Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-12 | Add checks to make sure we are getting a user from the correct domain. | Simo Sorce | 1 | -0/+1 | |
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 1 | -2/+2 | |
rename everything with the sysdb suffix. | |||||
2009-01-12 | Adding parsing code to separate names from domains. | Stephen Gallagher | 1 | -0/+6 | |
Currently, if an invalid domain was specified, it will result in EINVAL being returned. | |||||
2009-01-11 | Add caching behavior to nsssrv_cmd.c check cache first and | Simo Sorce | 1 | -0/+2 | |
dispatch to backends only if we have a cache miss. | |||||
2009-01-09 | Lots of little nasty bugs fixed. | Simo Sorce | 1 | -7/+5 | |
I was finally able to get a getpwnam() request go through sssd, hit the remote ldap server and get the answer back with 'getent passwd foo' Yupiee! | |||||
2009-01-08 | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 1 | -1/+16 | |
and caches the result in LDAP. Still chasing a bug that does not let NSS known that the BE was successful. This makes NSS timeout the client and not return any results yet. | |||||
2009-01-07 | Check size of incoming packets. | Simo Sorce | 1 | -0/+2 | |
This should fix a buffer overflow waiting to be exploited :/ | |||||
2009-01-06 | Add initial support to connect nss to the data provider as a frontend | Simo Sorce | 1 | -0/+1 | |
2009-01-06 | Change cli_ctx to include nss_ctx, not just select members of it. | Simo Sorce | 1 | -1/+2 | |
2008-12-22 | libevents renamed upstream to libtevent | Simo Sorce | 1 | -1/+1 | |
events.h -> tevent.h | |||||
2008-11-20 | Created a helper function sssd_service_sbus_init() to simplify creating the ↵ | Stephen Gallagher | 1 | -7/+1 | |
initial connection to the monitor service within the child services. It will create the D-BUS connection to the monitor and configure the service to handle the mandatory getIdentity and ping methods. | |||||
2008-11-20 | Start conversion from a fork() and live to a fork()/exec() model. | Simo Sorce | 1 | -2/+1 | |
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children. | |||||
2008-11-07 | Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. | Stephen Gallagher | 1 | -0/+1 | |
Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names. | |||||
2008-11-04 | Add the ping funtion to the nss service Make the monitor task ping ↵ | Simo Sorce | 1 | -1/+1 | |
connecting services Make it possible to configure timeouts and service ping times. | |||||
2008-11-03 | Add support for dbus comunication in the nss service | Simo Sorce | 1 | -0/+13 | |
Add utility function in confdb Make all component fetch the dbus socket from the confdb | |||||
2008-10-20 | Add configuration database functions. | Simo Sorce | 1 | -2/+2 | |
Convert nss responder to use the confdb | |||||
2008-10-09 | Implement getpwent() support | Simo Sorce | 1 | -2/+5 | |
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 1 | -1/+7 | |
2008-10-06 | First working daemon that responds only to a getpwnam() request with fake data | Simo Sorce | 1 | -3/+23 | |
2008-10-04 | Add initial nss responder skeleton | Simo Sorce | 1 | -0/+48 | |