Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 2011-05-31 | 1 | -2/+2 |
| | | | | | | | | This has been a wrapper around server_event_context() for some time now, and removing this from dummmysmbd.c assists with library dependencies. Andrew Bartlett | ||||
* | s3: include smbd/smbd.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:smbd: use anonymous_shared_free() for shared memory signing state | Stefan Metzmacher | 2011-01-20 | 1 | -0/+7 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 20 07:48:29 CET 2011 on sn-devel-104 | ||||
* | lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/ | Stefan Metzmacher | 2011-01-20 | 1 | -1/+1 |
| | | | | metze | ||||
* | s3-build: only include smb_signing.h where needed. | Günther Deschner | 2010-08-18 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3: Attempt to fix the build on AIX, shm_ptr seems to be a macro there | Volker Lendecke | 2010-03-29 | 1 | -5/+6 |
| | |||||
* | s3:smbd: setup a shared memory area for the signing state | Stefan Metzmacher | 2010-03-22 | 1 | -0/+80 |
| | | | | metze | ||||
* | s3:smbd: add an option to skip signings checks srv_check_sign_mac for ↵ | Stefan Metzmacher | 2010-03-22 | 1 | -1/+23 |
| | | | | | | trusted channels metze | ||||
* | s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection | Stefan Metzmacher | 2009-05-26 | 1 | -13/+13 |
| | | | | metze | ||||
* | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 2009-03-23 | 1 | -0/+158 |
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze |