index
:
sssd.git
ad_domain_local_groups
add_upn_support_for_sid_requests
certificate_mapping
email-login
fill_grent_with_view
fq_review
gdm_sc_fix
ipa_automatic_enterprise
ipa_provider_n2
jhrozek-nssattr
jhrozek_sysdb_fqdn
krb5_rebase
libwbclient-0.13
master
master-upn-from_pac
memberof_default_view
my_head
new_backend_target
one_certificate_multiple_users
pam
policy_stuff
prompting
python_api
review
simo
smartcard
sssd-1-2-proxy
subdomain-password-authentication
subdomains
wip
wip-extdom
wip-views
Unnamed repository; edit this file to name it for gitweb.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
server.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes after rebase
Sumit Bose
2009-02-24
1
-1
/
+1
*
created responder/[common,nss,pam] and moved files
Sumit Bose
2009-02-24
1
-16
/
+16
*
extended the use of struct pam_data
Sumit Bose
2009-02-24
1
-5
/
+7
*
some cleanups and core reordering
Sumit Bose
2009-02-24
1
-1
/
+1
*
fixes after rebase
Sumit Bose
2009-02-24
1
-3
/
+1
*
added basic ldap authentication
Sumit Bose
2009-02-24
1
-0
/
+6
*
added basic pam and ldap checks for configure
Sumit Bose
2009-02-24
1
-1
/
+1
*
first complete version of pam stack
Sumit Bose
2009-02-24
1
-1
/
+3
*
removed some redundant code
Sumit Bose
2009-02-24
1
-0
/
+1
*
pam responder can send a request and wait for timeout
Sumit Bose
2009-02-24
1
-1
/
+3
*
extracted more common responder code, trying to avoid externs
Sumit Bose
2009-02-24
1
-1
/
+1
*
separated pamsrv_cmd.c from nsssrv_cmd.c, extracted common code to ssssrv_cmd.*
Sumit Bose
2009-02-24
1
-3
/
+7
*
moved packet handling code to util
Sumit Bose
2009-02-24
1
-2
/
+1
*
started to add pam support
Sumit Bose
2009-02-24
1
-0
/
+9
*
Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...
Stephen Gallagher
2009-02-23
1
-0
/
+2
*
Reorganize sysdb a bit,
Simo Sorce
2009-02-20
1
-12
/
+8
*
Adding sysdb_store_group_posix with unit test
Stephen Gallagher
2009-02-12
1
-4
/
+16
*
Add a memberof plugin so that we can properly apply the same group memberships
Simo Sorce
2009-01-28
1
-0
/
+6
*
Move install directiuves into Makefile.in
Simo Sorce
2009-01-28
1
-6
/
+0
*
Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...
Stephen Gallagher
2009-01-27
1
-1
/
+2
*
Add skeleton for PolicyKit back-end
Stephen Gallagher
2009-01-27
1
-0
/
+6
*
Add skeleton for InfoPipe service
Stephen Gallagher
2009-01-27
1
-0
/
+6
*
Automatically generate the config.ldb if it doesn't exist (i.e. First startup)
Stephen Gallagher
2009-01-27
1
-2
/
+2
*
Fixes to the makefile to get make install to work properly
Stephen Gallagher
2009-01-27
1
-1
/
+3
*
Refactoring the monitor code and SBUS utility functions.
Stephen Gallagher
2009-01-27
1
-3
/
+4
*
Regroup database rleated functions under db and
Simo Sorce
2009-01-12
1
-5
/
+4
*
Turn ldap_provider.c into proxy.c and make it possible to load just any
Simo Sorce
2009-01-11
1
-4
/
+4
*
The code now successfully sends a getpwnam request to a remote LDAP server,
Simo Sorce
2009-01-08
1
-0
/
+1
*
Add more infrastructure to data provider to dispatch requests (still untested).
Simo Sorce
2009-01-06
1
-1
/
+3
*
Initial work on a test provider using the gross hack of dlopen()ing nss_ldap
Simo Sorce
2008-12-10
1
-1
/
+7
*
Change data provider into a hub, where backends (ldap, nis, ipa providers)
Simo Sorce
2008-12-08
1
-0
/
+6
*
Make a binary out of each major sssd component instead of
Simo Sorce
2008-11-25
1
-16
/
+21
*
REmove test client. It's not needed anymore.
Simo Sorce
2008-11-24
1
-5
/
+1
*
Created a helper function sssd_service_sbus_init() to simplify creating the i...
Stephen Gallagher
2008-11-20
1
-0
/
+1
*
Start conversion from a fork() and live to a fork()/exec() model.
Simo Sorce
2008-11-20
1
-2
/
+0
*
Add some infrastructure code to add data providers.
Simo Sorce
2008-11-19
1
-1
/
+2
*
Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.
Stephen Gallagher
2008-11-07
1
-0
/
+1
*
Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...
Stephen Gallagher
2008-11-03
1
-6
/
+6
*
Initial memory cleanup work
Stephen Gallagher
2008-11-03
1
-0
/
+1
*
D-BUS integration style changes.
Simo Sorce
2008-10-27
1
-7
/
+4
*
Integrate D-BUS support for use as IPC between parts.
Stephen Gallagher
2008-10-24
1
-1
/
+25
*
Add configuration database functions.
Simo Sorce
2008-10-20
1
-1
/
+1
*
First retrieval of a user (getpwnam only) from an actual ldb file
Simo Sorce
2008-10-08
1
-1
/
+1
*
Add primitive debugging capabilities.
Simo Sorce
2008-10-07
1
-1
/
+1
*
First working daemon that responds only to a getpwnam() request with fake data
Simo Sorce
2008-10-06
1
-1
/
+1
*
Add initial nss responder skeleton
Simo Sorce
2008-10-04
1
-2
/
+2
*
Initital server code.
Simo Sorce
2008-10-04
1
-0
/
+12