summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add PROFILE_OBJ to nmbd nowHerb Lewis2001-09-051-1/+1
| | | | (This used to be commit 99b773217c001b8b89e72561f3ece46bb4ea553e)
* merge profile data changes from 2.2Herb Lewis2001-09-054-32/+101
| | | | (This used to be commit c105859304e93297fa29f346e9cbd1af0c95048b)
* always include profile support so you do not need a different binary ofHerb Lewis2001-09-051-5/+0
| | | | | smbstatus to dump profile stats. (This used to be commit fc048955b8af05779992bc111f9bd690b8a8faf2)
* add profiling stats from 2.2Herb Lewis2001-09-052-3/+383
| | | | (This used to be commit 6c333e9d922b3a7443db829277b8a209cce2d350)
* variable name changed to --with-profiling-dataHerb Lewis2001-09-052-620/+617
| | | | (This used to be commit 28fba1ba4883e5eaa97247e933da9311c53c41df)
* When sending a message via a tdb, it must be open read/write.Jeremy Allison2001-09-051-1/+1
| | | | | Jeremy. (This used to be commit f35887c7d40ced750596b87bf37f7aae1df68c7a)
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-057-64/+55
| | | | | codes don't work correctly (This used to be commit 55d5828e608671f070a9e96938be0d16d50aeb26)
* added filename to error_packet()Andrew Tridgell2001-09-052-11/+12
| | | | (This used to be commit 2c424788dec2fd6e44c243ea115d66689dfae6c0)
* fixed some compilation errors in cli_netlogon.c - tim, you need to rerun ↵Andrew Tridgell2001-09-052-12/+12
| | | | | | configure to get the new NTSTATUS stuff right (This used to be commit 9bae57cfe30825174536d11983bb3434498e3f03)
* more warning fixes on solarisAndrew Tridgell2001-09-058-11/+17
| | | | (This used to be commit c04c67fec85b1c81ef0b3cebacde304a1de0d854)
* fixed a bunch of compilation errors on Solaris, mostly people getting ↵Andrew Tridgell2001-09-057-103/+100
| | | | | | NSS_STATUS and WINBINDD error codes mixed up (This used to be commit 66698d6b841df809a8654012a8385bffacb9dc4a)
* Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter2001-09-051-0/+177
| | | | | | except they are called new_cli_net_req_chal() and new_cli_net_auth2() until they are working properly. (This used to be commit 4ca085f253fc39de60115edc049e91d5c95735ef)
* oh fooTim Potter2001-09-051-1/+1
| | | | (This used to be commit 66c7bb9467c1acaf7e5b310a2ebc753f455b18c9)
* Don't crash if run with no command line arguments. (-:Tim Potter2001-09-051-1/+1
| | | | (This used to be commit a46e9cc3a1a247fba8fe9b4cdfa16954071b4a35)
* NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
| | | | | | Treat this the same as an EFBIG error. Jeremy (This used to be commit 8fad5177701c1738a7f5bdd7c0082ef23a00b876)
* don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1
| | | | (This used to be commit c65e8db7ae765f844f8b0adb1e5de3651561ad96)
* Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
| | | | | | This may have bearing on the Solaris fcntl spin bug. Jeremy. (This used to be commit 0f676202529cbfead629d2c228b7d5abc2dff7d6)
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-046-418/+327
| | | | | Jeremy. (This used to be commit c05e79453655abb67fd47a2d3dba88b4c5377e35)
* fixed compilation of tortureAndrew Tridgell2001-09-042-48/+44
| | | | (This used to be commit aaf538a83057150cc35e9032aff7a78e8f0c4dc2)
* cope with pam being offAndrew Tridgell2001-09-042-2/+2
| | | | (This used to be commit 5f6e7bbce76c85571ee10a3f8b5bbbd0beadb632)
* a fix for fussy compilersAndrew Tridgell2001-09-041-1/+1
| | | | (This used to be commit 78f437b5073207606b23be42960e2b10f785a148)
* it now all compiles - so try enabling it by default and see what explodes on ↵Andrew Tridgell2001-09-0411-354/+330
| | | | | | the build farm (This used to be commit 5bb7e4f0f65edf1db20245f403cbe81833134240)
* Don't overwrite an existing /etc/xinetd.d/swat on install file since weTim Potter2001-09-041-2/+2
| | | | | | | don't overwrite it on upgrade. Does this make sense? (This used to be commit 90b3dccfd421bac6516c298f85fcccc857c57989)
* Welcome to tpot's exploit world!Tim Potter2001-09-041-253/+413
| | | | | | | | | | - put in checks for return values in rpc parsing routines - replace a bunch of stupid &(foo->bar) with &foo->bar - fixed bug in net_io_sam_alias_mem_info where there are zero members in the alias (This used to be commit eecdba2b015ed48d7dd88daea2af466f28cd2ff7)
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵Andrew Tridgell2001-09-0467-952/+1031
| | | | | | the client code still needs some work (This used to be commit dcd6e735f709a9231860ceb9682db40ff26c9a66)
* Fixed some compiler warnings.Tim Potter2001-09-041-2/+0
| | | | (This used to be commit 06608971ed95c02188a1b2bf7b1f9a2845e04022)
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-038-182/+779
| | | | (This used to be commit ad648c5cd8ebe4be8304379117f403d7673dcbc8)
* tidied up some unused vars in JFs new fnsAndrew Tridgell2001-09-031-12/+0
| | | | (This used to be commit e26502b1f840cd0fafd700c9756b610b38709ce2)
* the next step in our error code handling changeAndrew Tridgell2001-09-0312-1027/+1091
| | | | | | | | | - added WERROR for win32 error codes - added a configure test for immediate structures still lots to do, so its not enabled by default, but the main structure is there (This used to be commit 24f9ab683dec52587ee56717e821b49c0fa3d70f)
* updated copyright for Michael SweetAndrew Tridgell2001-09-021-1/+1
| | | | (This used to be commit 9d53473f302f172c10854b8df3000552918d0637)
* use a name not a number for ERRinsufficientbufferAndrew Tridgell2001-09-011-1/+1
| | | | (This used to be commit 8e70666fccde1025d77e4db51b5b63e5142d98ec)
* more NTSTATUS changesAndrew Tridgell2001-09-011-17/+4
| | | | (This used to be commit 8a49b2f7df46b2c990a980758fe1f3871e8b578e)
* Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter2001-08-311-2/+6
| | | | | going through the server manager. (This used to be commit 52f5abae4667d841be7ca8f5ff0f25ba6d027067)
* Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2001-08-312-3/+3
| | | | | of const. (This used to be commit af53e774d754d72b01d9840e8b45d27bc394e33d)
* Added samsync binary to list of ignored files.Tim Potter2001-08-311-0/+1
| | | | (This used to be commit 604468c6eedfa7a8ac62800cf7cf73cbd969ae45)
* changed the data format in the tdb, as the time fields were notSimo Sorce2001-08-311-24/+29
| | | | | | managed correctly. this mean you need to rebuild your passdb.tdb file. (This used to be commit 57b8d3bb84e261e55febdde88e45684455f0a294)
* Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison2001-08-301-134/+119
| | | | | Jeremy. (This used to be commit a6f04d16613a06c1aafa89d7373d1e4b4a5fb45b)
* Fixed silly typo.Jeremy Allison2001-08-302-6/+6
| | | | | Jeremy. (This used to be commit 6ee2b41429e43f6a9a58eba3cb01b952be3d5ca5)
* Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-302-6/+6
| | | | | Jeremy. (This used to be commit 52b9b6d519c38b2a3e524d098a09fb996e8a2047)
* if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis2001-08-301-2/+2
| | | | | on files that do not have an ACL (This used to be commit 65ea13420c78cf0a8c01f14c08815e4b44ca4abc)
* this was a stupid typo,Simo Sorce2001-08-301-1/+1
| | | | | thanks to Jochen Dolze (dolze@epcnet.de) for pointing out. (This used to be commit a554d5a99a03e6e8df7e946e5636f5ee80b21969)
* merge from 2.2Gerald Carter2001-08-301-0/+3
| | | | (This used to be commit d31e1b63b5a13ec585da18971e85c9eaa941ed33)
* merge from 2.2Gerald Carter2001-08-301-1/+1
| | | | (This used to be commit 3e8ccb420260591f362fa8a9d1221481449f8ef7)
* merge from APPLIANCE_TNGGerald Carter2001-08-301-0/+1
| | | | (This used to be commit 2af0a65e4c56e9361ee03286edcf26b5926b39e4)
* merge from APPLIANCE_TNGGerald Carter2001-08-301-43/+73
| | | | (This used to be commit aff66993e47dc14371c15e75de11ff2c15d226f3)
* Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-292-13/+13
| | | | | header files. (This used to be commit 888c852f01cec89b380fdf2564444b86d396c442)
* Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter2001-08-291-0/+3
| | | | (This used to be commit 9081af4fe584d222c00587d6d3c81e12d6611222)
* Fuss, fuss, fuss...Christopher R. Hertel2001-08-292-3/+3
| | | | | | | | | | | Function name_status_query() performs a node status query, so it really should be called "node_status_query()" just to be consistent. Yeah, minor... but it's looking as though an overhaul of namequery.c is in order and I am trying to do the tiny changes that impact other stuff first. Chris -)----- (This used to be commit 3af2de7ed26e5a26a273be2dcd9c5565c586fe47)
* Should be dbgtext, not dbg_text.Tim Potter2001-08-291-2/+2
| | | | (This used to be commit 7a68236c42acc72e500e120906230a637305f418)
* Patched to ensure that it won't break HEAD.Christopher R. Hertel2001-08-291-6/+10
| | | | | | | | | | | | | | This isn't the final version, of course, I still need to get WINS failover working. This is just patched so it won't need lp_wins_server() (which I renamed to lp_wins_server_list()). I can't compile just now as something else is broken in HEAD. Let me know if this version of namequery.c causes trouble down the line. Shouldn't, as the changes are very small, but I've been known to rock the boat before. Chris -)----- (This used to be commit 29c6efc9564e51dc28e8434bdc86079c6502d73d)