Age | Commit message (Expand) | Author | Files | Lines |
2010-02-25 | s4:kdc add mit plugin code | Simo Sorce | 1 | -0/+25 |
2010-01-28 | s4:kdc move db functions in their own file | Simo Sorce | 1 | -1/+13 |
2010-01-27 | s4:windc move windc plugin in its own file | Simo Sorce | 1 | -3/+15 |
2010-01-22 | s4:kdc Simplify header files | Simo Sorce | 1 | -1/+0 |
2010-01-08 | s4:kdc: use LIBSAMBA_TSOCKET | Stefan Metzmacher | 1 | -1/+1 |
2009-12-19 | s4:kdc: convert UDP based communication to tdgram_context | Stefan Metzmacher | 1 | -1/+2 |
2009-07-28 | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 1 | -3/+15 |
2009-07-27 | Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption" | Stefan Metzmacher | 1 | -14/+2 |
2009-07-27 | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 1 | -2/+14 |
2009-05-26 | Don't use crossRef records to find our own domain | Andrew Bartlett | 1 | -2/+2 |
2008-12-22 | s4: Fix subsystem for various services in samba daemon. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-29 | Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc. | Andrew Bartlett | 1 | -4/+4 |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-08-01 | kdc: use mostly only public kerberos headers | Stefan Metzmacher | 1 | -3/+3 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -2/+1 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -1/+2 |
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 | -2/+2 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-04 | Fix the build. | Jelmer Vernooij | 1 | -2/+2 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -6/+3 |
2008-02-18 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26357: Add separate subsystem for auth_sam_reply parsing. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22762: Some ldb_map changes: | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r22403: this dependencies should be private | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20661: the golden rule: "make things private if possible!" | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20639: Commit part 1 of 2. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r15379: Fix shared library build's unresolved dependencies | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15338: Fix build of most things with shared libs enabled. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15223: Move heimdal's -I parameters from the global list of includes to | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14571: More improvements on shared library support in Samba. Only ldb is lef... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14567: Make some more functions public. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our | Andrew Bartlett | 1 | -2/+13 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12179: Allow our KDC to use LDAP to get to the backend database. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r11239: Use ${REALM} for the realm in rootdse.ldif | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r7993: Further work on the Krb5 PAC. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r7352: the internal heimdal build change. This changes quite a few things: | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7304: Make the libkdc actually work: | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7303: autodetect the libkdc and our kdc support | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7264: fix up the socket handling for abartlet. Still only udp, but it won't | Andrew Tridgell | 1 | -3/+3 |