summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r13926: More header splitups.Jelmer Vernooij2007-10-1022-4/+23
| | | | (This used to be commit 930daa9f416ecba1d75b8ad46bb42e336545672f)
* r13925: fix dependenciesStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit 9dad1fb7bbc387d10c38334e3393dc9f18f4fa2f)
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-10166-34/+280
| | | | | file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
* r13923: make the state_flags per dcesrv_connectionStefan Metzmacher2007-10-104-9/+13
| | | | | | | this will may help with a generic named pipe solution metze (This used to be commit c6fa9bd15cdb096c3dfc7a4109d9298933981255)
* r13922: - fix whitespacesStefan Metzmacher2007-10-101-19/+23
| | | | | | | - remove some unused NOPROTO=YES on binaries metze (This used to be commit f57fd3c423ccfa4399c71559fd98d93a582e7a88)
* r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITYStefan Metzmacher2007-10-103-6/+6
| | | | | | | | the standard is "hidden" and not "default", I hope this name makes a bit less confusing metze (This used to be commit 3e27534ad6d249c1d69f326dac9cc250868b0534)
* r13920: "hidden" visibility is the default...Stefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit d37f63bf93aef1a289e5762536a72f89cc0c64d1)
* r13919: for us the standard for the visibility is "hidden"Stefan Metzmacher2007-10-102-2/+2
| | | | | | | and "default" means public metze (This used to be commit ab553c296f333f91d1e5fc50be827da235e33248)
* r13918: fix whitespacesStefan Metzmacher2007-10-101-5/+3
| | | | | metze (This used to be commit 17be97240f8f759e1ca926ba2fcc0f6ccaf16fdf)
* r13917: fix detection of the visibility support,Stefan Metzmacher2007-10-101-7/+14
| | | | | | | | as we don't use #pragma for the build don't use it for the configure test and use -fvisibility=hidden in CFLAGS in the configure test metze (This used to be commit a0c543c0d6440627da594611fbff3ef1ab0d4251)
* r13911: Make these debug messages clearer.Andrew Bartlett2007-10-101-3/+5
| | | | (This used to be commit 9c8350c64b68c81948e8e09be8316504368a4972)
* r13910: Fix the 'your password has expired' on every login. We now considerAndrew Bartlett2007-10-104-24/+30
| | | | | | | | if the 'password does not expire' flag has been set, filling in the PAC and netlogon reply correctly if so. Andrew Bartlett (This used to be commit c530ab5dc6865c422382bc0afa7a86f7ec1acdf2)
* r13909: Make this code clearer.Andrew Bartlett2007-10-101-2/+4
| | | | | Andrew Bartlett (This used to be commit b89893ab90b50d6b04a6407441fe3e0e4f1688ec)
* r13908: Improve the RPC-SAMSYNC test to cross-check some attributes I wasn'tAndrew Bartlett2007-10-103-10/+34
| | | | | | | | | sure about. This finds a new ACB_PW_EXPIRED attribute. Andrew Bartlett (This used to be commit 54caf949425cb9a3437bd7051930384167b5e07d)
* r13907: By ordering things this way, we allow the password_hash module to setAndrew Bartlett2007-10-101-1/+1
| | | | | | | the pwdLastSet time on new users (with passwords) correctly. Andrew Bartlett (This used to be commit e1b346b8e096130328440fa388de3474fadc7332)
* r13906: fix swig buildSimo Sorce2007-10-101-2/+1
| | | | (This used to be commit c5a9ba3e1cfe4fcd1a35c5764330ff385545d0aa)
* r13905: include/includes.h now includes param/param.h..Jelmer Vernooij2007-10-101-1/+2
| | | | (This used to be commit 408ecfb75464f287a91e3f20627a9b54370824ee)
* r13904: Make sure LDB gets initializedJelmer Vernooij2007-10-101-0/+3
| | | | (This used to be commit 4339e3e7d746d2fcb16ce2662a22a880e426367b)
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-1030-11/+40
| | | | | default. (This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4)
* r13902: Stricter checking for the -fvisibility flagJelmer Vernooij2007-10-108-15/+29
| | | | | Add two more proto headers. (This used to be commit 0c95bf0cd33d8a6c35f692b796d7fbfd98b4d068)
* r13901: Backends need to be initialized even if there are no modulesSimo Sorce2007-10-101-22/+22
| | | | (This used to be commit 8340ab26dd61d90242283d4e6a0db10f6f6467e2)
* r13900: don't segfault on errorSimo Sorce2007-10-101-2/+2
| | | | (This used to be commit cf7ad707578ee4dbd5dbf3c83f1f4ede42de3835)
* r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij2007-10-1010-23/+28
| | | | | | but modules don't work yet.. (Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status) (This used to be commit ba74f24e422eda0379615f2ab39bef1e1e025ce7)
* r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij2007-10-109-31/+37
| | | | | | | to not export symbols when building shared libraries. Symbols that have to be available to users of the library can be explicitly exported by prepending them with _PUBLIC_ in the C source. (This used to be commit ea9988dfda6df09f1ee8f9aea1dc5b96fff52ee6)
* r13896: Get rid of 'use warnings' as it isn't very portable..Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit fd6135aa85d056a9018840edd2e5c1ae36e9951b)
* r13877: remove smbsrv_send_dos_error() and use ↵Stefan Metzmacher2007-10-105-29/+10
| | | | | | | smbsrv_send_error(..,NT_STATUS_DOS()) metze (This used to be commit 60d7920527cd0e4142427fa59b9e617d99e3d984)
* r13872: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit f28fb440d59401fb8ba5b8eb7868f0063d151693)
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-109-217/+220
| | | | | metze (This used to be commit e6275db7b926d3660ad4a0f40041a5129001427a)
* r13868: remove useless talloc_free() wrapperStefan Metzmacher2007-10-103-15/+7
| | | | | metze (This used to be commit bd3162e6a7f154630c2d88be70ce19e8dd977133)
* r13867: Wrap the cflags.sh hack in the build system. You can now simplyJelmer Vernooij2007-10-109-38/+88
| | | | | set subsystem-specific compiler flags in the .mk files. (This used to be commit d512b147e8dda39016faf74a50a9d85bfc23a2eb)
* r13866: prefix more functions with smbsrv_Stefan Metzmacher2007-10-103-10/+8
| | | | | metze (This used to be commit bb083f17c961964dd99185ae4194596ccaafd4a8)
* r13865: prefix functions with smbsrv_Stefan Metzmacher2007-10-106-143/+142
| | | | | metze (This used to be commit 2af96632757ee4bb0261b1871100008b48c5fd4d)
* r13863: this can be static...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit ab659d8ee0de879a54da2308c37da317e0ff7f9a)
* r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher2007-10-102-11/+11
| | | | | metze (This used to be commit 497b219c7d7ec15d1d25e174a7287b7da8d02403)
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2007-10-105-6/+91
| | | | | | | - the default max protocol is still NT1 metze (This used to be commit d1bae931b327dda28e648efc473e0462cf036f7c)
* r13859: - remove useless fsync() callsStefan Metzmacher2007-10-101-2/+1
| | | | | | | - make sure we only close the old_fd when the new one was opened metze (This used to be commit 3a6568c3669286d41343293c29c8d00fa78c372f)
* r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ↵Stefan Metzmacher2007-10-101-30/+34
| | | | | | | | | | buffers - also terminate the connection if we don't support any protocol the client provides metze (This used to be commit 7f2a6cfd6f9c01d1ff40d35346aba678a7ba77f2)
* r13857: add "Windows for Workgroups 3.1a" support to the serverStefan Metzmacher2007-10-101-10/+11
| | | | | metze (This used to be commit 58af0acafd67f919c8df99cacf110ded4bfd2c10)
* r13856: fixed a misleading commentAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit af6606fe987fd8ef15e3ed03e71e92e7a7484ce7)
* r13855: Docs for the registry library as wellJelmer Vernooij2007-10-105-13/+1310
| | | | (This used to be commit ad43464cc1d1fdb59a26e612e0b4ec85ef4a43d2)
* r13854: we now pass BASE-NEGNOWAITAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit d55db268ca90167c8ef5545937d7169b0dfcb69b)
* r13853: fixed the BASE-NEGNOWAIT test to not fail with a sigpipe if the serverAndrew Tridgell2007-10-101-2/+3
| | | | | drops the connection on multiple negprots (This used to be commit 34b2855a62368ddffa2946f072e96d21a9f15896)
* r13852: Split upJelmer Vernooij2007-10-102-9/+9
| | | | (This used to be commit e6f7e3a594444bd24dbbc11bb4c7de808a350564)
* r13851: More doc improvements.Jelmer Vernooij2007-10-1012-26/+135
| | | | (This used to be commit 936d26ae64b93ef8f8b2fbc632b1c2fd60840405)
* r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.Andrew Bartlett2007-10-102-13/+26
| | | | | | | The switch to turn off SPNEGO in the client is a bit messy, but it works. Andrew Bartlett (This used to be commit 085ba80cc8a954bd84ecf30e5d57a1583f54062f)
* r13849: More improvements to the libutil docs.Jelmer Vernooij2007-10-104-329/+68
| | | | (This used to be commit eed16ac3b7f7062a34f09f602db0f828cac7f246)
* r13847: Fix some portability issues with the visibility attribute.Jelmer Vernooij2007-10-102-11/+15
| | | | (This used to be commit fe5eae0e983d1c8634dd9b7caf19cd103c641223)
* r13844: Remove _PUBLIC_ for now as the proto script seems to make false ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | assumptions about the data type being known. (This used to be commit 991bec80e4f20c9fac9ab5c45b0fdf6d048cda66)
* r13842: Make some more functions public.Jelmer Vernooij2007-10-1012-99/+107
| | | | (This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-1028-407/+394
| | | | (This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)