Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13937: fix the build | Stefan Metzmacher | 4 | -4/+4 |
2007-10-10 | r13936: fix dependecy | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13935: add dependecies | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r13934: these are only needed for a standalone build | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r13933: fix dependency and make it possible to build as shared_library | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r13932: fix dependency | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r13931: fix dependencies | Stefan Metzmacher | 1 | -4/+10 |
2007-10-10 | r13930: this tools are currently just oneliners, which depend on printf() | Stefan Metzmacher | 1 | -9/+2 |
2007-10-10 | r13929: fix dependencies | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13928: fix dependency | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13927: fix dependency | Stefan Metzmacher | 2 | -2/+3 |
2007-10-10 | r13926: More header splitups. | Jelmer Vernooij | 22 | -4/+23 |
2007-10-10 | r13925: fix dependencies | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 166 | -34/+280 |
2007-10-10 | r13923: make the state_flags per dcesrv_connection | Stefan Metzmacher | 4 | -9/+13 |
2007-10-10 | r13922: - fix whitespaces | Stefan Metzmacher | 1 | -19/+23 |
2007-10-10 | r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY | Stefan Metzmacher | 3 | -6/+6 |
2007-10-10 | r13920: "hidden" visibility is the default... | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r13919: for us the standard for the visibility is "hidden" | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r13918: fix whitespaces | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r13917: fix detection of the visibility support, | Stefan Metzmacher | 1 | -7/+14 |
2007-10-10 | r13911: Make these debug messages clearer. | Andrew Bartlett | 1 | -3/+5 |
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 |