Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14180: The PAC isn't so special that it deserves a level 0 debug any more. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r14071: fix the build | Stefan Metzmacher | 2 | -3/+6 |
2007-10-10 | r14070: this functions need to be exported, | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r14065: build gensec_schannel always static as libnet needs functions from it | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r14064: - split out MSRPC_PARSE into a speperate subsystem | Stefan Metzmacher | 5 | -2/+10 |
2007-10-10 | r13969: Make these names lowercase as well (just like they are now in the bui... | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 4 | -23/+23 |
2007-10-10 | r13938: Around round of splitups | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r13926: More header splitups. | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 16 | -3/+19 |
2007-10-10 | r13910: Fix the 'your password has expired' on every login. We now consider | Andrew Bartlett | 1 | -13/+16 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 5 | -1/+7 |
2007-10-10 | r13851: More doc improvements. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13844: Remove _PUBLIC_ for now as the proto script seems to make false assum... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13842: Make some more functions public. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 1 | -13/+13 |
2007-10-10 | r13655: Use new name of build header | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r13619: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13584: Another try at SPNEGO stuff. I need to write a better testsuite for ... | Andrew Bartlett | 1 | -0/+23 |
2007-10-10 | r13583: Realise that the member server name appears in all calls that use the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13481: As far as I can tell, my changes in -r 12863 were dangerously untested. | Andrew Bartlett | 2 | -7/+12 |
2007-10-10 | r13472: After Volker's advise, try every combination of parameters. This | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r13471: With more 'try all options' testing, I found this 'simple' but in the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13470: Thanks to a report from VL: | Andrew Bartlett | 4 | -25/+39 |
2007-10-10 | r13467: Add new parametric options (for testing) controlling LM_KEY and 56-bit | Andrew Bartlett | 1 | -5/+13 |
2007-10-10 | r13402: Make Samba4 pass a nastier RPC-SCHANNEL test. | Andrew Bartlett | 3 | -50/+89 |
2007-10-10 | r13344: Trust SASL to have subtle distinctions between NULL and zero-length | Andrew Bartlett | 1 | -10/+24 |
2007-10-10 | r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th... | Andrew Bartlett | 2 | -73/+436 |
2007-10-10 | r13252: Cleanup, both in code, comments and talloc use: | Andrew Bartlett | 3 | -21/+60 |
2007-10-10 | r13250: I missed a couple of talloc_free()'s | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r13247: Try to make better use of talloc in the auth/ and auth/gensec code. | Andrew Bartlett | 3 | -17/+35 |
2007-10-10 | r13245: Don't segfault if we don't have a credentials structure on this gensec | Andrew Bartlett | 1 | -3/+6 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 10 | -136/+175 |
2007-10-10 | r13170: Remove some dependencies on -1 implying the size of pstring | Jelmer Vernooij | 1 | -6/+4 |
2007-10-10 | r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our | Andrew Bartlett | 4 | -20/+29 |
2007-10-10 | r12971: Fix spelling. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r12927: Fix typo. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12919: Ensure we never 'extend' the session key length, or fill in past the | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r12899: - fix warnings on AIX | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r12863: As lha suggested to me a while back, it appears that the | Andrew Bartlett | 2 | -12/+7 |
2007-10-10 | r12824: Another typo. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12821: Fix typos. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. If | Andrew Bartlett | 2 | -62/+90 |
2007-10-10 | r12808: Actually, with that we can avoid roken compleatly. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r12807: I'm wondering if this might fix AIX on the build farm... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 7 | -89/+31 |
2007-10-10 | r12795: remember the gensec_security context | Stefan Metzmacher | 2 | -0/+3 |
2007-10-10 | r12718: We don't use unicodePwd directly any more. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 4 | -3/+4 |
2007-10-10 | r12682: This patch finally fixes our kpasswdd implementation to be compatible | Andrew Bartlett | 3 | -8/+146 |