summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-12Added info on File and Directory info.John Terpstra1-12/+193
(This used to be commit 75cb9a32f6822adbd689cc7a1f74feb8e966084a)
2003-05-11Rolling in VL's changes.John Terpstra1-8/+12
(This used to be commit b58e30a4019bad2614833de43f49e460b76459a6)
2003-05-11Extending Samba Access Control InfoJohn Terpstra5-451/+556
(This used to be commit d85ffb3e70189648cd2d0c8113dc3d8085ff80bc)
2003-05-10Completion of Stand-Alone server docs.John Terpstra1-6/+107
(This used to be commit e2eb7f128ef802bde742acfd13bc093a05d31200)
2003-05-10Forgot one file.Jelmer Vernooij1-3/+0
(This used to be commit 71f6fb16ba9c75b96aea9b0b18f4b73b0d11a5ac)
2003-05-10Remove latest module_dummy patch from metze and me.Jelmer Vernooij1-53/+0
(This used to be commit 32c8796f2a2b598daa17835394d143bd266aa7bf)
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij34-82/+3
(This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc)
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij35-2/+137
(This used to be commit 367a5cad1edf6a49783806d5a8b59a62d8856706)
2003-05-10Fixes for typos and other stuff resulting from VL's feedback.John Terpstra3-42/+120
(This used to be commit 59d17982b7062e6a34e9382fb0056a913b28e23e)
2003-05-10Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison1-1/+9
on the security entries sent. Jeremy. (This used to be commit 748ae44d55f54291da3fe6ba2d60285d6da3d415)
2003-05-10Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison1-9/+0
struct in the correct place. Jeremy. (This used to be commit 98729bc9a60f77dbc107c42f4f7a60ed96e2102f)
2003-05-10Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison1-1/+2
Jeremy. (This used to be commit ec36cb4f6f59dac2f459d831f960152603e12633)
2003-05-09removing total print jobs since it is not used anymoreGerald Carter2-24/+0
(This used to be commit 6138093aa0ded3719f73ed3efbd7172131ca0fa3)
2003-05-09Fix bug #4 for net rap. Allow more than 50 chars for long form listings of ↵Jim McDonough1-2/+2
users and groups. (This used to be commit 27ca9bde6ba1a21326d89ab1dab52f7053fff9a4)
2003-05-09Some more static definitions ...Richard Sharpe1-0/+16
(This used to be commit 05d7850302d4369c4f8001c923217f8912261e7d)
2003-05-09Add some static ...Richard Sharpe1-34/+84
(This used to be commit 5368f10eabbca09eee1e2777e8cb2fcb7f92fc1d)
2003-05-09More edits. Hackety Hack.John Terpstra2-32/+298
(This used to be commit 6829762e3d71bd934b834dc2f09cc136758d04e0)
2003-05-09Some more fixes for syntax problems on AIX etc ...Richard Sharpe1-2/+2
(This used to be commit 20756925486b407fbb2cf06d776ad2ce19b00c74)
2003-05-09Fix up a bunch of compiler warnings ...Richard Sharpe1-13/+13
(This used to be commit cd1182ba75fbfa6b17964a3fefba2c2c0292cfb7)
2003-05-09Fix some compiler warnings about const etc ...Richard Sharpe2-6/+5
(This used to be commit edc51dbc9ce319c612e2ff9434ca5a7521ba016f)
2003-05-09Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison1-1/+12
then we weren't always correctly detecting that it had a valid stat struct and so might now return a 'file existed'. Finally realized this when installing the W2K resource kit as a test case. Jeremy. (This used to be commit a0688316ce0a9bad0b24cbb495f6e0a112227b50)
2003-05-08add new %a stringsGerald Carter1-3/+3
(This used to be commit b13046d95958995d9d05be977b8874df17fedb9b)
2003-05-08adding warning about case sensitive parameterGerald Carter1-3/+5
(This used to be commit 11bc14736df6826fb1619c04da4792c27c05d06b)
2003-05-08fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter1-1/+1
(This used to be commit 26824f572d29bebd3791bad6f6690b35984705cd)
2003-05-08fixed bug #75; add check for non-zero destlenGerald Carter1-1/+1
(This used to be commit bfcec106d00355d32eb40dde99ddd5d5bed4cedb)
2003-05-08Another set of updates.John Terpstra6-303/+697
(This used to be commit 5fc92d4596956ad7a2f099276fb529d0ba28d10b)
2003-05-07SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison1-9/+1
are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>. Jeremy. (This used to be commit a635b6406ab091b4207b148d7a25099205008567)
2003-05-07Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2-5/+20
Jeremy. (This used to be commit 4fe84f61735ee2328e01d2ae864b0e6c7729f51b)
2003-05-07Fix missing para marker.John Terpstra1-0/+1
(This used to be commit 453552d2cb2cdcb75c27a374fd8b93a72482cbdd)
2003-05-07More edits. Now working on BDC Documentation.John Terpstra2-150/+283
(This used to be commit c799638763fe0eb17b3bc5df853f0137aff54b94)
2003-05-07Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison1-3/+2
Jeremy. (This used to be commit 56fd8427389a45fe640d84b3481e9f3f3c24b4b7)
2003-05-07Merge from distcc:Martin Pool1-2/+8
Put in a prototype for dummy_snprintf() to quiet compiler warnings. Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even if the C library has some snprintf functions already. (This used to be commit c49cfe1677b8daba4e2e73813ee712b2d0ec92cd)
2003-05-07We used to use the name "*",0x0 here, but some WindowsJeremy Allison1-1/+9
servers don't answer that name. However we *know* they have the name workgroup#1b (as we just looked it up). So do the node status request on this name instead. Found at LBL labs. Jeremy. (This used to be commit c5b1654c28e33823a58c6447c152996a1eed1d0d)
2003-05-06More stuffing, this turkey will soon be done.John Terpstra1-0/+16
(This used to be commit 4c1c75ae224eb138a71058472b25f9c22b61b349)
2003-05-06Add metze's exit and idle event patchJelmer Vernooij6-4/+163
(This used to be commit e599eba851db40816c684da2b7b1be4b978166e0)
2003-05-06Domain Controller -> Domain Member Server.Andrew Bartlett1-1/+1
(This used to be commit 61a01797113b5b9b08face1099b0433e8f9dd114)
2003-05-06uff, forgot to put back this one :-/Simo Sorce1-0/+1
(This used to be commit 8e1e47b960495df7f603d7798d86734d070b21bb)
2003-05-06sort out some include dependenciesSimo Sorce4-33/+65
split out privileges from rpc_lsa.h (This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
2003-05-06add mapping.h hereSimo Sorce1-0/+1
(This used to be commit fb03fafed14a2816808e98fd95850db3e655d5d9)
2003-05-06restore structures from previous erroneous commitSimo Sorce1-22/+30
(This used to be commit 58d284bd06f5893a752c1f22828715f8bd130c82)
2003-05-06Hackety, hackety, hack. More edits.John Terpstra4-295/+434
(This used to be commit b41b42ca31486aba39edb726fc30b0f48b618e3f)
2003-05-05Fix typo.John Terpstra1-1/+1
(This used to be commit ba7305600ceae51cc6d6eb302e12fd00648d6ca8)
2003-05-05Turn off using lsa_qos.Rafal Szczesniak1-5/+2
Rafal (This used to be commit d03124fbf182f194e48c4ef9ae6aedc4db4f13b0)
2003-05-05More updates.John Terpstra2-14/+35
(This used to be commit 6fab230bef2626f1d24d84de9994bb06d1db8c66)
2003-05-05Fixing Syntax Problems.John Terpstra1-26/+20
(This used to be commit f1332b194982c5255bdf4fa453cd2a2939668239)
2003-05-05A good reason to use make variables instead of autoconf substitutionsTim Potter1-2/+1
directly - fixed problem where the last line of the link command was '\ @LDAP_LIBS@'. If @LDAP_LIBS@ is zero then the backslash incorrectly includes the next line of the Makefile in the current target. This should fix a bucketload of build farm failures. (This used to be commit 895bef1a62f60f4e91dc6b1c244820b024c36a5c)
2003-05-05Fixed typo introduced when reverting patch from revision 1.19Tim Potter1-1/+1
(This used to be commit a102734263a2cbd5b9eafbddf036e173b507a7fd)
2003-05-05AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2-12/+7
Also merged a little bit of abartlet's recent configure.in change of duplicated IRIX stuff. (This used to be commit d15406ad910bc952c741e8d4d574064dbc5e88ef)
2003-05-05Updatting docs further. More to come.John Terpstra3-213/+316
(This used to be commit e1c6242dbc4c448de19d61d7a39b05f0444c4fbf)
2003-05-04move some things aroundSimo Sorce4-138/+171
(This used to be commit a4fc9c3b2dfbdbb3f75bf38415741ff66dbe1367)