summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett2003-08-181-1/+1
| | | | | | | out. Return the standard 'logon failure' instead. Andrew Bartlett (This used to be commit a83506802fd331af78d2fd6e6a5cd507b5a40ca3)
* Added level 262. Found by Samba4 torture tester.Jeremy Allison2003-08-181-0/+44
| | | | | Jeremy. (This used to be commit 12d8863be3045efa33ece1aa17073b21aecb2e97)
* Add level 261 to search. Found using Samba4 tester.Jeremy Allison2003-08-182-0/+24
| | | | | Jeremy. (This used to be commit 4ee99d1c412ecc77541c988f6795ae3cb89907b8)
* Fixes to all mount.cifs to run more safely setuidSteve French2003-08-161-3/+22
| | | | (This used to be commit bdb65b9a6e033ca25d98e924d44b1639dd0c0fb9)
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-164-71/+256
| | | | | | correctness. Jeremy. (This used to be commit f57429befa43d63ed9a6e19b854e22fd4151db40)
* stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter2003-08-161-1/+1
| | | | (This used to be commit 584df6b8d691b30d6ead485cfc8dce7bb30cd8bb)
* In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak2003-08-151-2/+7
| | | | | | | | asking for password without a piece of error message or explanation. rafal (This used to be commit d46793b33577f7e77b7632b016918e3ce175c238)
* Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter2003-08-151-1/+4
| | | | (This used to be commit 617feab4223f5ba3cc5e090de5e63da72fce49df)
* s/OM_uint32//uint32/gGerald Carter2003-08-152-3/+3
| | | | (This used to be commit f8a092e7b42cd157cf86240984be40badd0afd87)
* Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on ↵Alexander Bokovoy2003-08-151-0/+3
| | | | | | the platform. This allows to compile and complain about it at runtime (This used to be commit b6fa581955de36e044a41c6ce857743c7e3c9b7f)
* Do not cache iconv checks because we are looking for it now in different ↵Alexander Bokovoy2003-08-151-2/+2
| | | | | | places and negative result does not mean we don't have iconv unless we checked everything (This used to be commit d46f8325f2edad28870d7a5c45674bdb52ac08e4)
* possible fix for bug 288 to repcent using an uninitialized cli_state structGerald Carter2003-08-151-0/+2
| | | | (This used to be commit d09dc91c024d718a8ddb6b7f08c7fe84716beda4)
* Fix charset detection code in configure.Alexander Bokovoy2003-08-153-27/+59
| | | | | | | | | | Now we are: 1. Try to find correct name for default character sets for the platform 2. Use DEFAULT_{DOS|DISPLAY|UNIX}_CHARSET defines set during configure phase as defaults This should fix CP850 problem on Solaris (at least) because it actually has IBM850 which is the same but under different name (This used to be commit 836b9fffa0eadc818019ba36ed764e97d4f9a801)
* Give a temporary hint on how to delete trust account.Rafal Szczesniak2003-08-151-0/+1
| | | | | rafal (This used to be commit 836746beabda583f7d86bb7e6faa855f172a888d)
* Latest heimdal snapshot has a krb5_set_real_time with a slightlyVolker Lendecke2003-08-151-1/+1
| | | | | | different (but by implicit conversion hopefully compatible... ;-) prototype. Fix the build for that. (This used to be commit 497b190edc42cec40fc80e9d9eb6aa4e1a466ac5)
* Fix syntax error!Tim Potter2003-08-151-1/+1
| | | | (This used to be commit cd0b6f74baa01dbe43c29cdadf1505083cdc878f)
* fix compile warnings on IRIXGerald Carter2003-08-151-5/+29
| | | | (This used to be commit b9779ba590a62acac12fa268c0e9dbe054176ae4)
* Print more than 1 packet in hex modeJelmer Vernooij2003-08-151-1/+1
| | | | (This used to be commit 28f1d7b201932eb3864af3d71ec862670898822c)
* Remove accidently added SMB_MODULE_PROVIDES() linesJelmer Vernooij2003-08-151-5/+0
| | | | (This used to be commit 071850f87ac1c54cbb9786b5d443f6067c923663)
* Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij2003-08-153-13/+13
| | | | | after the Makefile changes. (This used to be commit 104f62272d75e9d89ab330b620011b337eb2a435)
* Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij2003-08-152-16/+132
| | | | | IP and TCP checksums are not calculated, but that should not matter. (This used to be commit aa96f780015c031e0c5a0e8773f192502c10c919)
* get rid of more compiler warningsHerb Lewis2003-08-1529-139/+139
| | | | (This used to be commit 398bd14fc6e2f8ab2f34211270e179b8928a6669)
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-153-12/+87
| | | | | | | | | same ads_verify_ticket routine that smbd uses, so in the current state we have to be have the host password in secrets.tdb instead of the keytab. This means we have to be an ADS member, but it's a start. Volker (This used to be commit dc2d2ad467927affbd1461df75f77f07ddfbc3b1)
* get rid of compiler warningsHerb Lewis2003-08-152-2/+2
| | | | (This used to be commit ae25e7746e87409aae554d390753c7a3e3717052)
* get rid of const as these things really are not constHerb Lewis2003-08-152-7/+7
| | | | (This used to be commit 61bea183a229cc11f25c4a7cb5341faad9833d7b)
* Fix some memory issues. It is now possible to convert extract packet dataJelmer Vernooij2003-08-151-9/+20
| | | | | | | from a samba log file and view it in ethereal, including the DCE/RPC, RAP, etc calls that are contained in a packet, just like you would with a real network sniff! (This used to be commit 6a76750dc4d8b539b7571ac4939c003b6ffa86a9)
* get rid of warning on IRIXHerb Lewis2003-08-151-10/+8
| | | | (This used to be commit 6ec683e24e220a40b02b203b918a0008d90264f0)
* Don't ask, it's too embarrassing :-)Volker Lendecke2003-08-151-1/+1
| | | | | | | Actually let the user explicitly specify a rid... Volker (This used to be commit 3aed9c8a4ac97ef55772ddae1e1cb0a5a1a15767)
* Fix memleaks.Volker Lendecke2003-08-154-8/+22
| | | | | | | | | | | | Currently I'm compiling against MIT Kerberos 1.2.8. Anthony, you said you have a heimdal installation available. Could you please compile this stuff with krb and check it with valgrind? Thanks, Volker (This used to be commit d8ab44685994b302bb46eed9001c72c194d13dc8)
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-1523-99/+97
| | | | (This used to be commit a6a39c61e8228c8b3b7552ab3c61ec3a6a639143)
* get rid of unused callHerb Lewis2003-08-151-12/+0
| | | | (This used to be commit 244c61b1dd52121109e6fd7c3514d1a73d1fa303)
* return actual results instead of always OKHerb Lewis2003-08-151-2/+2
| | | | (This used to be commit 71469f3220e54959af13a395918c80273538b6ed)
* fix typeHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit 327d26253ed21988d95303c4f8c85901199d8f40)
* Get packet contents correct as well.Jelmer Vernooij2003-08-151-12/+18
| | | | (This used to be commit b4499c8aab44e25cb4406498018bde0bc4ed4ca9)
* add IRIX EA supportHerb Lewis2003-08-152-1/+162
| | | | (This used to be commit 589e94f4ffa325acfd6562a84906639e19fd5d33)
* Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison2003-08-151-3/+0
| | | | | Jeremy. (This used to be commit 309835deacea9e49a8867cc981e78e6ae3efe42b)
* Ignore silently set disposition information when set on a path.Jeremy Allison2003-08-151-1/+2
| | | | | | Samba4 tester. Jeremy. (This used to be commit e9cef615550fc2dc4a8a84ca080f13dc39d5b292)
* Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij2003-08-152-16/+22
| | | | | | | | | | 10 for data contents as well) and creates a packet trace readable by ethereal. What does not work yet: - SMB data contents (log level 5) - SMB data contents beyond the 512 byte range (log level 99 or something?) (This used to be commit 95b1d4933b0de63613fe041c273d413d86909b4b)
* Makefile.inJelmer Vernooij2003-08-151-0/+164
| | | | (This used to be commit e8dc799ffbc4e622eb6adf374bbafc34724c24ce)
* nlink field should decrement when delete pending is set.Jeremy Allison2003-08-141-2/+8
| | | | | | Found by Samba4. Jeremy. (This used to be commit fbdf276e36b66e9ae65cb3f127ed80cfe9a43cac)
* Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison2003-08-141-6/+1
| | | | | | torture tester. Jeremy. (This used to be commit 273ebfceb3142f485c2874f84114600d4a58c523)
* Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2003-08-142-10/+23
| | | | | Jeremy. (This used to be commit 97e1d5c9573513c9c9be9a709341bda54fbe44be)
* get rid of IRIX test as it is wrong.Herb Lewis2003-08-141-4/+1
| | | | (This used to be commit a93fa23c17c9f69de224cdd5471916eda3cd4fec)
* jeremy fooGerald Carter2003-08-141-1/+6
| | | | (This used to be commit 0b31f592df9aca952f978fd6f28c362a0bf02a53)
* fix buildGerald Carter2003-08-141-0/+2
| | | | (This used to be commit dd9cb6f820c2acf658eb081fb6ffc7e9b6b3c8d6)
* Don't ask twice for the passwordVolker Lendecke2003-08-141-0/+1
| | | | (This used to be commit 8ebd92da01a72b26df769125f51934796e9e3d4f)
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-145-32/+52
| | | | | | Samba4 tester. You will need a make clean; make all after this ! Jeremy. (This used to be commit 10d90171ed58bee3e5ab6476341059b585034134)
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-1419-115/+523
| | | | | | | | | | | | | | | | | | There is a workaround documented in the bug report. This patch does: * add server support for the LSA_DS UUID on the lsarpc pipe * store a list of context_ids/api_structs in the pipe_struct so that we don't have to lookup the function table for a pipe. We just match the context_id. Note that a dce/rpc alter_context does not destroy the previous context so it is possible to have multiple bindings active on the same pipe. Observed from standalone win2k sp4 client. * added server code for DsROleGetPrimaryDOmainInfo() but disabled it since it causes problems enumerating users and groups from a 2ksp4 domain member in a Samba domain. (This used to be commit 96bc2abfcb0dd0912696fad76e43cb217b33e061)
* In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke2003-08-142-17/+4
| | | | | | | | auth.realm. So directly pass that instead of setting up and tearing down the ADS_STRUCT. Volker (This used to be commit ce5b8d2ec20fe1f4d3d1956020d88272fb84124a)
* Small fix to include existing CPPFLAGS when looking for iconv.Richard Sharpe2003-08-141-1/+1
| | | | (This used to be commit 772bb41a9d321c7f7377af01d1583c73fccb1e08)