summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher2007-10-103-122/+76
| | | | | | | | so we only need to check in one global place and can't forget in other places... metze (This used to be commit 742be8e075651c3b7e502ec6da01286fd7a2d4ca)
* r14484: Install more headersJelmer Vernooij2007-10-1016-32/+67
| | | | (This used to be commit 430c6516d383bfd7f27287394bf8eef9f174b3e6)
* r14483: Allow subsystems with just a public prototype header, no private onesJelmer Vernooij2007-10-102-5/+15
| | | | (This used to be commit bb6541126c94b33e4a24d9f036655b55b704923b)
* r14481: Change paths in headers on the fly when installing. Adds a simple textJelmer Vernooij2007-10-102-8/+117
| | | | | file that contains the paths where headers need to be installed. (This used to be commit c3d975f4dce85245c7ba2b159c1128711d828291)
* r14479: Cope with _PUBLIC_ not being defined. Needed for when external projectsJelmer Vernooij2007-10-101-0/+4
| | | | | include this header. (This used to be commit 9bfc3c2537eb7183ba722c8c83248521c2126109)
* r14478: Remove unused proto_objs variableJelmer Vernooij2007-10-101-21/+0
| | | | (This used to be commit acd23e351e92c59c4bbc12c06d0686e355fa82e8)
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-1024-158/+0
| | | | (This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
* r14473: Modern splint has no problems with immediate structures.Jelmer Vernooij2007-10-101-18/+0
| | | | (This used to be commit 6046dd822078cf5daa1a00c90fab998608e6872a)
* r14472: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 7713a5333edc11cc4fb76211509e5c0c368f9592)
* r14471: Convert installheader script to perlJelmer Vernooij2007-10-103-27/+45
| | | | (This used to be commit c6a478a1af38cad5622d3c3c53a7a99f9770b169)
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-1054-60/+6
| | | | (This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a)
* r14469: Don't the variable INSTALLDIR for two different things...Jelmer Vernooij2007-10-102-12/+12
| | | | (This used to be commit fd47e975a4c4d225e7513b6dd2223a8eac9b4348)
* r14465: kludge_acl -> asyncSimo Sorce2007-10-101-2/+114
| | | | (This used to be commit b91b19131814abb4291c0bf7b13149060d6e9e62)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-10154-73/+181
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r14459: Make this async compatibleSimo Sorce2007-10-101-8/+13
| | | | (This used to be commit a71d762acff73a5ba11927a3afbcbf404314aa24)
* r14458: extended_dn -> asyncSimo Sorce2007-10-101-11/+146
| | | | (This used to be commit 716c475999fce895392ba774ae9a15b8654334ba)
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-1019-144/+214
| | | | | metze (This used to be commit 5709c1c4e1a561dd9af98cfefbbbdac9b18765b7)
* r14455: also add the:Stefan Metzmacher2007-10-102-4/+10
| | | | | | | | | | | | #ifndef FOO #define FOO ... #endif to the client headers metze (This used to be commit c0dd773537bda9980e77eb6eda848161b7df82e5)
* r14447: remove unused stuffStefan Metzmacher2007-10-101-2/+0
| | | | | metze (This used to be commit 4df843658f0cc22af44946fa2d965816ff53df6d)
* r14446: demonstrate the notifies on files are not allowedStefan Metzmacher2007-10-101-16/+92
| | | | | metze (This used to be commit 74868726ae4fd8010c2e10d2f300b9725ca7ab33)
* r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:Stefan Metzmacher2007-10-102-11/+21
| | | | | | | | | http://ubiqx.org/cifs/rfc-draft/draft-leach-cifs-v1-spec-02.html#s4.3.7 tridge: there's also the buffering documented... metze (This used to be commit f1bdca23838d23fbad7f1576c182688b7cd9b73d)
* r14444: - make clear that a canceled notify directly returns without any ↵Stefan Metzmacher2007-10-101-16/+42
| | | | | | | | | | other event - test mkdir - rmdir - mkdir - rmdir sequence, this gets 4 notify events back - add some comments to the multiple directory handle and buffered cases metze (This used to be commit e2b3816212b9c209d9f74f87c5cd72ca0d38c2e6)
* r14442: the ACB_ flags are 32 bit...Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit a653ebd15da09a7e085338400925a6bbeb3cb316)
* r14441: try to get more hosts on the build farm pass the ↵Stefan Metzmacher2007-10-101-2/+2
| | | | | | | NBT-WINSREPLICATION-OWNED test metze (This used to be commit 7fa5ae8cce16f22d8959519a67ba4894ddbb6b9d)
* r14440: demonstrate that the smbpid is attached to a session (vuid),Stefan Metzmacher2007-10-102-12/+252
| | | | | | | | | so SMBexit() only closes files for the given user session and the given PID can someone check if samba3 passes this test, please? metze (This used to be commit fd291ff003ed934b2163d9ad93af9ef2dd631e11)
* r14439: fix warningsStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 3b712b70f05f2c41ce3cdfc295488a189a971bce)
* r14438: fix warningsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 83d2978da1fbf756a665afc2e8120436dc45ec56)
* r14437: fix warningsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 2017c2573ecbe49b5b7456bfcc3e1c7ca5934a54)
* r14436: mixing of boolean expressions and integers isn't allowedAndrew Tridgell2007-10-101-3/+3
| | | | (This used to be commit 6f7d09262d2e92df137167da55f5a22f32490781)
* r14435: return after an errorAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 40e5bfdb0fadedb81d8fbd7e8cc578ef2ea12b13)
* r14434: use the right enum typeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 507def57cb83a3e12a3c8d60eb833fe47e9ec9e8)
* r14433: sort_result must be initialised when we call do_resultAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit a33f6a9832c7ae03e630d33120cfa048a51089d5)
* r14431: don't call qsort with a null arrayAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 2c33f577ad5bf8cddec735e75a26c4a4c07d8c51)
* r14430: ret can be NULL at the end of this loopAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit b607be9cdad5a9bd672698cb31a2af81d59d0763)
* r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell2007-10-101-1/+1
| | | | | go out of the range of the enum (This used to be commit caead24b6dd2f2e87e113587cacd57794487a83a)
* r14427: don't reference short_princ after it is freedAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 8ca4681861e24ddf7c4abcc97a4cf0e001d13e24)
* r14426: ensure res is initialisedAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit ce1326157c7e139a43ab31d4d1e366b78b69e26f)
* r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocatedAndrew Tridgell2007-10-101-1/+1
| | | | | stack variable) (This used to be commit b10cb752c2558e98495625bbbb8704d19031a42b)
* r14424: another empty controls caseAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 7d0eb678bf3649fb4e09da039dd1b716ea3df2cc)
* r14423: don't die on no controlsAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 9787fb8e917c22ffe910062630dc4f32473a9fab)
* r14422: ensure that domain_attrs does not refer to a stack variable in a freedAndrew Tridgell2007-10-101-35/+30
| | | | | | | stack frame. The previous code worked with gcc, but strictly speaking the arrays are out of scope when referenced later in the function, and a compiler could construct them on the fly on the stack. (This used to be commit 489c33806559d0a8ee2bec97fed8ad63a4e1dc17)
* r14420: arrgh, make sure I test compile even little patches ....Andrew Tridgell2007-10-101-3/+0
| | | | (This used to be commit 749a93c7c01401b1ccbb117500910b56a93d82b4)
* r14415: remove an unusued varAndrew Tridgell2007-10-101-5/+1
| | | | (This used to be commit b4172b53f3e01f518244ca80e07e351c7d51e282)
* r14414: added some error checksAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit cd9f3adc759f1dc29043c435febfe78e56fece1b)
* r14413: don't do memcpy of length 0Andrew Tridgell2007-10-101-1/+4
| | | | (This used to be commit c43a7ec7ac3bcb3001d046615ca17a9ce083a2b0)
* r14412: init a varAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit ec53f5fe9617ea36295522a410161bbca6edf9ad)
* r14411: mark smb_panic() as a noreturn function using gcc attributes, whichAndrew Tridgell2007-10-101-0/+12
| | | | | tells static analysers that it behaves like abort() (This used to be commit 3cde18beaed736a48e195550c7e423bccc95c820)
* r14410: init a varAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 59bc3e8ab0f9722b0292465b20f3876b25095418)
* r14409: quieten warningsAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 2ec2894f72b44ba4e400961921b65b03ad8742de)
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-1068-17/+104
| | | | (This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)