Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13910: Fix the 'your password has expired' on every login. We now consider | Andrew Bartlett | 4 | -24/+30 |
2007-10-10 | r13909: Make this code clearer. | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r13908: Improve the RPC-SAMSYNC test to cross-check some attributes I wasn't | Andrew Bartlett | 3 | -10/+34 |
2007-10-10 | r13907: By ordering things this way, we allow the password_hash module to set | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13906: fix swig build | Simo Sorce | 1 | -2/+1 |
2007-10-10 | r13905: include/includes.h now includes param/param.h.. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r13904: Make sure LDB gets initialized | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 30 | -11/+40 |
2007-10-10 | r13902: Stricter checking for the -fvisibility flag | Jelmer Vernooij | 8 | -15/+29 |
2007-10-10 | r13901: Backends need to be initialized even if there are no modules | Simo Sorce | 1 | -22/+22 |
2007-10-10 | r13900: don't segfault on error | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r13899: Get the shared library build building again. Just compiles for now, | Jelmer Vernooij | 10 | -23/+28 |
2007-10-10 | r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used | Jelmer Vernooij | 9 | -31/+37 |
2007-10-10 | r13896: Get rid of 'use warnings' as it isn't very portable.. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS... | Stefan Metzmacher | 5 | -29/+10 |
2007-10-10 | r13872: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13870: prefix more functions with smbsrv_ | Stefan Metzmacher | 9 | -217/+220 |
2007-10-10 | r13868: remove useless talloc_free() wrapper | Stefan Metzmacher | 3 | -15/+7 |
2007-10-10 | r13867: Wrap the cflags.sh hack in the build system. You can now simply | Jelmer Vernooij | 9 | -38/+88 |
2007-10-10 | r13866: prefix more functions with smbsrv_ | Stefan Metzmacher | 3 | -10/+8 |
2007-10-10 | r13865: prefix functions with smbsrv_ | Stefan Metzmacher | 6 | -143/+142 |
2007-10-10 | r13863: this can be static... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13862: rename chain_reply -> smbsrv_chain_reply | Stefan Metzmacher | 2 | -11/+11 |
2007-10-10 | r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests | Stefan Metzmacher | 5 | -6/+91 |
2007-10-10 | r13859: - remove useless fsync() calls | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ... | Stefan Metzmacher | 1 | -30/+34 |
2007-10-10 | r13857: add "Windows for Workgroups 3.1a" support to the server | Stefan Metzmacher | 1 | -10/+11 |
2007-10-10 | r13856: fixed a misleading comment | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r13855: Docs for the registry library as well | Jelmer Vernooij | 5 | -13/+1310 |
2007-10-10 | r13854: we now pass BASE-NEGNOWAIT | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r13853: fixed the BASE-NEGNOWAIT test to not fail with a sigpipe if the server | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r13852: Split up | Jelmer Vernooij | 2 | -9/+9 |
2007-10-10 | r13851: More doc improvements. | Jelmer Vernooij | 12 | -26/+135 |
2007-10-10 | r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP. | Andrew Bartlett | 2 | -13/+26 |
2007-10-10 | r13849: More improvements to the libutil docs. | Jelmer Vernooij | 4 | -329/+68 |
2007-10-10 | r13847: Fix some portability issues with the visibility attribute. | Jelmer Vernooij | 2 | -11/+15 |
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 | 12 | -99/+107 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 28 | -407/+394 |
2007-10-10 | r13839: Use registration mechanism for backends as well (in the same sense | Jelmer Vernooij | 9 | -38/+91 |
2007-10-10 | r13827: Minor enhancements or cosmetic changes | Simo Sorce | 5 | -44/+34 |
2007-10-10 | r13826: Try to keep this backend updated | Simo Sorce | 2 | -201/+444 |
2007-10-10 | r13823: make async_wait part of the modules ops | Simo Sorce | 8 | -19/+22 |
2007-10-10 | r13818: Make ldb_tdb 'fake' async. | Simo Sorce | 7 | -197/+630 |
2007-10-10 | r13813: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r13812: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13811: nicer format... | Stefan Metzmacher | 1 | -2/+14 |
2007-10-10 | r13810: global data types are defined in core.h now... | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r13809: move ldb specific define | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r13808: remove unused define | Stefan Metzmacher | 1 | -4/+0 |