Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-02 | s4:service_stream: s/private/private_data | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2009-02-02 | s4:smb_server: s/private/private_data | Stefan Metzmacher | 6 | -14/+14 | |
metze | |||||
2009-02-01 | s4:irpc: avoid c++ reserved word 'private' | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -1/+0 | |
Separate again the public from the private headers. Add a new header specific for modules. Also add service function for modules as now ldb_context and ldb_module are opaque structures for them. | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 3 | -4/+4 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-12-22 | Fix two remaining missing symbols in smbtorture4. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-22 | s4: Fix subsystem for various services in samba daemon. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-17 | s4: fix LIBEVENTS dependencies and use more forward declarations | Stefan Metzmacher | 1 | -1/+2 | |
We should only include events.h where we really need it and prefer forward declarations of 'struct event_context' metze | |||||
2008-12-05 | Let ntvfs request transport close via ntvfs_request state | Sam Liddicott | 2 | -0/+22 | |
[I can't swear that this covers all the smb2 cases, there are some reply functions that I can't trace properly] Add NTVFS_ASYNC_STATE_CLOSE bit to ntvfs_request->async_states->state so that the ntvfs layer can signify that the client transport should be closed, most useful for proxy servies, and most likely due to a forwarding transport having been closed. Signed-off-by: Sam Liddicott <sam@liddicott.com> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 4 | -4/+4 | |
should in the future only contain some settings required for gensec. | |||||
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 4 | -4/+0 | |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -2/+2 | |
make them wrappers around convert_string{,talloc}_convenience(). | |||||
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 4 | -5/+5 | |
functions. | |||||
2008-10-13 | Fixed a variable undeclared compilation error | Tim Prouty | 1 | -0/+1 | |
Explicitly declaring environ eliminates a compilation error on some systems. | |||||
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 6 | -6/+6 | |
2008-10-05 | smbd3 is unhappy if stderr is not open | Volker Lendecke | 1 | -1/+2 | |
2008-10-05 | Re-enable build of smb_samba3.c after the rename smbd->samba | Volker Lendecke | 1 | -1/+1 | |
2008-09-30 | s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ↵ | Stefan Metzmacher | 1 | -5/+6 | |
set always metze | |||||
2008-09-29 | NetApp found that we never set the smb signing flags2. | Andrew Bartlett | 1 | -0/+4 | |
This was found during testing at the CIFS plugfest. No other client seems to honour or use this bit, but it is quite ligitimately required by the spec. Andrew Bartlett | |||||
2008-09-24 | we need different error handling for truncated packets in NETPROT and | Andrew Tridgell | 1 | -2/+39 | |
other SMB2 operations. | |||||
2008-09-24 | we should terminate the connection on a bad negprot packet size | Andrew Tridgell | 1 | -2/+2 | |
2008-09-24 | - add reserved field in basic_information level | Andrew Tridgell | 1 | -3/+25 | |
- use INVALID_PARAMETER for info length mismatch to match windows behaviour - added parsing of LINK_INFORMATION level | |||||
2008-09-24 | record highest seq number in SMB2 to check for seqnum going backwards | Andrew Tridgell | 1 | -0/+2 | |
2008-09-24 | cope with body_size zero in SMB2 receive | Andrew Tridgell | 1 | -1/+2 | |
2008-09-24 | check for a 0 byte in the buffer in SMB2 read | Andrew Tridgell | 1 | -0/+6 | |
2008-09-24 | the offset is 16 bits in SMB2 fileinfo | Andrew Tridgell | 1 | -1/+1 | |
2008-09-24 | fixed error code for bad keepalive | Andrew Tridgell | 1 | -1/+1 | |
2008-09-24 | stricter checking of SMB2 echo body (per the spec) | Andrew Tridgell | 1 | -1/+6 | |
thanks to the bluearc test suite | |||||
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 | |
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | |||||
2008-09-23 | s4:smb_server: remove the bogus smbsrv_signing_restart() | Stefan Metzmacher | 2 | -41/+2 | |
Real signing always starts with seqnumber 2, and once signing is on the session key never change anymore for the complete smb connection. metze | |||||
2008-09-22 | Explain why we use signing for DCs, but not file servers | Andrew Bartlett | 1 | -0/+9 | |
2008-09-22 | process incoming connections and fork a samba3 in inetd mode | Stefan Metzmacher | 2 | -0/+182 | |
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 1 | -1/+1 | |
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36. | |||||
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-05 | Move our DC to implement mandetory signing. | Andrew Bartlett | 2 | -4/+10 | |
(this does not change the file server role, and only really changes what 'server signing = auto' means) Optional signing really isn't any benifit to network security. In doing so, allow anonymous clients (if permitted by policy) to log in without signing, as Samba3 does not sign these connections (which would use an all-zero key, so pointless). Andrew Bartlett (This used to be commit 468bf839c500ed1a26ab9a358ee64a4c0a695797) | |||||
2008-09-05 | With a windows 2008 client, even anonymous requires signing... | Andrew Bartlett | 1 | -6/+0 | |
Andrew Bartlett (This used to be commit a89f9818180e8fb868975c444c4d0e5aaa8d4e79) | |||||
2008-08-14 | smb2srv: async replies with STATUS_PENDING are not signed | Stefan Metzmacher | 1 | -2/+29 | |
..., but the they may have the sign flag set. metze (This used to be commit 43e43dead030f6bffd06631007fdb162c3c6b2b5) | |||||
2008-08-14 | smb2srv: sign replies when the request was also signed | Stefan Metzmacher | 2 | -7/+4 | |
metze (This used to be commit dd2f4f7a491debcc30e590f571272afd99e52940) | |||||
2008-08-14 | smb2srv: use defines instead of hex values | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit 7c4abf6614c47471ae005a12abe27d85890d867f) | |||||
2008-07-28 | smb2srv: sign SMB2 Logoff replies | Stefan Metzmacher | 1 | -3/+17 | |
metze (This used to be commit 2844e361730a6bc640ea89d0e10059deca1ca867) | |||||
2008-07-28 | smb2srv: correctly hold the signing state per session | Stefan Metzmacher | 4 | -13/+31 | |
metze (This used to be commit 5b3ba3f3556e8031133128853cd2324ee3852aa1) | |||||
2008-07-24 | initialise query_maximal_access here too | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit 4b3af09450cf33c6785a3d8fddddc68047f2e388) | |||||
2008-07-24 | make sure we initialise query_maximal_access | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit 036f73d39a7ef882fd76afcd3c11eef483f6c308) | |||||
2008-07-07 | smb_server/smb: handle incoming multi fragmented nttrans requests | Stefan Metzmacher | 1 | -16/+152 | |
metze (This used to be commit 9a5f7bf68b20e3b490b209b5cfc4408566320f2e) | |||||
2008-07-07 | smb_server/smb: prepare multi fragmented nttrans requests | Stefan Metzmacher | 2 | -4/+7 | |
metze (This used to be commit 36a39b92d732a682e38ad4b3f733951fee4757ed) | |||||
2008-07-07 | smb_server/smb: trans(2) setup count is uint8_t | Stefan Metzmacher | 1 | -2/+3 | |
metze (This used to be commit 1b507a9b8e2ede5a4eb542bdf7a0eab9269b9f7b) | |||||
2008-07-07 | smb_server/smb: transs and transs2 calls have different word counts | Stefan Metzmacher | 1 | -1/+12 | |
Also add a note about NT_STATUS_DOS(ERRSRV, ERRerror). metze (This used to be commit 4287b7c1323796cf0688d0fae9b5bd4e840e3d48) | |||||
2008-07-07 | smb_server/smb: fix crash bug with fragmented trans calls | Stefan Metzmacher | 1 | -13/+20 | |
We need to use smbsrv_setup_secondary_request(req) to send the trans ack, because smbsrv_send_reply(req) destroys 'req' and the partial trans list had dead elements in the list. Also make sure the partial list element is removed by a talloc destructor. metze (This used to be commit 221f4d6e534a40b7def6e51dc6b4f9e8057d18b7) |