summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Add pythoncheck to make check target.Tim Potter2003-05-132-1/+52
| | | | (This used to be commit 7149dc65c7e22d53110c5e8bbab8ba96963ade76)
* Sync up with 3.0 version.Tim Potter2003-05-131-21/+30
| | | | (This used to be commit b02ea3c137ebab506599ca4168bd50f77e1c995e)
* Fix compiler warnings.Jeremy Allison2003-05-126-7/+0
| | | | | Jeremy. (This used to be commit e12934c67b6aea9e3e449009e159ce6814dcbd11)
* fixing typos in debug statementsGerald Carter2003-05-122-2/+2
| | | | (This used to be commit bd660f45df4df686f58a181f002ca1d88e7c1015)
* Forgot one file.Jelmer Vernooij2003-05-101-3/+0
| | | | (This used to be commit 71f6fb16ba9c75b96aea9b0b18f4b73b0d11a5ac)
* Remove latest module_dummy patch from metze and me.Jelmer Vernooij2003-05-101-53/+0
| | | | (This used to be commit 32c8796f2a2b598daa17835394d143bd266aa7bf)
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-1034-82/+3
| | | | (This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc)
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-1035-2/+137
| | | | (This used to be commit 367a5cad1edf6a49783806d5a8b59a62d8856706)
* Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison2003-05-101-1/+9
| | | | | | on the security entries sent. Jeremy. (This used to be commit 748ae44d55f54291da3fe6ba2d60285d6da3d415)
* Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
| | | | | | struct in the correct place. Jeremy. (This used to be commit 98729bc9a60f77dbc107c42f4f7a60ed96e2102f)
* Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
| | | | | Jeremy. (This used to be commit ec36cb4f6f59dac2f459d831f960152603e12633)
* removing total print jobs since it is not used anymoreGerald Carter2003-05-091-2/+0
| | | | (This used to be commit 6138093aa0ded3719f73ed3efbd7172131ca0fa3)
* Fix bug #4 for net rap. Allow more than 50 chars for long form listings of ↵Jim McDonough2003-05-091-2/+2
| | | | | | users and groups. (This used to be commit 27ca9bde6ba1a21326d89ab1dab52f7053fff9a4)
* Some more static definitions ...Richard Sharpe2003-05-091-0/+16
| | | | (This used to be commit 05d7850302d4369c4f8001c923217f8912261e7d)
* Add some static ...Richard Sharpe2003-05-091-34/+84
| | | | (This used to be commit 5368f10eabbca09eee1e2777e8cb2fcb7f92fc1d)
* Some more fixes for syntax problems on AIX etc ...Richard Sharpe2003-05-091-2/+2
| | | | (This used to be commit 20756925486b407fbb2cf06d776ad2ce19b00c74)
* Fix up a bunch of compiler warnings ...Richard Sharpe2003-05-091-13/+13
| | | | (This used to be commit cd1182ba75fbfa6b17964a3fefba2c2c0292cfb7)
* Fix some compiler warnings about const etc ...Richard Sharpe2003-05-092-6/+5
| | | | (This used to be commit edc51dbc9ce319c612e2ff9434ca5a7521ba016f)
* Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-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)
* fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter2003-05-081-1/+1
| | | | (This used to be commit 26824f572d29bebd3791bad6f6690b35984705cd)
* fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
| | | | (This used to be commit bfcec106d00355d32eb40dde99ddd5d5bed4cedb)
* SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
| | | | | | are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>. Jeremy. (This used to be commit a635b6406ab091b4207b148d7a25099205008567)
* Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-072-5/+20
| | | | | Jeremy. (This used to be commit 4fe84f61735ee2328e01d2ae864b0e6c7729f51b)
* Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison2003-05-071-3/+2
| | | | | Jeremy. (This used to be commit 56fd8427389a45fe640d84b3481e9f3f3c24b4b7)
* Merge from distcc:Martin Pool2003-05-071-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)
* We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-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)
* Add metze's exit and idle event patchJelmer Vernooij2003-05-066-4/+163
| | | | (This used to be commit e599eba851db40816c684da2b7b1be4b978166e0)
* uff, forgot to put back this one :-/Simo Sorce2003-05-061-0/+1
| | | | (This used to be commit 8e1e47b960495df7f603d7798d86734d070b21bb)
* sort out some include dependenciesSimo Sorce2003-05-064-33/+65
| | | | | split out privileges from rpc_lsa.h (This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
* add mapping.h hereSimo Sorce2003-05-061-0/+1
| | | | (This used to be commit fb03fafed14a2816808e98fd95850db3e655d5d9)
* restore structures from previous erroneous commitSimo Sorce2003-05-061-22/+30
| | | | (This used to be commit 58d284bd06f5893a752c1f22828715f8bd130c82)
* Turn off using lsa_qos.Rafal Szczesniak2003-05-051-5/+2
| | | | | Rafal (This used to be commit d03124fbf182f194e48c4ef9ae6aedc4db4f13b0)
* A good reason to use make variables instead of autoconf substitutionsTim Potter2003-05-051-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)
* Fixed typo introduced when reverting patch from revision 1.19Tim Potter2003-05-051-1/+1
| | | | (This used to be commit a102734263a2cbd5b9eafbddf036e173b507a7fd)
* AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2003-05-052-12/+7
| | | | | | Also merged a little bit of abartlet's recent configure.in change of duplicated IRIX stuff. (This used to be commit d15406ad910bc952c741e8d4d574064dbc5e88ef)
* move some things aroundSimo Sorce2003-05-044-138/+171
| | | | (This used to be commit a4fc9c3b2dfbdbb3f75bf38415741ff66dbe1367)
* fixes to *_util.c filesSimo Sorce2003-05-034-15/+416
| | | | | | | | | | | | add winbindd_passdb backend this makes it possible to have nua accounts on security = user servers to show up in unic through nss_winbind.so the problem is that we do not have group support, so nss group support is not very good at this time (read: totally absent) we NEED group support in passdb (This used to be commit 921215cf4bfbd4d7457f81e181bb1a74a4531ca1)
* exclude tdbsam2.h generation until it will be usedSimo Sorce2003-05-021-14/+15
| | | | (This used to be commit 28b73a39219fd717c60eba207143fb40d5ff123a)
* fix pam_smbpassSimo Sorce2003-05-022-3/+3
| | | | | typos (This used to be commit 7e28ee1cf8db065f2518b4543f2e54da97cc19e2)
* remove testing debug lineSimo Sorce2003-05-021-1/+1
| | | | (This used to be commit 08d4c2fa85ceaa9d5ff16e7e615bb29e0cde3022)
* shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce2003-05-023-15/+15
| | | | | | | make a new sam_Account contain our domain by default, windows will complain on logon otherwise. fix stupid typo in idmap_util.c (This used to be commit 21701876dc6c59ebfc51be708a98226a00a764e0)
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
| | | | | Jeremy. (This used to be commit e954ca2ce8ec6b36794585c3bc948140cf9e7947)
* Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
| | | | | Jeremy. (This used to be commit aeba1fcab2fa61859fc1052af4752512a33bd801)
* fix wrong debug messages in idmap_util.cSimo Sorce2003-05-012-5/+10
| | | | | correctly handle allocated rids in tdbsam (This used to be commit 7ae6162e1dd668897628c4f7edff508616644d21)
* init wellknown in pdbedit tooSimo Sorce2003-05-012-24/+26
| | | | | add group mapping mappings to idmap at startup (This used to be commit 62365023db61d5a4fa32845af3db73bce6cb94ea)
* proper wellknown sids initialization at startupSimo Sorce2003-05-015-40/+90
| | | | (This used to be commit 568feee8977ee1be210344c8ab1896512894cba2)
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-0116-177/+174
| | | | | | plus internal fixes 1st stage (This used to be commit 6d036761e565bc93964bb3c939d5b7d78d5778a3)
* Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
| | | | (This used to be commit 908d839b77a03ac07b00b43a3000c8ea53dd5e35)
* Use ints for the version numbers in the smb_register_*() functions (patch by ↵Jelmer Vernooij2003-05-013-3/+3
| | | | | | metze) (This used to be commit 3895571eeef81db7ce4c71e85b0be5c235b16efd)
* Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-303-94/+116
| | | | | | | source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program. (This used to be commit 2dd18ca0cfd4d793067b9b712554565965db0af1)