Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-16 | Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused ↵ | Stephen Gallagher | 1 | -4/+4 | |
btreemap_new() 2) Fix potentially serious memory allocation error. btreemap now requires a TALLOC_CTX to be passed in for assignment to the top node of the tree. Previously it was creating a new root TALLOC_CTX 3) Add new function btreemap_get_keys that will return a sorted array (newly allocated using talloc_realloc()) of keys (const void *) 4) Change the btreemap to use (const void *) keys instead of (void *) | |||||
2009-02-13 | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 1 | -1/+1 | |
throw away databases Check version and init main db if empty | |||||
2009-02-12 | Adding sysdb_store_group_posix with unit test | Stephen Gallagher | 1 | -1/+1 | |
2009-01-27 | Refactoring the monitor code and SBUS utility functions. | Stephen Gallagher | 2 | -11/+45 | |
2009-01-14 | Add code to make it easier to reconnect in case the server | Simo Sorce | 1 | -6/+89 | |
is not available immediately or drops the dbus connection. First step is the nss connection to the data provider. | |||||
2009-01-13 | Now that we have the domain name passed in, dispatch to the right | Simo Sorce | 1 | -3/+9 | |
domain when possible. | |||||
2009-01-13 | Fix return, dbus would abort because we were passing values and | Simo Sorce | 1 | -0/+4 | |
not pointers to values. Check domain is never null (or dbus will abort). | |||||
2009-01-12 | Add checks to make sure we are getting a user from the correct domain. | Simo Sorce | 3 | -1/+72 | |
2009-01-12 | Add placeholders for new configuration reload methods. The monitor will be ↵ | Stephen Gallagher | 1 | -0/+12 | |
able to call the reloadConfig DBUS method on any or all of its children to force them to reread their configuration from the confdb. | |||||
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 6 | -938/+45 | |
rename everything with the sysdb suffix. | |||||
2009-01-12 | Adding parsing code to separate names from domains. | Stephen Gallagher | 2 | -7/+51 | |
Currently, if an invalid domain was specified, it will result in EINVAL being returned. | |||||
2009-01-11 | Use a unified base (temp. dc=sssd), for all domain including LOCAL. | Simo Sorce | 4 | -255/+228 | |
It makes no sense to have internal attribute names user configurable, remove that option and use macros internally. Also now always pass the domain name to all nss_ldb_* calls. | |||||
2009-01-11 | Add support for getpwuid in proxy backend | Simo Sorce | 1 | -21/+70 | |
2009-01-11 | Add caching behavior to nsssrv_cmd.c check cache first and | Simo Sorce | 4 | -20/+82 | |
dispatch to backends only if we have a cache miss. | |||||
2009-01-09 | Lots of little nasty bugs fixed. | Simo Sorce | 5 | -28/+112 | |
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 | 7 | -120/+404 | |
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 | 3 | -6/+15 | |
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 | 3 | -0/+65 | |
2009-01-06 | fix typo | Simo Sorce | 1 | -1/+1 | |
2009-01-06 | Change cli_ctx to include nss_ctx, not just select members of it. | Simo Sorce | 3 | -16/+17 | |
2008-12-22 | libevents renamed upstream to libtevent | Simo Sorce | 1 | -1/+1 | |
events.h -> tevent.h | |||||
2008-12-15 | Adding a parameter to the sbus_service_sbus_init function to allow passing ↵ | Stephen Gallagher | 1 | -1/+1 | |
in an sbus_conn_destructor_fn to the sbus_new_connection() function. Fixing minor warning about the usage of talloc_reference. | |||||
2008-12-08 | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 1 | -8/+7 | |
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 | -0/+43 | |
using the same binary to fork off all services. | |||||
2008-11-25 | Remove the service stuff that we stopped using when we moved to | Simo Sorce | 1 | -1/+0 | |
the forl/exec model | |||||
2008-11-24 | point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that the | Simo Sorce | 1 | -1/+11 | |
same config option can be used for the nss service | |||||
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 2 | -2/+10 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-11-24 | Fix indentation | Simo Sorce | 1 | -9/+9 | |
2008-11-20 | Created a helper function sssd_service_sbus_init() to simplify creating the ↵ | Stephen Gallagher | 2 | -51/+14 | |
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 | Remove unused code and fix message handlers in dp | Simo Sorce | 1 | -25/+10 | |
2008-11-20 | Start conversion from a fork() and live to a fork()/exec() model. | Simo Sorce | 2 | -25/+20 | |
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children. | |||||
2008-11-19 | Move definition into the header file | Simo Sorce | 3 | -2/+3 | |
2008-11-17 | The default message handler will now pass both the method_ctx and the | Stephen Gallagher | 1 | -0/+1 | |
sbus_conn_ctx to all message handling functions. This will allow connection-specific data to be passed in by taking advantage of the sbus_conn_set_private_data() function on the sbus_conn_ctx struct. Presently this private data is global to all methods of the connection context. | |||||
2008-11-07 | Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. | Stephen Gallagher | 3 | -3/+58 | |
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 | 2 | -1/+18 | |
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 | 2 | -31/+143 | |
Add utility function in confdb Make all component fetch the dbus socket from the confdb | |||||
2008-10-21 | Make return the pid when new process are started. | Simo Sorce | 1 | -6/+32 | |
Monitor each service and restart it conditionally if it fails. These monitoring is extremely simple at this moment and just uses waitpid() to check if the client is alive, there is no active probing, that will require dbus. Make nsssrv.c read the sss pipe config option for the config db. | |||||
2008-10-20 | Add configuration database functions. | Simo Sorce | 6 | -131/+355 | |
Convert nss responder to use the confdb | |||||
2008-10-14 | add code for initgroups calls | Simo Sorce | 4 | -0/+206 | |
2008-10-14 | Fix error in parsing multiple groups | Simo Sorce | 4 | -29/+346 | |
Revert to use 'cn' for group names Implement getgrent() | |||||
2008-10-13 | Implement getgrgid() | Simo Sorce | 4 | -2/+62 | |
2008-10-12 | Implement getgrnam() | Simo Sorce | 4 | -14/+354 | |
2008-10-09 | Implement getpwent() support | Simo Sorce | 5 | -77/+335 | |
2008-10-09 | Fix memory handling problem, stuff was allocated on the wrong memory context, | Simo Sorce | 1 | -7/+7 | |
causing it to be freed ahead of time | |||||
2008-10-09 | Use classic errno instead of inventing our own, it's broad enough fro atm. | Simo Sorce | 4 | -48/+54 | |
2008-10-08 | Add getpwuid support | Simo Sorce | 3 | -8/+93 | |
2008-10-08 | Use a utility function (to be shared with getpwent) | Simo Sorce | 1 | -60/+75 | |
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 6 | -28/+348 | |
2008-10-07 | Add primitive debugging capabilities. | Simo Sorce | 1 | -2/+5 | |
So far debug goes to stderr so sssd need to be run int interactive mode (-i option) | |||||
2008-10-06 | First working daemon that responds only to a getpwnam() request with fake data | Simo Sorce | 4 | -61/+214 | |