Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 9 | -7/+9 |
2007-10-10 | r14409: quieten warnings | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 11 | -9/+13 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 6 | -1/+14 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r14306: fixed two break errors | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14305: fixed a memory leak and a break error | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r14202: Oops. When removing a header, we need to replace it. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r14201: I don't think including roken is going to be a good solution. Let's | Andrew Bartlett | 1 | -2/+0 |
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 |