Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-06-04 | kdc: we don't need any *_locl.h header from heimdal in the kdc | Stefan Metzmacher | 1 | -1/+1 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -2/+2 |
2008-04-17 | Remove event context tracking from the credentials struct. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25548: Convert to standard bool type. | Jelmer Vernooij | 1 | -33/+33 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r24613: Missed this in my recent commit -r 24611. We don't discriminate on | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19604: This is a massive commit, and I appologise in advance for it's size. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r18827: I forgot to commit this: | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r18636: Excessive testing with pam_winbind within Samba3 revealed a new samr | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14856: fix bugs noticed by the ibm code checker | Stefan Metzmacher | 1 | -8/+10 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -0/+2 |