Age | Commit message (Expand) | Author | Files | Lines |
2009-08-14 | s4:ldap_server Correct removal of talloc_steal() | Andrew Bartlett | 1 | -1/+0 |
2009-08-14 | s4:ldap_server Remove another talloc_steal (with references) | Andrew Bartlett | 1 | -1/+1 |
2009-08-14 | s4:ldap_server Don't talloc_steal (with references) in ldap_backend | Andrew Bartlett | 1 | -1/+1 |
2009-08-05 | s4:ldap_server: make sure we shutdown the tls socket before stream_terminate_... | Stefan Metzmacher | 1 | -0/+1 |
2009-08-04 | s4-ldap_server: fix generated error string in map_ldb_error(). | Günther Deschner | 1 | -1/+1 |
2009-07-31 | s4: Enhances the LDAP server to display error messages like Windows Server | Matthias Dieter Wallnöfer | 1 | -27/+178 |
2009-07-31 | s4:ldap_server: the tls code steals the original socket on its own now | Stefan Metzmacher | 2 | -2/+2 |
2009-07-01 | use a talloc_unlink() as ops may have a reference | Andrew Tridgell | 1 | -1/+1 |
2009-06-24 | Reenable the LDAPI socket for the merged build | Volker Lendecke | 1 | -2/+0 |
2009-06-19 | Allow developers access the the privilaged ldapi socket for the moment | Andrew Bartlett | 1 | -0/+4 |
2009-06-19 | s4:ldapsrv Place the 'privilaged' ldapi socket under an #ifdef | Andrew Bartlett | 1 | -1/+11 |
2009-06-06 | Allow access as SYSTEM on a privileged ldapi connection | Volker Lendecke | 1 | -13/+83 |
2009-05-29 | Fix some nonempty blank lines | Volker Lendecke | 1 | -11/+11 |
2009-02-24 | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 1 | -2/+2 |
2009-02-18 | Worked around a problem with select/poll/epoll and gnutls | Andrew Tridgell | 2 | -0/+5 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 1 | -9/+7 |
2009-02-02 | s4:service_stream: s/private/private_data | Stefan Metzmacher | 1 | -4/+4 |
2009-02-02 | s4:ldap_server: s/private/private_data | Stefan Metzmacher | 3 | -12/+12 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 2 | -7/+7 |
2008-12-22 | s4: Fix subsystem for various services in samba daemon. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-17 | s4:ldap_server: return the extended dn to the LDAP client if available | Andrew Bartlett | 1 | -1/+16 |
2008-11-17 | Remove restrictions on number of DN components in LDAP server | Andrew Bartlett | 1 | -13/+9 |
2008-11-02 | Remove use of global_loadparm for disabled gensec backends. | Jelmer Vernooij | 1 | -0/+3 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 3 | -4/+4 |
2008-09-29 | LDB ASYNC: misc changes | Simo Sorce | 1 | -19/+16 |
2008-09-24 | Fix nasty bug that would come up only if a client connection to a remote | Simo Sorce | 1 | -0/+1 |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 2 | -8/+4 |
2008-09-22 | s4: allways initialize the process model before it's used | Stefan Metzmacher | 1 | -1/+1 |
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 1 | -1/+1 |
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-19 | LDAP Server: Don't create the SASL SECBLOB output object twice | Matthias Dieter Wallnöfer | 1 | -3/+0 |
2008-07-16 | Don't keep an extra ldb around forever. | Andrew Bartlett | 1 | -1/+5 |
2008-07-15 | Use secrets.ldb to store credentials to contact LDAP backend. | Andrew Bartlett | 1 | -4/+5 |
2008-07-02 | ldap_server: allow modifies to the root dse record and pass them to the ldb l... | Stefan Metzmacher | 1 | -1/+1 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 3 | -3/+6 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 3 | -3/+6 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -5/+7 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 3 | -5/+14 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+2 |
2008-04-01 | Rename libsamba-config to libsamba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-29 | Fix more valgrind issues. | Andrew Bartlett | 2 | -1/+8 |
2008-03-29 | Fix some valgrind issues. | Andrew Bartlett | 1 | -3/+3 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -5/+7 |
2008-02-04 | Remove useless layer of indirection, where every service called | Andrew Bartlett | 1 | -13/+1 |