summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
...
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-1/+4
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-103-0/+4
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-13/+13
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r13619: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r13584: Another try at SPNEGO stuff. I need to write a better testsuite for ...Andrew Bartlett2007-10-101-0/+23
* r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett2007-10-101-1/+1
* r13481: As far as I can tell, my changes in -r 12863 were dangerously untested.Andrew Bartlett2007-10-101-7/+8
* r13402: Make Samba4 pass a nastier RPC-SCHANNEL test.Andrew Bartlett2007-10-103-50/+89
* r13344: Trust SASL to have subtle distinctions between NULL and zero-lengthAndrew Bartlett2007-10-101-10/+24
* r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...Andrew Bartlett2007-10-102-73/+436
* r13250: I missed a couple of talloc_free()'sAndrew Bartlett2007-10-101-0/+2
* r13247: Try to make better use of talloc in the auth/ and auth/gensec code.Andrew Bartlett2007-10-102-12/+30
* r13245: Don't segfault if we don't have a credentials structure on this gensecAndrew Bartlett2007-10-101-3/+6
* r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett2007-10-105-49/+145
* r12863: As lha suggested to me a while back, it appears that theAndrew Bartlett2007-10-101-8/+7
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-103-61/+21
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett2007-10-103-8/+146
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-101-1/+1
* r12628: Prevent double registration warningsJelmer Vernooij2007-10-101-1/+1
* r12621: INIT_FUNCTION no longer has to be set on librariesJelmer Vernooij2007-10-101-1/+0
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-0/+5
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-103-5/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-2/+2
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-103-1/+3
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-10/+8
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+8
* r12439: No need to keep walking this list if we find the match.Andrew Bartlett2007-10-101-0/+1
* r12436: Fix Samba4 as a server to Win2000 for the domain join.Andrew Bartlett2007-10-101-46/+74
* r12268: Use transactions to ensure that the schannel db is consistant.Andrew Bartlett2007-10-101-0/+17
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2007-10-101-0/+1
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-1/+2
* r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett2007-10-101-2/+5
* r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett2007-10-102-62/+97
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-54/+7
* r11991: Null termainte the list of backends. (Makes it easier to walk the li...Andrew Bartlett2007-10-101-2/+2
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-4/+4
* r11567: Ldb API change patch.Simo Sorce2007-10-101-10/+11
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-102-2/+2
* r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett2007-10-103-5/+74
* r11514: Fixup debug messageAndrew Bartlett2007-10-101-1/+1
* r11470: To a server trusted for delegation (checked for in the gss libs),Andrew Bartlett2007-10-101-1/+1
* r11468: Merge a bit more of init_sec_context from Heimdal CVS into ourAndrew Bartlett2007-10-101-1/+8
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2007-10-101-49/+52
* r11400: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r11399: Add another case where we need to fallback, if the KDC isn't there.Andrew Bartlett2007-10-101-0/+4
* r11394: Allow KDC unreachable as another 'forget about gssapi' error on SPNEGO.Andrew Bartlett2007-10-101-0/+4
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-102-8/+3