Age | Commit message (Expand) | Author | Files | Lines |
2011-10-18 | gensec: move event context from gensec_*_init() to gensec_update() | Andrew Bartlett | 1 | -1/+1 |
2011-10-04 | s4-kdc: don't look at global catalog NCs in the kdc | Andrew Tridgell | 1 | -6/+10 |
2011-08-03 | gensec: clarify memory ownership for gensec_session_info() and gensec_session... | Andrew Bartlett | 1 | -0/+1 |
2011-03-25 | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 1 | -2/+2 |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 1 | -2/+2 |
2011-02-09 | s4-auth Rework auth subsystem to remove struct auth_serversupplied_info | Andrew Bartlett | 1 | -5/+5 |
2010-12-12 | s4:kdc/*.c - minimise includes | Matthias Dieter Wallnöfer | 1 | -9/+0 |
2010-12-12 | s4:kdc/kpasswdd.c - don't return an uninitialised NT_STATUS | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2010-12-04 | s4:kdc/kpasswdd.c - fix memory leaks | Matthias Dieter Wallnöfer | 1 | -2/+15 |
2010-11-15 | s4-kdc Remove use of heimdal private headers in kpasswd server. | Andrew Bartlett | 1 | -16/+3 |
2010-11-12 | s4-kdc: added proxying of kdc requests for RODCs | Andrew Tridgell | 1 | -12/+9 |
2010-11-12 | s4-kdc: split the kdc process return into a tri-state | Andrew Tridgell | 1 | -22/+22 |
2010-11-12 | s4-kdc: rename kdc/kdc.h to kdc/kdc-glue.h | Andrew Tridgell | 1 | -1/+1 |
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ... | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb... | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-10-11 | s4-credentials Add explicit event context handling to Kerberos calls (only) | Andrew Bartlett | 1 | -1/+1 |
2010-10-10 | samdb: Add flags argument to samdb_connect(). | Jelmer Vernooij | 1 | -3/+3 |
2010-08-23 | s4:security Change struct security_token->sids from struct dom_sid * to struc... | Andrew Bartlett | 1 | -3/+3 |
2010-08-18 | s4:security Remove use of user_sid and group_sid from struct security_token | Andrew Bartlett | 1 | -3/+3 |
2010-08-17 | s4:kdc/kpasswdd.c - let the user change his own password with his own rights | Matthias Dieter Wallnöfer | 1 | -3/+44 |
2010-08-17 | s4:kdc/rpc server - adapt the "samdb_set_password" calls which perform passwo... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -2/+2 |
2010-06-26 | s4:kdc/kpasswdd.c - remove unreachable code | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2010-05-10 | s4:samdb_set_password/samdb_set_password_sid - Rework | Matthias Dieter Wallnöfer | 1 | -31/+4 |
2010-03-25 | s4:kdc Add support for changing password of a servicePrincipalName | Andrew Bartlett | 1 | -10/+32 |
2010-02-22 | More spelling fixes across source4/ | Brad Hards | 1 | -1/+1 |
2010-02-16 | s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags | Andrew Tridgell | 1 | -1/+1 |
2010-01-28 | s4:kdc Use better db context structure | Simo Sorce | 1 | -1/+1 |
2009-12-23 | s4:cleanups More trailing spaces and tabs | Simo Sorce | 1 | -108/+108 |
2009-12-16 | s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn. | Andreas Schneider | 1 | -1/+1 |
2009-12-16 | s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn. | Andreas Schneider | 1 | -17/+1 |
2009-12-15 | s4-kdc: Migrate to tsocket_address. | Andreas Schneider | 1 | -3/+20 |
2009-11-05 | s4:kdc: remove unused struct kpasswd_socket | Stefan Metzmacher | 1 | -10/+0 |
2009-10-23 | s4-dsdb: create a static system_session context | Andrew Tridgell | 1 | -1/+1 |
2009-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -9/+8 |
2009-09-16 | s4:kdc In the kpasswd server, don't use the client address in mk_priv | Andrew Bartlett | 1 | -0/+8 |
2009-07-27 | s4:kdc Push context to hdb_samba4 by way of the 'name' of the DB | Andrew Bartlett | 1 | -3/+9 |
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -3/+2 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -8/+5 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -2/+2 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 1 | -9/+10 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+3 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -2/+2 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -1/+1 |
2008-10-16 | Create a 'straight paper path' for UTF16 passwords. | Andrew Bartlett | 1 | -11/+26 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-08-26 | kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.h | Stefan Metzmacher | 1 | -2/+1 |
2008-08-01 | libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers | Stefan Metzmacher | 1 | -2/+11 |
2008-08-01 | kdc: use mostly only public kerberos headers | Stefan Metzmacher | 1 | -2/+4 |